//(c) Ger Versluis 2000 version 1.0, 1 november 2000	var NoOffFirstLineMenus=5; //set number of main menu items	var LowBgColor='black';	var HighBgColor='#003399';	var FontLowColor='#FFFFFF';	var FontHighColor='#FFFFFF';	var BorderColor='black';	var BorderWidth=1;	var BorderBtwnElmnts=1;	var FontFamily="Arial, Verdana"	var FontSize=9;	var FontBold=1;	var FontItalic=0;	var MenuTextCentered=0;	var MenuCentered='left';	var MenuVerticalCentered='top';	var ChildOverlap=.1;	var ChildVerticalOverlap=.1;	var StartTop=102; //set vertical offset	var StartLeft=175; //set horizontal offset	var VerCorrect=0;	var HorCorrect=0;	var LeftPaddng=3;	var TopPaddng=2;	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)	var MenuFramesVertical=1;	var DissapearDelay=500;	var TakeOverBgColor=1;	var FirstLineFrame='self';	var SecLineFrame='self';	var DocTargetFrame='self';	var WebMasterCheck=0;//Menux=new Array("text to show","Link",No of sub elements,element height,element width);//see accompanying "config.htm" file for more information on structure of menusMenu1=new Array("Community","http://www.emillennium.ca/community.htm",8,20,115);	Menu1_1=new Array("Introduction","http://www.emillennium.ca/introduction.htm",0,20,140);	Menu1_2=new Array("Smile Program","http://www.emillennium.ca/smile.htm",0);	Menu1_3=new Array("Sell And Buy - Info","http://www.emillennium.ca/sellbuy.htm",0);	Menu1_4=new Array("Message Board - Info","http://www.emillennium.ca/mboard.htm",0);	Menu1_5=new Array("Mem's Directory - Info","http://www.emillennium.ca/members.htm",0)	Menu1_6=new Array("S&B, MB, MD - Enter","http://www.emillennium.ca:50/",0);	Menu1_7=new Array("Sign Up","http://www.emillennium.ca/signup.htm",0);	Menu1_8=new Array("Donation","http://www.emillennium.ca/donation.htm",0);Menu2=new Array("About Us","http://www.emillennium.ca/about.htm",4);	Menu2_1=new Array("Introduction","http://www.emillennium.ca/introduction.htm",0,20,135);    Menu2_2=new Array("Home","http://www.emillennium.ca",0);	Menu2_3=new Array("New & Exciting Archive","http://www.emillennium.ca/newexiting.htm",0);	Menu2_4=new Array("Contact","http://www.emillennium.ca/contact.htm",0);Menu3=new Array("Web Hosting","http://www.emillennium.ca/webhosting.htm",4);	Menu3_1=new Array("Information","http://www.emillennium.ca/hostinfo.htm",0,20,115);	Menu3_2=new Array("Prices","http://www.emillennium.ca/hostprices.htm",0);	Menu3_3=new Array("Pub Photo Albums","http://www.emillennium.ca/listppa.htm",0)	Menu3_4=new Array("Hosted Sites","http://www.emillennium.ca/hostedsites.htm",0);Menu4=new Array("Web Design","http://www.emillennium.ca/webdesign.htm",4);	Menu4_1=new Array("Information","http://www.emillennium.ca/designinfo.htm",0,20,115);	Menu4_2=new Array("Prices","http://www.emillennium.ca/designprices.htm",0);	Menu4_3=new Array("Photo Album","http://www.emillennium.ca/banner1.htm",0);	Menu4_4=new Array("Portfolio","http://www.emillennium.ca/portfolio.htm",0);Menu5=new Array("Other Services","http://www.emillennium.ca/otherservices.htm",1);	Menu5_1=new Array("Other Links","http://www.emillennium.ca/links.htm",0,20,115);
