
	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#336699';			// Background color when mouse is not over
	var LowSubBgColor='#336699';			// Background color when mouse is not over on subs
	var HighBgColor='#993300';			// Background color when mouse is over
	var HighSubBgColor='#993300';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#336699';			// Border color
	var BorderSubColor='#336699';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=0;					// Menu offset x coordinate
	var StartLeft=-20;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=1;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';			// DIV id for relative positioning (refer to config.htm for info)
	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

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("Home","/home.html","",0,20,70);

Menu2=new Array("Services","/web/services.html","",4,20,74);
	Menu2_1=new Array("Dial Up Services","/web/services.html","",0,20,125);	
	Menu2_2=new Array("Web Hosting","/web/webhosting.html","",0);	
	Menu2_3=new Array("Web Sites","/web/websites.html","",0);;
	Menu2_4=new Array("Terms of Service","/web/tos.html","",0);

Menu3=new Array("Access Numbers","/access/access.html","",2,20,120);
	Menu3_1=new Array("USA","/access/usa.html","",0,20,125);
	Menu3_2=new Array("CANADA","/access/canada.html","",0);

Menu4=new Array("Sign Up Now","/signup/signup.html","",5,20,95);
	Menu4_1=new Array("SignUp Options","/signup/signup.html","",0,20,125);
	Menu4_2=new Array("Via Phone","/signup/phone.htm","",0,20,125);
	Menu4_3=new Array("Via Online","https://purespeed.virtdom.com/selectplan.php","",0);
	Menu4_4=new Array("Via Email","/signup/EmailSignupform.htm","",0);
	Menu4_5=new Array("Via Fax","/signup/faxform.htm","",0);

Menu5=new Array("Tech Support","/support/techsupport.htm","",3,20,100);
	Menu5_1=new Array("Help Desk","/support/techsupport.htm","",0,20,125);
	Menu5_2=new Array("Tutorials","/support/tutorials.html","",0);
	Menu5_3=new Array("Third Party Support","/support/thirdparty.htm","",0);

Menu6=new Array("Email Login","/web/mail.html","",3,20,91);
	Menu6_1=new Array("Spam-Free Email","/web/PurespeedOffers1.html","",0,20,125);
	Menu6_2=new Array("Purespeed","http://webmail.purespeed.com/","",0,20,125);
	Menu6_3=new Array("Tidalwave","http://webmail.tidalwave.net/","",0);

Menu7=new Array("Contact Us","/web/contact.html","",0,20,72);