/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='AD0000';			// Background color when mouse is not over
	var LowSubBgColor='666666';			// Background color when mouse is not over on subs
	var HighBgColor='AD0000';			// Background color when mouse is over
	var HighSubBgColor='ad0000';		// 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='FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='FFFFFF';		// Font color subs when mouse is over
	var BorderColor='';					// Border color
	var BorderSubColor='';				// Border color for subs
	var BorderWidth=0;					// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=60;				// 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=2;				// 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=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// 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_2.gif',5,10,'',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 Apris","","",5,19,138);
	Menu1_1=new Array("Apris' Mission","http://www.aprisgroup.com/about.html","",0,19,138);
	Menu1_2=new Array("Apris' Locations","http://www.aprisgroup.com/contact.html","",0,19,138);
	Menu1_3=new Array("Principals","http://www.aprisgroup.com/contact.html","",0,19,138);
	Menu1_4=new Array("Contact","http://www.aprisgroup.com/contact.html","",0,19,138);
	Menu1_5=new Array("Legal","http://www.aprisgroup.com/legal.html","",0,19,138);
	
Menu2=new Array("Apris' Services","http://www.aprisgroup.com/services.html","",3);
	Menu2_1=new Array("Financial Advisory","http://www.aprisgroup.com/services.html","",5,19,138);	
		Menu2_1_1=new Array("Web Assisted Bidding","http://www.aprisgroup.com/wab.html","",0,19,138);
		Menu2_1_2=new Array("Quick Quotes","http://www.aprisgroup.com/qq.html","",0);
		Menu2_1_3=new Array("Short-Term Notes","http://www.aprisgroup.com/stn.html","",0);
		Menu2_1_4=new Array("Budgetary Runs","http://www.aprisgroup.com/budgetary.html","",0);
        Menu2_1_5=new Array("Vendor FA","http://www.aprisgroup.com/vendorfa.html","",0);           
	Menu2_2=new Array("Compliance","http://www.aprisgroup.com/15c.html","",1);
		Menu2_2_1=new Array("SEC 15c Online","http://www.aprisgroup.com/15c.html","",0,19,138);
	Menu2_3=new Array("Lessor Services","http://www.aprisgroup.com/services.html","",2);
		Menu2_3_1=new Array("Nominal Lessor","http://www.aprisgroup.com/nominall.html","",0,19,138);
		Menu2_3_2=new Array("Vendor Programs","http://www.aprisgroup.com/vendor.html","",0,19,138);
			
Menu3=new Array("Bid Openings/Results","http://www.aprisgroup.com/active.html","",4);
	Menu3_1=new Array("Active Bids","http://www.aprisgroup.com/active2.html","",0,19,138);
		Menu3_1_2=new Array("HCESC Property Bid","http://www.aprisgroup.com/hcesc.html","",0,20,120);
	Menu3_2=new Array("Recent Bid Results","blank.htm","",2);
		Menu3_2_1=new Array("Lease Purchase","http://www.aprisgroup.com/recentresults.html","",0,20,120);
		Menu3_2_2=new Array("Bond Sales","http://www.aprisgroup.com/recentresults_bonds.html","",0,20,120);
		Menu3_3=new Array("Bid Results History","blank.htm","",5);
	    Menu3_3_1=new Array("2001 LP","http://www.aprisgroup.com/history.html","",0,20,80);
        Menu3_3_2=new Array("2000 LP","http://www.aprisgroup.com/history1.html","",0);
		Menu3_3_3=new Array("1999 LP","http://www.aprisgroup.com/history2.html","",0);
		Menu3_3_4=new Array("1998 LP","http://www.aprisgroup.com/history3.html","",0);
		Menu3_3_5=new Array("1997 LP","http://www.aprisgroup.com/history3.html","",0);
	Menu3_4=new Array("Results vs. Swaps","http://www.aprisgroup.com/rvt.html","",0);
	
Menu4=new Array("Client Resources","blank.htm","",3);
	Menu4_1=new Array("Current Swap Rates","http://www.aprisgroup.com/swaps.html","",0,19,138);
	Menu4_2=new Array("Apris' Articles","http://www.aprisgroup.com/articles.html","",0);
	Menu4_3=new Array("Leasing Watchdog","http://www.aprisgroup.com/watchdog.html","",0);
		
Menu5=new Array("Home","http://www.aprisgroup.com","",0,19,100);
	