/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
***********************************************************************************/

	var NoOffFirstLineMenus=6;			
	var LowBgColor='#008080';			
	var LowSubBgColor='#eeeeee';			
	var HighBgColor='#ffffff';			
	var HighSubBgColor='#ffffff';			
	var FontLowColor='#ffffff';			
	var FontSubLowColor='#666666';			
	var FontHighColor='#008080';			
	var FontSubHighColor='#008080';			
	var BorderColor='#008080';			
	var BorderSubColor='#dddddd';			
	var BorderWidth=1 			
	var BorderBtwnElmnts=1;			
	var FontFamily="arial,verdana,"	
	var FontSize=8;				
	var FontBold=1;				
	var FontItalic=0;	
	var MenuTextCentered='left';			
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=.1;				
	var ChildVerticalOverlap=.1;			
	var StartTop=-15;				
	var StartLeft=0;				
	var VerCorrect=0;				
	var HorCorrect=0;				
	var LeftPaddng=15;				
	var TopPaddng=6;	
	var FirstLineHorizontal=1;			
	var MenuFramesVertical=0;			
	var DissapearDelay=600;			
	var TakeOverBgColor=1;			
	var FirstLineFrame='main';			
	var SecLineFrame='main';			
	var DocTargetFrame='main';	
	var TargetLoc='MenuPos';				
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;	
	var UnfoldsOnClick=0;			
	var WebMasterCheck=0;			
	var ShowArrow=0;				
	var KeepHilite=1;
	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("About Us","/about/","",3,28,90);	
	Menu1_1=new Array("About NetArchers","/about/index.php","",0,24,150);
	Menu1_2=new Array("Our Team","/about/index.php?nr=2","",0,24,100);
	Menu1_3=new Array("Methodology","/about/index.php?nr=3","",0,20,100);
	Menu1_4=new Array("Clients","/about/index.php?nr=4","",0,20,100);
	
Menu2=new Array("Consulting","/services/consulting.php","",0,20,100);

Menu3=new Array("IT Services & Solutions","/services/web.php","",5,20,165);
	Menu3_1=new Array("Web Solutions","/services/web.php","",4,24,180);
		Menu3_1_1=new Array("Corporate Websites","/services/web.php","",0,24,180);
		Menu3_1_2=new Array("Enterprise Portals","/services/web.php?nr=2","",0,24,210);
		Menu3_1_3=new Array("eCommerce Solutions","/services/web.php?nr=3","",0,24,180);
		Menu3_1_4=new Array("Internet Marketing","/services/web.php?nr=4","",0,24,180);
	Menu3_2=new Array("eBusiness Solutions","/ebusiness/","",0,24,150);	
	Menu3_3=new Array("Application Development","/services/","",0,24,180);
	Menu3_4=new Array("Web Hosting","/web_hosting/","",2,24,150);
			Menu3_4_1=new Array("Linux Hosting","/web_hosting/linux_hosting.php","",0,24,150);
			Menu3_4_2=new Array("Windows Hosting","/web_hosting/windows_hosting.php","",0,24,150);
	Menu3_5=new Array("Network Services","/services/network.php","",0,24,180);
	Menu3_6=new Array("Domains Registration","/domains/","",0,24,150);

Menu4=new Array("HR Services","/services/hr.php","",0,20,105);
		Menu4_1=new Array("Executive Search","/services/hr.php?nr=1","",0,24,180);
		Menu4_2=new Array("Recruitment & Selection","/services/hr.php?nr=2","",0,24,150);
		Menu4_3=new Array("Staffing","/services/hr.php?nr=3","",0,24,150);
	
Menu5=new Array("Training & Development","/services/kpo.php","",0,20,180);
		Menu5_1=new Array("Training for Educational Institutions","/services/kpo.php?nr=1","",0,24,240);
		Menu5_2=new Array("Corporate Training","/services/kpo.php?nr=2","",0,24,150);
		Menu5_3=new Array("Training for individuals","/services/kpo.php?nr=3","",0,24,150);
		Menu5_4=new Array("Content Development","/services/kpo.php?nr=4","",0,24,150);
  
Menu6=new Array("Contact Us","/contact_us.php","",0,20,105);