/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='#EEEEEE';			// Background color when mouse is not over
	var LowSubBgColor='#CCCCCC';			// Background color when mouse is not over on subs
	var HighBgColor='#0099CC';			// Background color when mouse is over
	var HighSubBgColor='#0099CC';			// Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='#999999';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="helvetica, arial"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=82;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=6;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=200;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("2002 Annual Report Cover","./index.html","",0,25,149);

Menu2=new Array("Carlisle Story","./carlisle_story.html","",0);

Menu3=new Array("At-A-Glance","./at-a-glance.html","",0);

Menu4=new Array("Financial Summary","./financial_summary.html","",0);

Menu5=new Array("To Our Shareowners","./to_our_shareowners.html","",0);

Menu6=new Array("Governance","./governance.html","",0);

Menu7=new Array("The Carlisle Approach","","",3);
	Menu7_1=new Array("Entrepreneurial Management Teams","./management_teams.html","",0,25,200);
	Menu7_2=new Array("Free Cash Flow","./free_cash_flow.html","",0);
	Menu7_3=new Array("Growth","./growth.html","",0);

Menu8=new Array("Business Segments","","",6);
	Menu8_1=new Array("Construction Materials","./construction_materials.html","",0,25,150);
	Menu8_2=new Array("Industrial Components","./industrial_components.html","",0);
	Menu8_3=new Array("Specialty Products","./specialty_products.html","",0);
	Menu8_4=new Array("Automotive Components","./automotive_components.html","",0);
	Menu8_5=new Array("Transportation Products","./transportation_products.html","",0);
	Menu8_6=new Array("General Industry","./general_industry.html","",0);


Menu9=new Array("Financials","","",9);
	Menu9_1=new Array("Management's Discussion & Analysis","./management_discussion.html","",0,25,200);
	Menu9_2=new Array("Earnings Statement","./earnings_statement.html","",0);
	Menu9_3=new Array("Balance Sheet","./balance_sheet.html","",0);
	Menu9_4=new Array("Cash Flow Statement","./cash_flow_statement.html","",0);
	Menu9_5=new Array("Notes to Financial Statements","./statement_notes.html","",0);
	Menu9_6=new Array("Segment Financial Data","./segment_data.html","",0);
	Menu9_7=new Array("Quarterly Financial Data","./quarterly_data.html","",0);
	Menu9_8=new Array("Auditors' Letter","./auditors_letter.html","",0);
	Menu9_9=new Array("Ten-Year Summary","./ten_year_summary.html","",0);

Menu10=new Array("Investor Info","./investor_info.html","",0);

Menu11=new Array("View as PDF File","./csl2002.pdf","",0);