
	var NoOffFirstLineMenus=7;			// Number of first level items
    var LowBgColor='#3685D0';		//000047	// Background color when mouse is not over
	var HighBgColor='#3685D0';			// Background color when mouse is over
	
	var LowSubBgColor='#3685D0';			// Background color when mouse is not over on subs
	var HighSubBgColor='#FFFFFF';			// Background color when mouse is over on subs
	
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='#000099';			// Font color subs when mouse is over
	var BorderColor='#000000';			// Border color

	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=5;			// Border between elements 1 or 0
	var FontFamily="Arial,helvetica,sans-serif,verdana"	// 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='center';			// 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=85;				// 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=3;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// 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=1;				// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',0,0,'tridown.gif',0,0,'trileft.gif',10,40];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

var winW = 630, winH = 460;

if (parseInt(navigator.appVersion)>3) {
 if (navigator.appName=="Netscape") {
  winW = window.innerWidth;
  winH = window.innerHeight;
 }
 if (navigator.appName.indexOf("Microsoft")!=-1) {
  winW = document.body.offsetWidth;
  winH = document.body.offsetHeight;
 }
}

 	// 800 * 600
{
	        Menu1_Width = 108;
	        Menu2_Width = 108;
	Menu21_Width = 120;
	        Menu3_Width = 108;
	Menu31_Width = 140;
	Menu32_Width = 140;
	        Menu4_Width = 108;
	Menu41_Width = 120;
	        Menu5_Width = 108;
	Menu51_Width = 120;
	        Menu6_Width = 109;
	Menu61_Width = 120;
	Menu62_Width = 114;
	Menu6_Width = 100;
	        Menu7_Width = 110;
}
	
// 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.shtml","",0,20,Menu1_Width);
Menu2=new Array("About Us","index.shtml","",3,20,Menu2_Width);

	Menu2_1=new Array("Overview","overview.shtml","",0,20,Menu21_Width);
	Menu2_2=new Array("Mission","mission.shtml","",0);
	Menu2_3=new Array("Vision","vision.shtml","",0);
	
	

Menu3=new Array("Services","index.shtml","",7,20,Menu3_Width);
	
	Menu3_1=new Array("Software Developement & Maintanence","softdev.shtml","",0,30,Menu31_Width);
	Menu3_2=new Array("Website Design & Developement","webdesign.shtml","",0,30);
	Menu3_3=new Array("System & Database Administration","sysdbadmin.shtml","",0,30);
	Menu3_4=new Array("BPO","bpo.shtml","",0,20);
	Menu3_5=new Array("SEO","seo.shtml","",0,20);
	Menu3_6=new Array("Internet Marketting","intmark.shtml","",0,20);
	Menu3_7=new Array("Software Testing & QA","testing.shtml","",0,20);
	
	

Menu4=new Array("Partners","index.shtml","",3,20,Menu4_Width);
	Menu4_1=new Array("Zentechinc","zentechinc.shtml","",0,20,Menu41_Width);
	Menu4_2=new Array("Vasi Systems","vasisystems.shtml","",0);
	Menu4_3=new Array("SI Systems","sisystems.shtml","",0);
	
	

Menu5=new Array("Clients","clients.shtml","",0,20,Menu5_Width);
	
	
	

Menu6=new Array("Careers","currentopenings.shtml","",0,20,Menu6_Width);

	



Menu7=new Array("Contact us","contactus.shtml","",0,20,Menu6_Width);
	
	
	
	
	




	
	


	


	

	