

	var NoOffFirstLineMenus=6;			
	var LowBgColor='#bdbdb5';			
	var LowSubBgColor='#8c8473';			
	var HighBgColor='white';			
	var HighSubBgColor='black';			
	var FontLowColor='black';			
	var FontSubLowColor='black';			
	var FontHighColor='#8c8473';			
	var FontSubHighColor='#bdbdb5';			
	var BorderColor='black';			
	var BorderSubColor='black';			
	var BorderWidth=2;				
	var BorderBtwnElmnts=1;			
	var FontFamily="georgia,perpetua,technical"	
	var FontSize=8;				
	var FontBold=1;				
	var FontItalic=0;				
	var MenuTextCentered='left';			
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=.12;				
	var ChildVerticalOverlap=.25;			
	var StartTop=0;				
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=600;			// 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';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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 highligthed
	var Arrws=['arrow.gif',7,70,'arrowdown.gif',9,5,'trileft.gif',5,10];	// 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("Writing","blank.htm","",4,25,125);
  Menu1_1=new Array("Web Copy","web-copy.htm","",0,25,125);
  Menu1_2=new Array("Proof/Editing","proofread.htm","",0,25,125);
  Menu1_3=new Array("Ghostwriting","writing.htm","",0,25,125);
  Menu1_4=new Array("Software Specs","writing.htm#technical","",0,25,125);

Menu2=new Array("Site Design","blank.htm","",2,25,125);
  Menu2_1=new Array("New Site","new-website.htm","",0,25,125);	
  Menu2_2=new Array("Site Makeover","new-website.htm#siteredo","",0,25,125);
		
	
Menu3=new Array("Programming","blank.htm","",4,25,125);
 Menu3_1=new Array("Custom Scripts","custom-sw.htm","",0,25,125);
 Menu3_2=new Array("Script Installation","custom-sw.htm#install","",0,25,125);
 Menu3_3=new Array("Web Software","javascript:window.open('http://www.e-software-zone.com')","",0,25,125); 
 Menu3_4=new Array("Packaged Scripts","javascript:window.open('http://www.e-software-zone.com/#ezscripts')","",0,25,125);
 

Menu4=new Array("Graphics","web-graphics.htm","",3,25,125);
	Menu4_1=new Array("Logos","web-graphics.htm","",0,25,125);
	Menu4_2=new Array("eBook Covers","web-graphics.htm","",0,25,125);
	Menu4_3=new Array("Web Graphics","web-graphics.htm","",0,25,125);

Menu5=new Array("Terms of Use","terms.htm","",0,25,125);

Menu6=new Array("Privacy Policy","privacy.htm","",0,25,125);
	
