  
	var NoOffFirstLineMenus=3;			// Number of first level items
	var LowBgColor='#C4D176';			// Background color when mouse is not over
	var LowSubBgColor='#C4D176';			// Background color when mouse is not over on subs
	var HighBgColor='#BEC848';			// Background color when mouse is over
	var HighSubBgColor='#76AB40';			// Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// 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='';			// Border color
	var BorderSubColor='#800000';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana,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=0;			// vertical overlap child/ parent
	var StartTop;
	var StartLeft;
	if ((screen.width==1280) && (screen.height==1024))
	{
		StartTop=89;				// Menu offset x coordinate
		 StartLeft=508;				// Menu offset y coordinate
	}
	if ((screen.width==1280) && (screen.height==960))
	{
		StartTop=89;				// Menu offset x coordinate
		 StartLeft=508;				// Menu offset y coordinate
	}
	if ((screen.width==1280) && (screen.height==768))
	{
		StartTop=89;				// Menu offset x coordinate
		 StartLeft=508;				// Menu offset y coordinate
	}
	if ((screen.width==1280) && (screen.height==720))
	{
		StartTop=89;				// Menu offset x coordinate
		 StartLeft=508;				// Menu offset y coordinate
	}
	if ((screen.width==1152) && (screen.height==864))
	{
		StartTop=89;				// Menu offset x coordinate
		 StartLeft=444;				// Menu offset y coordinate
	}
	if ((screen.width==1024) && (screen.height==768))
	{
		StartTop=89;				// Menu offset x coordinate
		StartLeft=380;				// Menu offset y coordinate
	}
	if ((screen.width==800) && (screen.height==600))
	{
		StartTop=89;				// Menu offset x coordinate
		StartLeft=269;				// Menu offset y coordinate
	}
	var VerCorrect=25;				// Multiple frames y correction
	var HorCorrect=10;				// Multiple frames x correction
	var LeftPaddng=8;				// Left padding
	var TopPaddng=3;				// 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=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=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=['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("","aboutus.html","images/bt_thecomp.gif",4,23,120);
	Menu1_1=new Array("About us","aboutus.html","",0,20,120);
	Menu1_2=new Array("Mission","mission.html","",0,20,116);
	Menu1_3=new Array("In the Press","","",0);
	Menu1_4=new Array("Parent Company","aboutus.html#mteam","",0,20,116);
*/
Menu1=new Array("","#","images/bt_serv_big1.gif",4,20,120);
	Menu1_1=new Array("Domain Registration","ics_domreg.html","",0,20,120);
	Menu1_2=new Array("Design","design_home.html","",0,20,116);
	Menu1_3=new Array("Hosting","ics_hosting.html","",0);
	Menu1_4=new Array("Allied Services","#","",0,20,116);

Menu2=new Array("","","images/div_ics_big.gif",0,80,10);
	/*Menu2_1=new Array("Why us","whyus.html","",0,20,153);
	Menu2_2=new Array("Advantages and Benefits","whyus.html#adv","",0,20,162);
	Menu2_3=new Array("Cost Analysis","cost.html","",0);
	Menu2_4=new Array("What Our Clients Are Saying","whatclientsay.html","",0);*/

//Menu3=new Array("","#","../images/bt_supp_big1.gif",3,20,100);

Menu3=new Array("","#","images/bt_supp_big1.gif",3,0,0);
	Menu3_1=new Array("Domain Registration","ics_support_domreg.html","",0,20,130);	
	Menu3_2=new Array("Design","#","",0,0,0,"","","","","");
	Menu3_3=new Array("Hosting Online Support","","",5,0,0);
			Menu3_3_1=new Array("Manual","javascript:window.open('http://www.hostingsupport.com/manual.htm')","",0,20,123);
			Menu3_3_2=new Array("Knowledge Base","javascript:window.open('http://www.hostingsupport.com/kbase.asp')","",0,0,0);
			Menu3_3_3=new Array("Ticket Monster Email","javascript:window.open('http://ticketmonster.hostingsupport.com')","",0,0,0);
			Menu3_3_4=new Array("Online Chat","javascript:window.open('http://www.hostingsupport.com/chat.htm')","",0,0,0);
			Menu3_3_5=new Array("Network Status","javascript:window.open('http://www.hostingsupport.com/NetStatus.asp')","",0,0,0);

				
