
	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#FFFFFF';
	var HighBgColor='#F2F2F2';
	var FontLowColor='#6E6E6E';
	var FontHighColor='black';
	var BorderColor='#BFBFBF';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,arial,sans serif"
	var FontSize=7;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.01;
	var ChildVerticalOverlap=.2;
	var StartTop=55; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=0;
	var TopPaddng=3;
	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;


Menu1=new Array("Home","index.html",0,18,100);

Menu2=new Array("About us","",2);
	Menu2_1=new Array("ForumExperts","about_us.html",0,18,100);
	Menu2_2=new Array("policies","policies.html",0);

Menu3=new Array("Forums","",3);
	Menu3_1=new Array("Info","info.html",0,18,100);
	Menu3_2=new Array("Software","",1);
	Menu3_2_1=new Array("phpBB","http://sample.forumexperts.com/phpbb3/index.php",0,18,100);
	Menu3_3=new Array("Prices & Ordering","ordering.php",0);

Menu4=new Array("Hosting","http://www.webbolts.com/",0,18,100);

Menu5=new Array("Contact us","",4);
	Menu5_1=new Array("General","contact.html",0,18,100);
	Menu5_2=new Array("Sales","mailto:sales@forumexperts.com",0);
	Menu5_3=new Array("Info","mailto:info@forumexperts.com",0);
	Menu5_4=new Array("Support","mailto:support@forumexperts.com",0);

