	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='maroon';			// Background color when mouse is over
	var HighSubBgColor='ACC1B1';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='maroon';			// Font color subs when mouse is over
	var BorderColor='maroon';			// Border color
	var BorderSubColor='maroon';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"	// Font family menu items
	var FontSize=8;				// 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='right';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.10;			// vertical overlap child/ parent
	var StartTop=100;				// Menu offset x coordinate
	var StartLeft=-26;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=0;				// 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=400;			// 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='';				// 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("About Us","http://www.web-galleries.com/about_us/about_us.html","",0,15,75);

Menu2=new Array("Services","http://www.web-galleries.com/services/services.html","",8,15,75);
Menu2_1=new Array("Development","http://www.web-galleries.com/services/web_development.html","",0,15,110);
Menu2_2=new Array("Programming","http://www.web-galleries.com/services/programming.html","",0,15,110);
Menu2_3=new Array("Multimedia","http://www.web-galleries.com/services/multimedia.html","",0,15,110);
Menu2_4=new Array("Video Production","http://www.web-galleries.com/services/video_production.html","",0,15,110);
Menu2_5=new Array("Marketing","http://www.web-galleries.com/services/marketing.html","",0,15,110);
Menu2_6=new Array("Web Consulting","http://www.web-galleries.com/services/web_consulting.htm","",0,15,110);
Menu2_7=new Array("Hosting","http://www.web-galleries.com/services/hosting.html","",0,15,110);
Menu2_8=new Array("Print","http://www.web-galleries.com/services/print.html","",0,15,110);

Menu3=new Array("Portfolio","http://www.web-galleries.com/portfolio/portfolio.php","",6,15,75);
Menu3_1=new Array("Case Studies","http://www.web-galleries.com/portfolio/portfolio.php","",0,15,100);	
Menu3_2=new Array("Portfolio 1","http://www.web-galleries.com/portfolio/portfolio_1.html","",0,15,100);
Menu3_3=new Array("Portfolio 2","http://www.web-galleries.com/portfolio/portfolio_2.html","",0,15,100);
Menu3_4=new Array("Portfolio 3","http://www.web-galleries.com/portfolio/portfolio_3.html","",0,15,100);
Menu3_5=new Array("Portfolio 4","http://www.web-galleries.com/portfolio/portfolio_4.html","",0,15,100);
Menu3_6=new Array("Portfolio 5","http://www.web-galleries.com/portfolio/portfolio_5.html","",0,15,100);

Menu4=new Array("Contact us","http://www.web-galleries.com/contact_us/contact_us.html","",1,15,75);
Menu4_1=new Array("Contact Us","http://www.web-galleries.com/contact_us/contact_us.html","",0,15,100);

	
Menu5=new Array("Employment","http://www.web-galleries.com/employment/employment.html","",1,15,75);
Menu5_1=new Array("Employment","http://www.web-galleries.com/employment/employment.html","",0,15,100);	
