<!--

var CT_clientId			= "arch";					// client ID
var CT_TableWidth 		= 252;						// table width
var CT_ChartHeight		= 150;						// height of the chart
var CT_ChartLineThick	= 0;						// thickness in pixels of chart line
var CT_LeftBuffer		= 30;						// number of pixels to allow on left labels
var CT_RightBuffer		= 30;						// number of pixels to allow on right for labels
var CT_BottomBuffer		= 30;						// number of pixels to allow on bottom for labels
var CT_TabWidth			= 76;						// width of table tabs
var CT_TabHeight		= 14;						// height of table tabs
var CT_TableColor 		= "ffffff";					// color for table bkg
var CT_TableBkgColor 	= "ffffff";					// color behind table
var CT_OffTabColor		= "ffffff";					// color for off tabs
var CT_ChartBkgColor	= "ffffff";					// color for chart bkg
var CT_ChartGridBkg		= "ececec";					// color for chart grid bkg
var CT_ChartGridColor	= "4A6F94";					// color for chart grid
var CT_ChartAxisColor	= "385571";					// color for chart axis
var CT_FillUpColor		= "519fdb";					// fill color 1 (mountain and price up)
var CT_FillDnColor		= "91eef9";					// fill color 2 (price down)
var CT_ChartLineColor	= "000000";					// color for chart line
var CT_PrevClsColor		= "e90c74";					// color for previous close line
var CT_ShowPrevClose	= "yes";					// show previous closing price "yes"/"no"
var CT_ChartPeriod		= "d";						// period "d" == day; "m" == month; "q" == quarter; "y" == year;  "5" == 5 year;
var CT_ChartType		= "line";					// type of chart - "line"/"point"/"bar"/"candle"
var CT_FillChart		= "prev";					// fill below chart line "yes"/"no"/"prev"
var CT_LabelSide		= "left";					// show labels on "left" / "right" side of chart
var CT_LabelSymbols		= "no";						// show symbols at right of line end on chart
var CT_GridLocation		= "background";				// grid placed in "foreground" / "background"

var CT_ChartSymbols 	= new Array("ACGL","COMP","SPX");			// array of symbols
var CT_DisplayNames 	= new Array("ACGL","Nasdaq","S&P 500");		// array of names
var CT_TabSmoothFonts 	= "yes";					// smooth fonts on tabs "yes"/"no"
var CT_TabFontFace 		= "Lucida Sans";					// font face
var CT_TabFontSize 		= 1;						// font size
var CT_TabStdColor 		= "000000";					// font color
var CT_TabLinkColor 	= "519fdb";					// link color
var CT_TabRollColor 	= "333333";					// link rollover color
var CT_upColor     		= "067700";                 // color to use for positive change value
var CT_dnColor     		= "D60000";                 // color to use for negative change value
var CT_quoteBase        = "";                       // base url for links
var CT_showPriceChange  = "yes";                    // whether or not to show price/%change option "yes"/"no" 
var CT_showTicker		= "no";						// whether or not to show a stock ticker "yes"/"no"
var CT_showQuotes		= "yes";					// whether or not to show static quotes
var CT_showSymBox		= "no";						// whether or not to show "enter symbols" quote box
var CT_quoteSymbols		= "ACGL";					// symbols for ticker / static quotes
var CT_quoteLinks      	= "no";                    // links to detailed quotes "yes"/"no"
var CT_averages    		= "no";                    // show averages for all stocks "yes"/"no" (applies only to static quotes)
var CT_totals      		= "no";                    	// show totals for all stocks "yes"/"no" (applies only to static quotes)

// -->
