	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#E2E9B0';			// Background color when mouse is not over
	var LowSubBgColor='#C5D361';			// Background color when mouse is not over on subs
	var HighBgColor='#EEEEEE';			// Background color when mouse is over
	var HighSubBgColor='#8BA700';			// 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='#E2E9B0';			// Border color
	var BorderSubColor='#E2E9B0';			// 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=8;				// 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=.3;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.7;			// vertical overlap child/ parent
	var StartTop=69;				// 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=2;				// Top padding
	var FirstLineHorizontal=0;			// 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/btn_corporate.gif :images/btn_corporate_over.gif','#','',6,20,168);
		Menu1_1=new Array('» Introduction','intro.html','',0,18,130);
		Menu1_2=new Array('» Mission & Vision','missionvision.htm','',0,18,130);
		Menu1_3=new Array('» Corporate Info','corporate_info.html','',0);
		Menu1_4=new Array('» Clients','clientsnift.htm','',0);
		Menu1_5=new Array('» Human Resource','career_opportunities.html','',0);
		Menu1_6=new Array('» Financial Statement','images/Consolidate Financial Statement 2010.pdf','',0);

Menu2=new Array('rollover:images/btn_mng.gif :images/btn_mng_over.gif','management.html','',0,20,168);
//		Menu2=new Array('Management','management.html','',0,18,135);
//Menu2=new Array('rollover:images/btn_mng.gif :images/btn_mng_over.gif','#','',1,20,168); Original
//		Menu2_1=new Array('» Management','management.html','',0,18,135);
	    // Menu2_2=new Array('» Organization Chart','orgchart.html','',0,18,135);
	
Menu3=new Array('rollover:images/btn_clearinghou.gif :images/btn_clearinghou_over.gif','#','',5,20,168);
		Menu3_1=new Array('» Automated Clearing','clearing_house.html','',0,18,145);
		Menu3_2=new Array('» Clearing Services','clearing_services.html','',0);
		Menu3_3=new Array('» Clearing Centers','nift_centers.htm','',0);
		Menu3_4=new Array('» Clearing Satellite Towns','nift_centers_satellitetowns.htm','',0);
		Menu3_5=new Array('» Nation Wide Clearing Grid','clear_grid.html','',0);
		Menu3_6=new Array('» US $ Clearing','country_wide.html','',0);

Menu4=new Array('rollover:images/btn_bnp.gif :images/btn_bnp_over.gif','album.html','',0,20,168);

Menu5=new Array('rollover:images/btn_utility.gif :images/btn_utility_over.gif','utility_bills.html','',0,20,168);

 	 
Menu6=new Array('rollover:images/btn_ism.gif :images/btn_ism_over.gif','#','',3,20,168);
		Menu6_1=new Array('» Introduction','ism_intro.html','',0,18,130);
		Menu6_2=new Array('» Offerings','ism_offerings.html','',0);
		Menu6_3=new Array('» Management','ism_management.html','',0);

Menu7=new Array('rollover:images/btn_niftetrust.gif :images/btn_niftetrust_over.gif','http://www.niftetrust.com','blank',0,20,168);

Menu8=new Array('rollover:images/btn_contact.gif :images/btn_contact_over.gif','contactus.html','',0,20,168);
