	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#7F9F00';			// Background color when mouse is not over
	var LowSubBgColor='#7F9F00';		// Background color when mouse is not over on subs
	var HighBgColor='#550055';			// Background color when mouse is over
	var HighSubBgColor='#550055';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';		// 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='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// 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='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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=100;					// 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=7;					// 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=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=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.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 Arque","","",5,20,113);
	Menu1_1=new Array("Intro","","",3,20,150);	
		Menu1_1_1=new Array("Introduction","a_intro.html","",0,20,150);
		Menu1_1_2=new Array("Our Team","a_team.html","",0);
		Menu1_1_3=new Array("News","a_news.html","",0);
	Menu1_2=new Array("Highlights","a_highlights.html","",0);
	Menu1_3=new Array("Partners & Vendors","a_partvend.html","",0);
	Menu1_4=new Array("Careers","a_careers.html","",0);
	Menu1_5=new Array("Home","index.htm","",0);

Menu2=new Array("Invest","","",2);
	Menu2_1=new Array("Alt Investments","","",6,20,150);	
		Menu2_1_1=new Array("Hedge Funds","i_hf.html","",0,20,150);
		Menu2_1_2=new Array("Managed Futures","i_mgd_futures.html","",0);
		Menu2_1_3=new Array("Private Equity","i_pvt_equity.html","",0);
		Menu2_1_4=new Array("Structured Products","i_struc_prod.html","",0);
		Menu2_1_5=new Array("Fund of Hedge Funds","i_fof.html","",0);
		Menu2_1_6=new Array("Real Estate","i_real_estate.html","",0);

	Menu2_2=new Array("Long Only Managers","","",4);
		Menu2_2_1=new Array("Equities","lo_equities.html","",0,20,200);
		Menu2_2_2=new Array("Fixed Income","lo_fixed_income.html","",0);
		Menu2_2_3=new Array("Balanced","lo_balanced.html","",0);
		Menu2_2_4=new Array("REITs","lo_reits.html","",0);

Menu3=new Array("Solutions","","",7);
	Menu3_1=new Array("Brokerages","s_brokerages.html","",0,20,150);
	Menu3_2=new Array("Banks & Trusts","s_bankstrusts.html","",0);
	Menu3_3=new Array("Insurance Companies","s_insurance.html","",0);
	Menu3_4=new Array("Family Offices","s_family_offices.html","",0);
	Menu3_5=new Array("Other Institutions","s_other_institutions.html","",0);
	Menu3_6=new Array("Long Only Managers","s_long_only.html","",0);
	Menu3_7=new Array("Alternative Investments","s_alt_investments.html","",0);

Menu4=new Array("Resources","","",14);
	Menu4_1=new Array("ArqueXchange Features","r_arquefeatures.html","",0,20,180);
	Menu4_2=new Array("Risk Management","r_risk_mgmt.html","",0,20,180);
	Menu4_3=new Array("Due Diligence","","",3,20,180);
		Menu4_3_1=new Array("Due Diligence Process","r_due_diligence.html","",0,20,180);
		Menu4_3_2=new Array("Selection Process","r_selection.html","",0);
		Menu4_3_3=new Array("Monitoring Process","r_monitoring.html","",0);
	Menu4_4=new Array("Asset Allocation","r_asset_allocation.html","",0);
	Menu4_5=new Array("Portfolio Management","r_portfolio_mgmt.html","",0);
	Menu4_6=new Array("Hedge Funds","r_hedge_funds.html","",0);
	Menu4_7=new Array("Managed Funds","r_managed_funds.html","",0);
	Menu4_8=new Array("Private Equity","r_private_equity.html","",0);
	Menu4_9=new Array("Structured Products","r_structured_products.html","",0);
	Menu4_10=new Array("Real Estate","r_real_estate.html","",0);
	Menu4_11=new Array("Equities","r_equities.html","",0);
	Menu4_12=new Array("Fixed Income","r_fixed_income.html","",0);
	Menu4_13=new Array("Derivatives","r_derivatives.html","",0);
	Menu4_14=new Array("Life Products","r_life_products.html","",0);

Menu5=new Array("Store","","",3);
	Menu5_1=new Array("Books","s_books.html","",0,20,140);
	Menu5_2=new Array("Training Kits","s_training.html","",0,20,140);
	Menu5_3=new Array("Research","s_research.html","",0,20,140);

Menu6=new Array("Events","","",2);
	Menu6_1=new Array("Upcoming Events","e_upcoming_events.html","",0,20,140);
	Menu6_2=new Array("Past Events","e_past_events.html","",0,20,140);

Menu7=new Array("Contact Us","c_contact_us.html","",0);