/***********************************************************************************

*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)

*	For info write to menus@burmees.nl		          *

*	You may remove all comments for faster loading	          *		

***********************************************************************************/



	var NoOffFirstLineMenus=7;			// Number of first level items

	var LowBgColor='white';				// Background color when mouse is not over

	var LowSubBgColor='eeeeee';			// Background color when mouse is not over on subs

	var HighBgColor='003366';			// Background color when mouse is over

	var HighSubBgColor='white';			// Background color when mouse is over on subs

	var FontLowColor='003366';			// Font color when mouse is not over

	var FontSubLowColor='black';			// Font color subs when mouse is not over

	var FontHighColor='cc9900';			// Font color when mouse is over

	var FontSubHighColor='003366';			// Font color subs when mouse is over

	var BorderColor='003366';			// Border color

	var BorderSubColor='E8E8E8';			// Border color for subs

	var BorderWidth=0;				// Border width

	var BorderBtwnElmnts=1;				// Border between elements 1 or 0

	var FontFamily="verdana"			// 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='left';			// 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','bottom' or static

	var ChildOverlap=0;				// horizontal overlap child/ parent

	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent

	var StartTop=132;				// Menu offset x coordinate

	var StartLeft=15;				// Menu offset y coordinate

	var VerCorrect=0;				// Multiple frames y correction

	var HorCorrect=0;				// Multiple frames x correction

	var LeftPaddng=10;				// Left padding

	var TopPaddng=2;				// Top padding

	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL

	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='';				// span id for relative positioning

	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

	var ShowArrow=0;				// Uses arrow gifs when 1

	var KeepHilite=1;				// Keep selected path highligthed

	var Arrws=['./tri.gif',5,10,'./tridown.gif',10,5,'./trileft.gif',5,10];	// Arrow source, width and height



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("About CALED","","",12,20,94);

	Menu1_1=new Array("Who We Are","http://www.caled.org/01_whoweare.shtml","",0,20,180);		

	Menu1_2=new Array("Board of Directors","http://www.caled.org/01_board.shtml","",0);	

	Menu1_3=new Array("CALED Committees","http://www.caled.org/01_committees.shtml","",0);	

	Menu1_4=new Array("Bylaws","http://www.caled.org/01_bylaws.shtml","",0);	

	Menu1_5=new Array("Staff","http://www.caled.org/01_staff.shtml","",0);	

	Menu1_6=new Array("CALED Members","http://www.caled.org/03_members.shtml","",0);	

	Menu1_7=new Array("What Our Members Say","http://www.caled.org/01_say.shtml","",0);	

	Menu1_8=new Array("Join CALED","http://www.caled.org/01_join.shtml","",0);	

	Menu1_9=new Array("The Academy","http://www.caled.org/01_academy.shtml","",0);	

	Menu1_10=new Array("TeamCA","http://www.caled.org/01_teamca.shtml","",0);	

	Menu1_11=new Array("Contact Us","http://www.caled.org/01_contact.shtml","",0);	

	Menu1_12=new Array("Directions to CALED","http://www.caled.org/01_directions.shtml","",0);	





Menu2=new Array("Services","","",14,20,70);

	Menu2_1=new Array("Legislative Watch","http://www.caled.org/02_legislative_watch.shtml","",0,20,193);

	Menu2_2=new Array("ED Career Center","http://www.caled.org/02_career.shtml","",0);

	Menu2_3=new Array("ED Trainings & Workshop","http://www.caled.org/02_trainings.shtml","",0);	

	Menu2_4=new Array("Annual Conference","http://www.caled.org/02_conference.shtml","",0);	

	Menu2_5=new Array("Awards of Excellence","http://www.caled.org/02_awards.shtml","",0);	

	Menu2_6=new Array("Tools for Business Webfeed","http://www.caled.org/07_tools.shtml","",0);	

	Menu2_7=new Array("Economic Impact Calculator","http://www.caled.org/03_calculator.shtml","",0);	

	Menu2_8=new Array("Local Elected Officials Training","http://www.caled.org/02_local_training.shtml","",0);	

	Menu2_9=new Array("Professional Advisory Service","http://www.caled.org/02_professional.shtml","",0);	

	Menu2_10=new Array("Facilitation Services","http://www.caled.org/02_facilitation.shtml","",0);	

	Menu2_11=new Array("The Bulletin","http://www.caled.org/02_bulletin.shtml","",0);	

	Menu2_12=new Array("ED Alerts [EDlerts]","http://www.caled.org/02_ed_alerts.shtml","",0);	

	Menu2_13=new Array("Publications for Sale","http://www.caled.org/02_publications_sale.shtml","",0);	

	Menu2_14=new Array("Special Member Discounts","http://www.caled.org/02_member_discounts.shtml","",0);		

	



Menu3=new Array("ED Resources","","",20,20,100);

	Menu3_1=new Array("What is ED","http://www.caled.org/03_whatised.shtml","",0,20,245);	

	Menu3_2=new Array("What Does an Economic Developer Do?","http://www.caled.org/03_developer.shtml","",0);	

	Menu3_3=new Array("Economic Development Strategies","http://www.caled.org/03_strategies.shtml","",0);	

	Menu3_4=new Array("Economic Impact Calculator","http://www.caled.org/03_calculator.shtml","",0);	

	Menu3_5=new Array("CALED Members","http://www.caled.org/03_members.shtml","",0);	

	Menu3_6=new Array("Online Resources","http://www.caled.org/03_resources.shtml","",0);	

	Menu3_7=new Array("The Academy","http://www.caled.org/01_academy.shtml","",0);	

	Menu3_8=new Array("Economic Development Partners","http://www.caled.org/03_partners.shtml","",0);	

	Menu3_9=new Array("CEDA: ED Financing","http://www.caled.org/edfinancing/index.html","",0);	

	Menu3_10=new Array("Economic Development Corporations","http://www.caled.org/03_corps.shtml","",0);	

	Menu3_11=new Array("TeamCA","http://www.caled.org/03_teamca.shtml","",0);	

	Menu3_12=new Array("Regional Marketing Groups","http://www.caled.org/03_marketing.shtml","",0);	

	Menu3_13=new Array("Enterprise Zones","http://www.caled.org/03_enterprise.shtml","",0);	

	Menu3_14=new Array("ED Incentives","http://www.caled.org/03_incentives.shtml","",0);	

	Menu3_15=new Array("ED Surveys","http://www.caled.org/03_surveys.shtml","",0);	

	Menu3_16=new Array("The Bulletin","http://www.caled.org/02_bulletin.shtml","",0);

	Menu3_17=new Array("ED Alerts [ED-lerts]","http://www.caled.org/02_ed_alerts.shtml","",0);		

	Menu3_18=new Array("Recommended Reading","http://www.caled.org/03_reading.shtml","",0);

	Menu3_19=new Array("ED Speaker/Trainer Directory","http://www.caled.org/03_speaker.shtml","",0);

	Menu3_20=new Array("Request a Resource","http://www.caled.org/03_request.shtml","",0);



Menu4=new Array("Press Room","","",4,20,89);

	Menu4_1=new Array("Recent Releases","http://www.caled.org/04_recent.shtml","",0,20,198);	

	Menu4_2=new Array("CALED in the News","http://www.caled.org/04_in_the_news.shtml","",0);	

	Menu4_3=new Array("FAQ about CALED & ED","http://www.caled.org/04_faq.shtml","",0);	

	Menu4_4=new Array("CA Media Contacts","http://www.caled.org/04_media.shtml","",0);	



Menu5=new Array("Business Attraction","#","",1,20,129);

	Menu5_1=new Array("Business Attraction Resources","http://www.caled.org/05_resources.shtml","",0,20,195);	



Menu6=new Array("Business Retention & Expansion","#","",7,20,202);

	Menu6_1=new Array("Economic Impact Calculator","http://www.caled.org/03_calculator.shtml","",0,20,250);	

	Menu6_2=new Array("BRE Basics","http://www.caled.org/06_bre.shtml","",0,20,250);	

	Menu6_3=new Array("Articles","http://www.caled.org/06_articles.shtml","",0);	

	Menu6_4=new Array("Data Sources","http://www.caled.org/06_sources.shtml","",0);	

	Menu6_5=new Array("Why Retention Matters?","http://www.caled.org/06_why.shtml","",0);	

	Menu6_6=new Array("Submit or Request a Resource","http://www.caled.org/06_submit.shtml","",0);	

	Menu6_7=new Array("Federal, State & Local Links for Business","http://www.caled.org/06_links.shtml","",0);	



Menu7=new Array("Business Creation","#","",3,20,122);

	Menu7_1=new Array("Entrepreneurship as an ED Strategy","http://www.caled.org/07_entrepreneurship.shtml","",0,20,222);	

	Menu7_2=new Array("Tools for Business Success","http://www.caled.org/07_tools.shtml","",0,20,0);	

	Menu7_3=new Array("Business Creation Resources","http://www.caled.org/07_resources.shtml","",0,20,0);	

