/***********************************************************************************
*   WE USE THIS CODE AND MENU_COM.JS ON "ANTIQUELIGHTHOUSE.COM" TO DRIVE 
*	DROP-DOWN MENU
*
*	(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=9;			// Number of first level items
	var LowBgColor='#02365D';			// Background color when mouse is not over
	var LowSubBgColor='#02365D';			// Background color when mouse is not over on subs
	var HighBgColor='#2A495B';			// Background color when mouse is over
	var HighSubBgColor='#2A495B';			// Background color when mouse is over on subs
	var FontLowColor='#DFDFDF';			// Font color when mouse is not over
	var FontSubLowColor='#DFDFDF';			// Font color subs when mouse is not over
	var FontHighColor='#DFDFDF';			// Font color when mouse is over
	var FontSubHighColor='#DFDFDF';			// Font color subs when mouse is over
	var BorderColor='#777777';			// Border color
	var BorderSubColor='#777777';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// 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=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=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='mainFrame';			// Frame where first level appears
	var SecLineFrame='mainFrame';			// Frame where sub levels appear
	var DocTargetFrame='mainFrame';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// 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("<img src=\"http://www.delcochamber.org/images/sub_buts_01.jpg\">","index.asp","",1,27,70);
	Menu1_1=new Array("Home Page","index.asp","",0,20,78);
Menu2=new Array("<img src=\"http://www.delcochamber.org/images/sub_buts_02.jpg\">","about.asp","",5,27,76);
	Menu2_1=new Array("About Us","about.asp","",0,20,205);
	Menu2_2=new Array("Staff & Board ","staff-board.asp","",0);
	Menu2_3=new Array("Committees","committees.asp","",0);
	Menu2_4=new Array("Chamber TV","chambertv.asp","",0);
	Menu2_5=new Array("Commitment To Your Satisfaction","commitment.asp","",0);
	
Menu3=new Array("<img src=\"http://www.delcochamber.org/images/sub_buts_03.jpg\">","join-chamber.asp","",9,27,95);
	Menu3_1=new Array("Join the Chamber","join-chamber.asp","",0,20,225);
	Menu3_2=new Array("Chamber Health Insurance","mem-insurance.asp","",0);
	Menu3_3=new Array("Property and Casualty Insurance","insurance-analysis.asp","",0);
	Menu3_4=new Array("Dental Insurance","dental_insurance.asp","",0);
	Menu3_5=new Array("Membership Advantage Programs","mem-advantage.asp","",0);
	Menu3_6=new Array("Membership Directory","mem-directory.asp","",0);
	Menu3_7=new Array("Member Spotlight","memspotlight-full.asp","",0);
	Menu3_8=new Array("Market, Sponsor & Advertise","mem-advertise.asp","",0);
	Menu3_9=new Array("Chamber Newsletter","newsletter.asp","",0);
	
Menu4=new Array("<img src=\"http://www.delcochamber.org/images/sub_buts_04.jpg\">","business-resources.asp","",6,27,72);
	Menu4_1=new Array("Business Resources","business-resources.asp","",0,20,250);
	Menu4_2=new Array("SBAT (Small Business Advisory Team)","sbat.asp","",0);
	Menu4_3=new Array("SCORE","score.asp","",0);
	Menu4_4=new Array("SBDC @ Widener University","sbdc.asp","",0);
	Menu4_5=new Array("Educational Podcasts","podcast-edu.asp","",0);
	Menu4_6=new Array("Member Discounts & Coupons","coupons-search.asp","",0);	
	
Menu5=new Array("<img src=\"http://www.delcochamber.org/images/sub_buts_05.jpg\">","government-affairs.asp","",4,27,97);
	Menu5_1=new Array("Government Affairs","government-affairs.asp","",0,20,215);
	Menu5_2=new Array("Chamber Legislative Priorities","legislative-priorities.asp","",0);
	Menu5_3=new Array("County Elected Officials","county-elected-officials.asp","",0);
	Menu5_4=new Array("Government Affairs Report","government-report.asp","",0);
Menu6=new Array("<img src=\"http://www.delcochamber.org/images/sub_buts_06.jpg\">","community.asp","",4,27,89);

	Menu6_1=new Array("Welcome to Delaware County","community.asp","",0,20,193);
	Menu6_2=new Array("Community Calendar","http://www.delcochamber.org/member_upcoming.asp","",0);
	Menu6_3=new Array("The Chamber On Facebook","http://www.delcochamber.org/facebook.asp","",0);
	Menu6_4=new Array("Brandywine CVB","cvb.asp","",0);
	
Menu7=new Array("<img src=\"http://www.delcochamber.org/images/sub_buts_07.jpg\">","foundation.asp","",8,27,90);
	Menu7_1=new Array("About the Foundation","foundation.asp","",0,20,170);
	Menu7_2=new Array("Board of Directors","board.asp","",0);
	Menu7_3=new Array("Delco Hi-Q","hi-q.asp","",0);
	Menu7_4=new Array("Workforce Development","comingsoon.asp","",0);
	Menu7_5=new Array("Career Awareness","career.asp","",0);
	Menu7_6=new Array("Job Readiness","job.asp","",0);
	Menu7_7=new Array("John Bogosian Center","comingsoon.asp","",0);
	Menu7_8=new Array("Make a Donation","donate.asp","",0);
	
Menu8=new Array("<img src=\"http://www.delcochamber.org/images/sub_buts_08.jpg\">","http://www.informationsecured.com/dccc_store/index.php","",8,27,55);
	Menu8_1=new Array("Visit Store","http://www.informationsecured.com/dccc_store/index.php","",0,20,160);
	Menu8_2=new Array("Street Locator","http://www.informationsecured.com/dccc_store/index.php?main_page=product_info&cPath=1&products_id=4","",0);
	Menu8_3=new Array("Today Almanac","http://www.informationsecured.com/dccc_store/index.php?main_page=product_info&cPath=1&products_id=8","",0);
	Menu8_4=new Array("Relocation Package","http://www.informationsecured.com/dccc_store/index.php?main_page=product_info&cPath=1&products_id=5","",0);
	Menu8_5=new Array("How to Start Packet","http://www.informationsecured.com/dccc_store/index.php?main_page=product_info&cPath=1&products_id=7","",0);
	Menu8_6=new Array("Life In Delaware County","http://www.informationsecured.com/dccc_store/index.php?main_page=product_info&cPath=1&products_id=9","",0);
	Menu8_7=new Array("Delco Street Map","http://www.informationsecured.com/dccc_store/index.php?main_page=product_info&cPath=1&products_id=10","",0);
	Menu8_8=new Array("Podcasts","http://www.informationsecured.com/dccc_store/index.php","",0);
Menu9=new Array("<img src=\"http://www.delcochamber.org/images/sub_buts_09.jpg\">","contact.asp","",1,27,96);
	Menu9_1=new Array("Contact Us ","contact.asp","",0,20,95);
