
//var NoOffFirstLineMenus=8;			// 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='#7A7A02';			// Background color when mouse is over
	var HighSubBgColor='#7A7A02';			// Background color when mouse is over on subs
	var FontLowColor='#A8A383';			// Font color when mouse is not over
	var FontSubLowColor='#A8A383';			// Font color subs when mouse is not over
	var FontHighColor='#A8A383';			// Font color when mouse is over
	var FontSubHighColor='#A8A383';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=6.9;				// Font size menu items
	var FontBold=0;				// 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','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// 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=4;				// 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=1000;			// delay before menu folds in
	var TakeOverBgColor=0;			// 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='here';				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/tri.gif',6,9,'images/tridown.gif',7,18,'images/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"

mnu_bg=""

/*Menu1=new Array("HOME","index.php",mnu_bg,0,18,36);

Menu2=new Array("ABOUT US","",mnu_bg,3,18,55);
	Menu2_1=new Array("Pages","cms_pagelist.php","",0,22,100);
	Menu2_2=new Array("News","sitenews_list.php","",0);
	Menu2_3=new Array("Files","sitefiles_list.php","",0);

Menu3=new Array("OFFICE PRODUCTS","",mnu_bg,3,18,98);
	Menu3_1=new Array("Mailing List","mailinglist_list.php","",0,20,140);
	Menu3_2=new Array("Newsletter","","",2);
		Menu3_2_1=new Array("History","newsletter_history.php","",0,20,100);
		Menu3_2_2=new Array("Send Newsletter","send_newsletter.php","",0);
	Menu3_3=new Array("Mail Templates","mailtemplates_list.php","",0);

Menu4=new Array("CLIENTS","links_list.php",mnu_bg,0,18,47);

Menu5=new Array("ENVIRONMENT","staff_login.php?Logout=true",mnu_bg,0,18, 76);

Menu6=new Array("OTHER SERVICES","links_list.php",mnu_bg,0,18,92);

Menu7=new Array("CONTACT US","links_list.php",mnu_bg,0,18,69);

Menu8=new Array("CLIENT AREA","links_list.php",mnu_bg,0,18,70);*/



//	<li class="nav_home"><a href="index.php"><span>home</span></a></li>
//	<li class="nav_abou"><a href="aboutus.php"><span>about us</span></a></li>
//	<li class="nav_offi"><a href="products_office.php"><span>office products</span></a></li>
//	<li class="nav_clie"><a href="clients.php"><span>clients</span></a></li>
//	<li class="nav_envi"><a href="environment.php"><span>environment</span></a></li>
//	<li class="nav_othe"><a href="other-services.php"><span>other services</span></a></li>
//	<li class="nav_cont"><a href="contact.php"><span>contact us</span></a></li>
//	<li class="nav_logi"><a href="clientarea.php"><span>client area</span></a></li>
//	<li class="nav_spac"></li>
//	<li class="nav_bask"><a href="basket.php"><span>basket</span></a></li>
//	<li class="nav_chec"><a href="https://secure.apressystems.co.uk/checkout.php"><span>checkout</span></a></li>


