/***********************************************************************************
Submit Once form validation- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com
***********************************************************************************/

	var NoOffFirstLineMenus=10;			// 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='navy';			// Background color when mouse is over
	var HighSubBgColor='navy';			// 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='white';			// Font color subs when mouse is over
	var BorderColor='White';			// Border color
	var BorderSubColor='Black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=7;				// 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=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=185;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// 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=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='';				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,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("Home","index.html","",0,20,120);

Menu2=new Array("Systems Development","HTML Page5.htm","",6);
	Menu2_1=new Array("Introduction","HTML Page5.htm#Introduction","",0,20,150);	
	Menu2_2=new Array("Specification","HTML Page5.htm#Specification","",0);
	Menu2_3=new Array("Development","HTML Page5.htm#Development","",0);
	Menu2_4=new Array("Implementation","HTML Page5.htm#Implementation","",0);
	Menu2_5=new Array("Flexibility and Expansion","HTML Page5.htm#Flexibility","",0);
	Menu2_6=new Array("Portfolio","HTML Page5.htm#Portfolio","",0);
	//Menu2_7=new Array("Testimony","HTML Page5.htm#Testimony","",0);
//Menu2=new Array("Systems Development","HTML Page4.htm","",2);
	//Menu2_1=new Array("Introduction","HTML Page3.htm","",5,20,150);	
		//Menu2_1_1=new Array("Bespoke systems","HTML Page2.htm","",0,20,150);
		//Menu2_1_2=new Array("Customisation","http://www.busisoft.co.uk","",0);
		//Menu2_1_3=new Array("Maintenance","http://www.busisoft.co.uk","",0);
        //Menu2_1_4=new Array("Support","http://www.busisoft.co.uk","",0);
        //Menu2_1_5=new Array("What we can do for you","http://www.busisoft.co.uk","",2);
            //Menu2_1_5_1=new Array("Support","http://www.busisoft.co.uk","",0,20,150);
            //Menu2_1_5_2=new Array("Bespoke systems","http://www.busisoft.co.uk","",0);
	//Menu2_2=new Array("More information","HTML Page2.htm","",3);
		//Menu2_2_1=new Array("TechWeb","http://www.busisoft.co.uk","",0,20,200);
		//Menu2_2_2=new Array("News.com","http://www.busisoft.co.uk","",0);
		//Menu2_2_3=new Array("Wired News","http://www.busisoft.co.uk","",0);

Menu3=new Array("Software","HTML Page15.htm","",4);
	Menu3_1=new Array("Off-the-shelf","HTML Page15.htm#Off","",0,20,180);
	Menu3_2=new Array("Installation and configuration","HTML Page15.htm#Installation","",0);
	Menu3_3=new Array("Customisation","HTML Page15.htm#Customisation","",0);
	Menu3_4=new Array("Quotation","HTML Page15.htm#Quotation","",0);
	//Menu3_5=new Array("Bespoke systems","HTML Page1.htm","",0);
	//Menu3_6=new Array("Support and troubleshooting","HTML Page1.htm","",0);

Menu4=new Array("Hardware","HTML Page28.htm","",0);
	//Menu4_1=new Array("Introduction","HTML Page1.htm","",0,20,180);
	//Menu4_2=new Array("Products","HTML Page1.htm","",0);
	//Menu4_3=new Array("Support and Troubleshooting","HTML Page1.htm","",0);
	//Menu4_4=new Array("Maintenance","HTML Page1.htm","",0);
	//Menu4_5=new Array("Tele/online Quotation","HTML Page1.htm","",0);

Menu5=new Array("Networking","HTML Page7.htm","",9);
	Menu5_1=new Array("Introduction","HTML Page7.htm#Introduction","",0,20,150);
	Menu5_2=new Array("Advice","HTML Page7.htm#Advice","",0);
	Menu5_3=new Array("Consultancy Service","HTML Page7.htm#Consultancy","",0);
	Menu5_4=new Array("Installation","HTML Page7.htm#Installation","",0);
	Menu5_5=new Array("Off-the-shelf hardware","HTML Page7.htm#OffTheShelf","",0);
	Menu5_6=new Array("Technical Support","HTML Page7.htm#Support","",0);
	Menu5_7=new Array("VPN","HTML Page7.htm#VPN","",0);
	Menu5_8=new Array("Firewall","HTML Page7.htm#Firewall","",0);
	Menu5_9=new Array("Security","HTML Page7.htm#Security","",0);
	
Menu6=new Array("Training","HTML Page8.htm","",0);
	//Menu6_1=new Array("Introduction","http://www.busisoft.co.uk","",0,20,150);
	//Menu6_2=new Array("Courses offered","http://www.busisoft.co.uk","",0);

Menu7=new Array("Support","HTML Page10.htm","",6);
	Menu7_1=new Array("Our Service","HTML Page10.htm#OurService","",0,20,180);
	Menu7_2=new Array("Online Support","HTML Page10.htm#Online","",0);
	Menu7_3=new Array("Telephone Support","HTML Page10.htm#Telephone","",0);
	Menu7_4=new Array("On-site Support","HTML Page10.htm#On-site","",0);
	Menu7_5=new Array("Remote Access Support","HTML Page10.htm#Remote","",0);
	Menu7_6=new Array("Consultancy","HTML Page10.htm#Consultancy","",0);
	
Menu8=new Array("Security","HTML Page13.htm","",8);
	Menu8_1=new Array("The Threats","HTML Page13.htm#Threats","",0,20,180);
	Menu8_2=new Array("The Solutions","HTML Page13.htm#Solution","",0);
	Menu8_3=new Array("Antivirus","HTML Page13.htm#Antivirus","",0);
	Menu8_4=new Array("Firewall","HTML Page13.htm#Firewall","",0);
	Menu8_5=new Array("Data Encryption","HTML Page13.htm#Encryption","",0);
	Menu8_6=new Array("Secure Network Permissions","HTML Page13.htm#Permission","",0);
	Menu8_7=new Array("Backups","HTML Page13.htm#Backup","",0);
	Menu8_8=new Array("Consultancy","HTML Page13.htm#Consultancy","",0);
	
Menu9=new Array("Retail","HTML Page11.htm","",0);
	//Menu9_1=new Array("Competitive prices, 48 hour delivery","http://www.busisoft.co.uk","",0,20,180);
	//Menu9_2=new Array("Hardware Products","http://www.busisoft.co.uk","",0);
	//Menu9_3=new Array("Software Products","http://www.busisoft.co.uk","",0);
	//Menu9_4=new Array("Installation","http://www.busisoft.co.uk","",0);
	//Menu9_5=new Array("Tele/online quotation","http://www.busisoft.co.uk","",0);

Menu10=new Array("Tips and Links","HTML Page27.htm","",2);
	Menu10_1=new Array("Useful Links","HTML Page27.htm","",0,20,180);
	Menu10_2=new Array("Client Links","HTML Page27.htm","",0);
	//Menu10_3=new Array("Client Links","HTML Page1.htm","",0);

//Menu11=new Array("About BSS","Index.htm","",4);
	//Menu11_1=new Array("Values","http://www.busisoft.co.uk","",0,20,180);
	//Menu11_2=new Array("People","http://www.busisoft.co.uk","",0);
	//Menu11_3=new Array("Portfolio","http://www.busisoft.co.uk","",0);
	//Menu11_4=new Array("Client testimonies","http://www.busisoft.co.uk","",0);

//Menu12=new Array("News","Index.htm","",2);
	//Menu12_1=new Array("Awards","http://www.busisoft.co.uk","",0,20,150);
	//Menu12_2=new Array("Development","http://www.busisoft.co.uk","",0);
	
//Menu13=new Array("Careers","javascript:top.location.href='Index.htm'","",3);
	//Menu13_1=new Array("Graduate","http://www.busisoft.co.uk","",0,20,180);
	//Menu13_2=new Array("Experienced Software","http://www.busisoft.co.uk","",0);
	//Menu13_3=new Array("Work Experience","http://www.busisoft.co.uk","",0);

