	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#606060';			// Background color when mouse is not over
	var LowSubBgColor='#EEEEEE';			// Background color when mouse is not over on subs
	var HighBgColor='#EEEEEE';			// Background color when mouse is over
	var HighSubBgColor='#FF3333';			// Background color when mouse is over on subs
	var FontLowColor='#333333';			// Font color when mouse is not over
	var FontSubLowColor='#333333';			// 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='#dddddd';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily='tahoma,verdana,comic sans ms,technical'	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=0;				// 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=.7;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.7;			// vertical overlap child/ parent
	var StartTop=53;				// Menu offset x coordinate
	var StartLeft=-1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=4;				// Left padding
	var TopPaddng=4;				// 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=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='navig';			// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/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('rollover:images/btn1off.gif :images/btn1on.gif','#','',4,27,162);
		Menu1_1=new Array('• Personal Digital IDs For Secure Email','../products/product1_1.htm','',0,18,194);
		Menu1_2=new Array('• SSL Certificates','../products/product1_2_1.htm','',0);
		Menu1_3=new Array('• Verisign Managed Public Key Infrastructure','../products/product1_3_1.htm','',0);
		Menu1_4=new Array('• Go Secure! Applications','../products/product1_4_1.htm','',0);

Menu2=new Array('rollover:images/btn2on.gif :images/btn2on.gif','#','',5,27,133);
		Menu2_1=new Array('• Secure Your Website','trust1_1.htm','',0,18,140);
		Menu2_2=new Array('• Secure Your Web Applications','trust1_2.htm','',0);
		Menu2_3=new Array('• Secure Your VPN','trust1_3.htm','',0);
		Menu2_4=new Array('• Secure Your Email','trust1_4.htm','',0);
		Menu2_5=new Array('• Solutions Contact Form','trust1_5.htm','',0);

Menu3=new Array('rollover:images/btn3off.gif :images/btn3on.gif','../support.htm','',0,27,90);

Menu4=new Array('rollover:images/btn4off.gif :images/btn4on.gif','#','',10,27,104);
		Menu4_1=new Array('• About NIFT','../corporate/corporate1_1.htm','',0,18,124);
		Menu4_2=new Array('• About NIFTeTRUST','../corporate/corporate1_2.htm','',0);
		Menu4_3=new Array('• Partners','../corporate/corporate1_3_1.htm','',0);
		Menu4_4=new Array('• Clientele','../corporate/corporate1_4.htm','',0);
		Menu4_5=new Array('• News & Events','../corporate/corporate1_5.htm','',0);
		Menu4_6=new Array('• Pakistan Legal Framework','../corporate/corporate1_6_1.htm','',0);
		Menu4_7=new Array('• Careers','../corporate/corporate1_7_1.htm','',0);
		Menu4_8=new Array('• Repository','../corporate/corporate1_8_1.htm','',0);
		Menu4_9=new Array('• Privacy Policy','../corporate/corporate1_9.htm','',0);
		Menu4_10=new Array('• Contact Us','../contact/contact.htm','',0);


Menu5=new Array('rollover:images/btn5off.gif :images/btn5on.gif','../contact/contact.htm','',0,27,106);
 	 
