

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=92);Shadow(color='#ffffff', Direction=0, Strength=0)"
}
else
{
	effect = "Shadow(color='#FFFFFF', Direction=135, Strength=0)"
}

timegap=500	        	        // The time delay for menus to remain visible
followspeed=5	        		// Follow Scrolling speed
followrate=40	        		// Follow Scrolling Rate
suboffset_top=0;       		// Sub menu offset Top position 
suboffset_left=0;	         	// Sub menu offset Left position
style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"ffffff",				// Mouse Off Font Color
"028DC8",				// Mouse Off Background Color
"ffebdc",				// Mouse On Font Color
"28527B",				// Mouse On Background Color
"ffffff",				// Menu Border Color 
11,					// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Arial",         	          	// Font Name
3,					// Menu Item Padding
"http://www.carlisle.com/images/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"",	              			// Current Page Item Font Color (leave this blank to disable)
"",					// Current Page Item Background Color (leave this blank to disable)
"",			                // Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[		                // This is the array that contains your menu properties and details
"mainmenu",			        // Menu Name - This is needed in order for the menu to be called
77,					// Menu Top - The Top position of the menu in pixels
30,				        // Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				        // Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				        // Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				        // Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use


,"&nbsp;&nbsp;Home&nbsp;","http://www.carlisle.com",,"Carlisle Home",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp;About&nbsp;&nbsp;Carlisle&nbsp;&nbsp;","show-menu=about",,"",1
,"&nbsp;&nbsp;Business&nbsp;&nbsp;Segments&nbsp;&nbsp;","show-menu=businesses",,"",1
,"&nbsp;&nbsp;Investor&nbsp;&nbsp;Relations&nbsp;&nbsp;","show-menu=investors",,"",1
,"&nbsp;&nbsp;News&nbsp;&nbsp;","show-menu=news",,"",1
,"&nbsp;&nbsp;Corporate&nbsp;&nbsp;Governance&nbsp;","http://www.carlisle.com/investors/governance.html",,"Corporate Governance",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp;Contact&nbsp;&nbsp;Carlisle&nbsp;&nbsp;","show-menu=contact",,"",1
])


        addmenu(menu=["about",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Company Profile","http://www.carlisle.com/about/company_profile.html",,,1
	,"History","http://www.carlisle.com/about/history.html",,,1
	,"Acquisitions","http://www.carlisle.com/about/acquisitions.html",,,1
	])



	addmenu(menu=["businesses",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Construction Materials","show-menu=construction",,,1
	,"Engineered Transportation Solutions","show-menu=transportation",,,1
	,"Interconnect Technologies","show-menu=applied",,,1
	,"FoodService Products","show-menu=discontinued",,,1
	,"Specialty Products","show-menu=specialty",,,1
    ,"Carlisle Asia-Pacific","http://www.carlisle.com/segments/asia_pacific/index.html",,,1
    
	])
 	
 			addmenu(menu=["construction",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Carlisle SynTec","http://www.carlisle.com/segments/construction_materials/carlisle_syntec/index.html",,,1
			,"Carlisle Coatings & Waterproofing","http://www.carlisle.com/segments/construction_materials/carlisle_coatings_waterproofing/index.html",,,1
			,"Hunter Panels","http://www.carlisle.com/segments/construction_materials/hunter_panels/index.html",,,1
			,"Insulfoam","http://www.carlisle.com/segments/construction_materials/insulfoam/index.html",,,1
			,"Versico","http://www.carlisle.com/segments/construction_materials/versico/index.html",,,1
			])

			addmenu(menu=["transportation",
			,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Carlisle Tire & Wheel","http://www.carlisle.com/segments/transportation_products/carlisle_tire_wheel/index.html",,,1
			,"Carlisle Industrial Brake & Friction","http://www.carlisle.com/segments/transportation_products/carlisle_brake_friction/index.html",,,1
			,"Carlisle Power Transmission","http://www.carlisle.com/segments/transportation_products/carlisle_power_transmission/index.html",,,1
			])
					
			addmenu(menu=["applied",
			,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Carlisle Interconnect Technologies","http://www.carlisle.com/segments/applied_technologies/interconnect/index.html",,,1
            ])
            
		    addmenu(menu=["specialty",
			,,210,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Trail King Industries","http://www.carlisle.com/segments/specialty_products/trail_king/index.html",,,1
			
			])
			
			
	
		    addmenu(menu=["discontinued",
			,,210,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"Carlisle FoodService Products","http://www.carlisle.com/segments/food_service/carlisle_food_service/index.html",,,1
			,"Carlisle Sanitary Maintenance Products","http://www.carlisle.com/segments/food_service/sanitary_maintenance/index.html",,,1
			,"Dinex","http://www.carlisle.com/segments/food_service/dinex/index.html",,,1
			])
	
	addmenu(menu=["investors",
	,,175,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Investor Information","http://www.carlisle.com/investors/investor_information.html",,,1
	,"News Releases","show-menu=news",,,1
	,"2010 Proxy Materials","http://www.carlisle.com/2010proxymaterials/index.html",,,1
	,"2009 Proxy Materials","http://www.carlisle.com/2009proxymaterials/index.html",,,1
	,"Shareholder Information","show-menu=shareholders",,,1
	,"Supplemental Finan. Data","show-menu=segment",,,1
	,"Presentations","http://www.carlisle.com/investors/presentations.html",,,1
	,"Annual Reports","http://www.carlisle.com/financial/annual_reports.html",,,1
	,"Schedule","show-menu=schedule",,,1
	,"Investor Tools","show-menu=invtools",,,1
	,"SEC Filings","show-menu=sec",,,1
	,"Contact Investor Relations","http://www.carlisle.com/contact/contact_investor_relations.html",,,1
	])
	
	
	  	addmenu(menu=["news",
	    ,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
	    ,"2010 Press Releases","http://www.carlisle.com/news/2010_press_releases.html",,,1
	    ,"2009 Press Releases","http://www.carlisle.com/news/index.html",,,1
		,"2008 Press Releases","http://www.carlisle.com/news/2008_press_releases.html",,,1
		,"2007 Press Releases","http://www.carlisle.com/news/2007_press_releases.html",,,1
		,"2006 Press Releases","http://www.carlisle.com/news/2006_press_releases.html",,,1
		,"2005 Press Releases","http://www.carlisle.com/news/2005_press_releases.html",,,1
		,"2004 Press Releases","http://www.carlisle.com/news/2004_press_releases.html",,,1
		,"2003 Press Releases","http://www.carlisle.com/news/2003_press_releases.html",,,1
		,"2002 Press Releases","http://www.carlisle.com/news/2002_press_releases.html",,,1
		,"2001 Press Releases","http://www.carlisle.com/news/2001_press_releases.html",,,1
		,"2000 Press Releases","http://www.carlisle.com/news/2000_press_releases.html",,,1
		])
	
		addmenu(menu=["shareholders",
	    ,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	    ,"Corporate Governance","http://www.carlisle.com/investors/governance.html",,,1
	    ,"Annual Reports","http://www.carlisle.com/financial/annual_reports.html",,,1
	    ,"Quarterly Financial Info","http://www.carlisle.com/financial/quarterlyfinancialinfo.html",,,1
		,"Shareholder Services","http://www.carlisle.com/contact/shareholder_services.html",,,1
		,"DRIP","http://www.carlisle.com/financial/drip.html",,,1
		,"Analyst Coverage","http://www.carlisle.com/investors/analyst_coverage.html",,,1
		])

		addmenu(menu=["schedule",
		,,125,1,"",style1,,"left",effect,,,,,,,,,,,,
	    ,"Earnings Releases","http://www.carlisle.com/investors/earnings_release_schedule.html",,,1
	    ,"Conference Calls","http://www.carlisle.com/investors/conference_call.html",,,1
	    ])
	
		addmenu(menu=["invtools",
		,,145,1,"",style1,,"left",effect,,,,,,,,,,,,
		
		,"Historical Price Lookup","http://investor.shareholder.com/csl/stocklookup.cfm",,,1
		,"Interactive Graph","http://investor.shareholder.com/csl/stockchart.cfm",,,1
	    ,"Dividend History","http://www.carlisle.com/financial/dividend_history.html",,,1
		,"Stock Split History","http://www.carlisle.com/financial/stock_split_history.html",,,1
		])	
		
				addmenu(menu=["segment",
		        ,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
		        ,"Segment Data – Cont. Ops.", "http://www.carlisle.com/investors/segment_data_continue_987.html",,,1 
		        ,"Restated Qrtrly. Finan.", "http://www.carlisle.com/investors/RestatedQrtrlyFinan.html",,,1 
		        
	    ])
		
		addmenu(menu=["proxy",
		,,145,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Proxy Statements","http://www.carlisle.com/investors/proxies.html",,,1
		,"Form 10Ks","http://www.carlisle.com/investors/annual_financials.html",,,1
		,"Annual Report","http://www.carlisle.com/financial/annual_reports.html",,,1
	    ])
          
		
		addmenu(menu=["sec",
		,,145,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Quarterly Reports","http://www.carlisle.com/investors/quarterly_reports.html",,,1
		,"Earnings Releases / 8-Ks","http://www.carlisle.com/investors/earnings_releases.html",,,1
		,"Annual Financials","http://www.carlisle.com/investors/annual_financials.html",,,1
		,"Proxy Statements","http://www.carlisle.com/investors/proxies.html",,,1
		,"Section 16 Filings","http://www.carlisle.com/investors/section16_filings.html",,,1
	    ])
          
              addmenu(menu=["charts",
		      ,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		      ,"7 Year Sales Growth","http://www.carlisle.com/financial/charts/7yr_sales_growth.html",,,1
		      ,"7 Year Return on Equity","http://www.carlisle.com/financial/charts/7yr_roe.html",,,1
		      ,"7 Year Earnings per Diluted Share","http://www.carlisle.com/financial/charts/7yr_earnings.html",,,1
		      ])
	
	addmenu(menu=["contact",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Corporate Office","http://www.carlisle.com/contact/index.html",,,1
	,"Carlisle Companies","http://www.carlisle.com/contact/directory.html",,,1
	,"Directions","http://www.carlisle.com/contact/directions.html",,,1
	,"Shareholder Services","http://www.carlisle.com/contact/shareholder_services.html",,,1
	,"Investor Relations","http://www.carlisle.com/contact/contact_investor_relations.html",,,1	
	])
		
	

dumpmenus()