/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	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='FF9D00';			// Background color when mouse is over
	var HighSubBgColor='FF9D00';			// Background color when mouse is over on subs
	var FontLowColor='666666';			// Font color when mouse is not over
	var FontSubLowColor='666666';			// 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='cccccc';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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='center';			// 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=0;			// vertical overlap child/ parent
	var StartTop=99;				// Menu offset x coordinate
	var StartLeft=24;				// 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=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=2;			// 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=0;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=1;				// 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=['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}
//*****************************
// functions to open email page on seperate window
function openNewWindow(url) {
        window.open(url,'','scrollbars=yes,toolbar=no,resizable=yes,width=800,height=540');
}

function jumpto(s) {
        var where =  s.options[s.selectedIndex].value;
        if (s.selectedIndex != 0)
                if (where.substring(0,4) != "main") {
                        eval(where);
                }
                else
                        parent.fmBase.location.href = where;
        }

// 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.htm","",0,16,57);
	
	
Menu2=new Array("Products & Services","service.htm","",8,15,120);
	Menu2_1=new Array("Web Hosting","servicehosting.html","",3,15,90);
		Menu2_1_1=new Array("Domain Hosting","servicedomain.html","",0,16,97);
		Menu2_1_2=new Array("Mail Hosting","servicemail.html","",0);
		Menu2_1_3=new Array("Dedicated Server","servicededicated.html","",0);
	Menu2_2=new Array("Internet Access","serviceaccess.html","",2,15,90);
		Menu2_2_1=new Array("High Speed","servicehighspeed.html","",0,16,90);	
		Menu2_2_2=new Array("Dial-up 56K","servicedialup.html","",0,16,90);
	Menu2_3=new Array("Web Design","servicedesign.html","",2,15,90);
		Menu2_3_1=new Array("Multimedia Design","servicegraphicsdesign.html","",0,16,97);
		Menu2_3_2=new Array("Desktop Publishing","servicedesktop.html","",0,30);
	Menu2_4=new Array("Programming","serviceprogramming.html","",2,15,90);
		Menu2_4_1=new Array("Consulting","serviceconsulting.html","",0,16,97);
		Menu2_4_2=new Array("Custom Programming","servicecustom.html","",0,30);
	Menu2_5=new Array("Network Support","servicenetsupport.html","",2,16,97);
		Menu2_5_1=new Array("LAN","servicelan.html","",0,16,110);
		Menu2_5_2=new Array("WAN","servicewan.html","",0,16,110);
	Menu2_6=new Array("Tech Department","servicetechsupport.html","",0,15,90);
	Menu2_7=new Array("IT Outsourcing","serviceit.html","",0,15,90);
	Menu2_8=new Array("Sales","servicesales.html","",0,15,90);
			
Menu3=new Array("Support","support.htm","",3,15,70);
	Menu3_1=new Array("Setup info","setup.htm","",0,16,90);
	Menu3_2=new Array("Privacy Notice","supportprivacy.htm","",0,16,97);
	Menu3_3=new Array("Acceptable Use","javascript:openNewWindow('userpolicy.htm')","",0,16,97);

Menu4=new Array("Contact Us","aboutus.htm","",4,15,70);
	Menu4_1=new Array("About the Company","aboutuscompany.html","",0,30,90);
	Menu4_2=new Array("Staff","aboutusstaff.html","",0,16.110);
	Menu4_3=new Array("Employment","aboutusemployment.html","",0,16);
	Menu4_4=new Array("References","aboutusreferences.html","",0,16);
	Menu4_5=new Array("Current Projects","aboutusprojects.html","",0);

Menu5=new Array("Existing Clients","clients.htm","",3,16,100);
	Menu5_1=new Array("Webmail","javascript:openNewWindow('http://pop.theboss.net')","",0,16,90);
	Menu5_2=new Array("Acceptable Use","javascript:openNewWindow('userpolicy.htm')","",0);
	Menu5_3=new Array("Dialup Clients","javascript:openNewWindow('http://www.theboss.net/Dialup/')","",0);
	Menu5_4=new Array("FAQs","clientfaq.html","",0);
	Menu5_5=new Array("Online Admin","clientonline.html","",4);
		Menu5_5_1=new Array("Payments","clientpayments.html","",0,16,90);
		Menu5_5_2=new Array("Your Current services","clientservice.html","",0,30);
		Menu5_5_3=new Array("Quota and Statistics","clientquota.html","",0,30);
		Menu5_5_4=new Array("Dial-up Stats","clientdialup.html","",0);
	