//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#7878B6';
	var HighBgColor='#D1D1E9';
	var FontLowColor='black';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=7;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=108; //set vertical offset
	var StartLeft=123; //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='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	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("Home","index.shtml",0,20,134);

Menu2=new Array("Hosting","#",4);
	Menu2_1=new Array("Shared Hosting","#",2,20,150);	
		Menu2_1_1=new Array("Shared NT","nt_hosting.shtml",0,20,150);
		Menu2_1_2=new Array("Shared Linux","linux_hosting.shtml",0);
		Menu2_1_3=new Array("Dedicated Hosting","dedicated_hosting.shtml",0);
                Menu2_1_4=new Array("Shared Linux","#",0);
                Menu2_1_5=new Array("Shared NT","#",0);
                          Menu2_1_5_1=new Array("1","#",0,20,150);
                          Menu2_1_5_2=new Array("1","#",0);
	Menu2_2=new Array("Dedicated Hosting","dedicated_hosting.shtml",0);
		Menu2_2_1=new Array("1","#",0,20,200);
		Menu2_2_2=new Array("1","#",0);
		Menu2_2_3=new Array("1","#",0);
	Menu2_3=new Array("Reseller Hosting","reseller_hosting.shtml",0);
	Menu2_4=new Array("Network Connectivity","connectivity.shtml",0);
	
Menu3=new Array("Other Services","#",4);
	Menu3_1=new Array("Domain Registration","http://www.ezdomainreg.com/",0,20,150);
	Menu3_2=new Array("Merchant Services","http://smartweb.authorizenetpartner.com/",0);
	Menu3_3=new Array("Web Design","#",0);
	Menu3_4=new Array("Secure Certificates","secure_certs.shtml",0);

Menu4=new Array("Support","#",2);
	Menu4_1=new Array("Support FAQ","support_faq.php3",0,20,180);
	Menu4_2=new Array("Support Contact","contact_support.shtml",0);
	Menu4_3=new Array("Support Forum","#",0);
	Menu4_4=new Array("Support Ticket","#",0);

Menu5=new Array("Contact us","javascript:top.location.href='contact.shtml'",0);
	Menu5_1=new Array("Windy Design","#",0,20,140);
