	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#800080';			// Background color when mouse is not over
	var LowSubBgColor='#CCFFFF';		// Background color when mouse is not over on subs
	var HighBgColor='#800080';			// Background color when mouse is over
	var HighSubBgColor='#800080';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#333399';			// 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='#800080';			// Border color
	var BorderSubColor='#800080';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, sans-serif"	// 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='left';			// 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','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=115;				// Menu offset x coordinate
	var StartLeft=245;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=2;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// 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='';				// span id for relative positioning
	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
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted
	var Arrws=['images_global/tri.gif',5,10,'images_global/tridown.gif',10,5,];	// 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("|  Home  |  ","http://grapevinenetworks.us/","",0,20,72);


Menu2=new Array("  Services  |  ","","",3,20,75);
	Menu2_1=new Array("Internet Access","/services/internet.html","",3,20,138);
		Menu2_1_1=new Array("DSL Internet","/services/dsl.html","",0,20,120);
		Menu2_1_2=new Array("Dialup Internet","/services/dialup.html","",0,20,120);
		Menu2_1_3=new Array("TrueSwitch","http://www.trueswitch.com","",0,20);
	Menu2_2=new Array("Web Site Hosting","https://grapevinenet.us/hosting/step_one.php?gid=1","",0,20,138);
	Menu2_3=new Array("Domain","","",3,20,138);
		Menu2_3_1=new Array("Registration","/services/domain01.php","",0,20,120);
		Menu2_3_2=new Array("Transfer","/services/domain03.php","",0,20);
		Menu2_3_3=new Array("Traffic Blazer","/services/trafficblazer.php","",0,20);
                Menu2_4=new Array("SSL Certificates","/services/ssl.php","",0,20,138);
	Menu2_5=new Array("Affiliated Services","","",3,20,138);	
		Menu2_5_1=new Array("Merchant Account","/affiliates/affiliate01.php","",0,20,130);
		Menu2_5_2=new Array("Copyright Service","/services/copyright.php","",0,20);
		Menu2_5_3=new Array("Toll-free 800 Service","/affiliates/affiliate03.php","",0,30);
	
		
Menu3=new Array("  Networks  |  ","","",2,20,82);
    Menu3_1=new Array("Dialup Access Numbers","/networks/access.html","",0,30,120);
	Menu3_2=new Array("Dialup Network Realms","/networks/realms.html","",0,30,120);
	

	
Menu4=new Array("  v Store  |  ","","",0,20,76);
	

                

	
Menu5=new Array("  Gateway  |   ","","",4,20,76);  
	Menu5_1=new Array("Directory","","",2,20,113);
		Menu5_1_1=new Array("Yellow Pages","http://yellowpages.com","",0,20,100);
		Menu5_1_2=new Array("White Pages","http://whitepages.com","",0,20);
	Menu5_2=new Array("Search Engines","","",2,20,113);
		Menu5_2_1=new Array("Ixquick","https://us.ixquick.com/eng/","",0,20,100);
		Menu5_2_2=new Array("AltaVista","http://altavista.com/","",0,20);
	Menu5_3=new Array("Earthquake Activity","/gateway/earthquake.html","",0,30);
        Menu5_4=new Array("Weather Report","","",0,20);


Menu6=new Array("  Contact  |  ","","",1,20,68);
	Menu6_1=new Array("Contact Us","https://grapevinenetworks.us/contact/contact.html","",0,20,80);
	
	
Menu7=new Array("  About  |   ","","",3,20,57);
	Menu7_1=new Array("Company","/about/company.html","",0,20,68);
	Menu7_2=new Array("TOS","/about/tos.html","",0,20);
	Menu7_3=new Array("AUP","/about/aup.html","",0,20);	
		

	












































































