/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *	
***********************************************************************************/

	var NoOffFirstLineMenus=10;
	var LowBgColor='99CCFF';
	var LowSubBgColor='99CCFF';
	var HighBgColor='beige';
	var HighSubBgColor='beige';
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='red';			// Font color when mouse is over
	var FontSubHighColor='red';			// Font color subs when mouse is over
	var BorderColor='8aa6d6';			// Border color
	var BorderSubColor='8aa6d6';			// Border color for subs
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,arial,comic sans ms,technical"
	var FontSize=10;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='left';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.025;
	var ChildVerticalOverlap=.2;
	var StartTop=111;
	var StartLeft=0;
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0;
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=1;
	var KeepHilite=1;
	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("Conference Home","http://www.ncvaonline.org/conferences/2005/index.html","",0,20,113);

Menu2=new Array("Program","http://www.ncvaonline.org/conferences/2005/schedule.html","",5);
	Menu2_1=new Array("Thursday, Oct 20","http://www.ncvaonline.org/conferences/2005/schedule.html#Thurs102005","",0,20,113);
	Menu2_2=new Array("Friday, Oct 21","http://www.ncvaonline.org/conferences/2005/schedule.html#Fri102105","",0);
	Menu2_3=new Array("Saturday, Oct 22","http://www.ncvaonline.org/conferences/2005/schedule.html#Sat102205","",0);
	Menu2_4=new Array("Sunday, Oct 23","http://www.ncvaonline.org/conferences/2005/schedule.html#Sun102305","",0);
	Menu2_5=new Array("Workshops","http://www.ncvaonline.org/conferences/2005/workshop.html","",0);

Menu3=new Array("Speakers","http://www.ncvaonline.org/conferences/2005/speakers.html","",0,20,113);
	Menu3_1=new Array("Leadership Development","http://www.ncvaonline.org/vaylc","",0,20,113);
	Menu3_2=new Array("Economic Development","http://www.ncvaonline.org/vaylc","",0);

Menu4=new Array("Registration","http://www.ncvaonline.org/conferences/2005/regform_conference05.html","",0,20,113);
	Menu4_1=new Array("Pay Online","http://partners.guidestar.org/controller/searchResults.gs?action_donateReport=1&partner=networkforgood&ein=54-1665024","",0,20,110);
	Menu4_2=new Array("Need Help?","http://www.ncvaonline.org/contact_SF.shtml","",0);
	Menu4_3=new Array("Privacy Policy","http://www.ncvaonline.org/privacypolicy.shtml","",0);

Menu5=new Array("Hotel","http://www.ncvaonline.org/conferences/2005/hotel.html","",2);
	Menu5_1=new Array("Book Hotel Room","http://www.ncvaonline.org/conferences/2005/hotel.html","",0,20,130);
	Menu5_2=new Array("Hotel Layout","http://www.dtsj.com/floorplans/","",0);

Menu6=new Array("Travel","http://www.ncvaonline.org/conferences/2005/travel.html","",3);
	Menu6_1=new Array("Car Rental","http://www.ncvaonline.org/conferences/2005/travel.html#CarRental","",0,20,130);
	Menu6_2=new Array("Directions Hotel","http://www.ncvaonline.org/conferences/2005/travel.html#DrivingInstructionsHotel","",0);
	Menu6_3=new Array("Directions Restaurant","http://www.ncvaonline.org/conferences/2005/travel.html#DrivingInstructionsRestaurant","",0);

Menu7=new Array("Sponsors","http://www.ncvaonline.org/conferences/2005/sponsors.html","",2);
	Menu7_1=new Array("Sponsor Benefits","http://www.ncvaonline.org/conferences/2005/sponsors.html","",0,20,113);			
	Menu7_2=new Array("Be a Sponsor","http://www.ncvaonline.org/conferences/2005/contact_SF.shtml","",0);
	
Menu8=new Array("Make a Donation","http://partners.guidestar.org/controller/searchResults.gs?action_donateReport=1&partner=networkforgood&ein=54-1665024","",0,20,113);
	
Menu9=new Array("Contact Us","http://www.ncvaonline.org/contact_SF.shtml","",0,20,113);

Menu10=new Array("NCVA Home","http://www.ncvaonline.org","",0,20,113);