/*You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='DarkGray';			// Background color when mouse is over
	var HighSubBgColor='DarkGray';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='#e1e7e1';			// Border color
	var BorderSubColor='#e1e7e1';			// Border color for subs
	var BorderWidth=3;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,tahoma,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' or 'bottom'
	var ChildOverlap=.5;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=90;				// Menu offset x coordinate
	var StartLeft=2;				// 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;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// 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='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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("","","graphics/gradbg1.jpg",4,27,122);
	Menu1_1=new Array("Quadrant Overview","overvw.htm","",0,27,150);
	Menu1_2=new Array("Management Team","mgmt.htm","",0,27,170);
	Menu1_3=new Array("Scope of Operations","Scope.htm","",0,27,170);
	Menu1_4=new Array("Research & Development","resdev.htm","",0,27,170);
Menu2=new Array("","","graphics/gradbg2.jpg",6,27,122);		
	Menu2_1=new Array("by Industry","byindust.htm","",0,27,138);
	Menu2_2=new Array("by Program","byprog.htm","",0,27,123);
	Menu2_3=new Array("by Coverage","bycov.htm","",0,27,123);
	Menu2_4=new Array("(i-bind)<SUP><FONT SIZE=-2>®</FONT></SUP>-limited access","ibind.asp","",0,27,123);
	Menu2_5=new Array("[COL RAMP]","https://col2.centurysurety.com///Login.aspx?AOID=166","",0,27,123);
	Menu2_6=new Array("E-Risk Svcs--BAM<SUP><FONT SIZE=-2>TM</FONT></SUP>","erisk.asp","",0,27,123);
Menu3=new Array("","","graphics/gradbg3.jpg",4,27,122);	
	Menu3_1=new Array("Select Agents","agtbroker.htm","",0,27,230);
	Menu3_2=new Array("Select Agent Application Instructions","AgtAppInstructions.htm","",0,27,190);
	Menu3_3=new Array("Select Agent Application","forms/Select Agent Application rev 4-10-07.pdf","",0,27,190);
	Menu3_4=new Array("Specimen Broker Agreement","forms/Sample Brokerage Agreement 4-10-07.pdf","",0,27,190);
Menu4=new Array("","","graphics/gradbg4.jpg",2,27,122);	
	Menu4_1=new Array("News Archives","news.htm","",0,27,122);
	Menu4_2=new Array("Newsletter Archives","NewsLArch.htm","",0,27,122);
Menu5=new Array("","","graphics/gradbg5.jpg",2,27,122);	
	Menu5_1=new Array("Information Requests","InfoReq.htm","",0,27,150);
	Menu5_2=new Array("How to Reach Quadrant","Contact.htm","",0,27,150);
Menu6=new Array("","","graphics/gradbg6.jpg",1,27,123);	
	Menu6_1=new Array("Links","links.htm","",0,27,120);

