/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#C7C397';			// Background color when mouse is not over
	var LowSubBgColor='#C7C397';			// Background color when mouse is not over on subs
	var HighBgColor='#EAE6B3';			// Background color when mouse is over
	var HighSubBgColor='#EAE6B3';			// Background color when mouse is over on subs
	var FontLowColor='#005828';			// Font color when mouse is not over
	var FontSubLowColor='#005828';			// Font color subs when mouse is not over
	var FontHighColor='#007E3A';			// Font color when mouse is over
	var FontSubHighColor='#007E3A';			// Font color subs when mouse is over
	var BorderColor='#005828';			// Border color
	var BorderSubColor='#005828';			// 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=0;				// 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=3;				// 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=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='left';			// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='main';			// 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("Home","main.html","",0,20,205);

Menu2=new Array("Business Building Tools","","",5);
	Menu2_1=new Array("Practice Development","","",11,20,200);
		Menu2_1_1=new Array("E & O Insurance","practicedevelopment_eano.html","",0,20,200);	
    	Menu2_1_2=new Array("I-Relay","pd-i-relay.html","",0);
		Menu2_1_3=new Array("Leads","practicedevelopment_leads.html","",0);
		Menu2_1_4=new Array("Referral Training","practicedevelopment_referral.html","",0);
		Menu2_1_5=new Array("Third Party Articles","practicedevelopment_articles.html","",0);
		Menu2_1_6=new Array("Fact Finders","practicedevelopment_factfinders.html","",0);
		Menu2_1_7=new Array("Sales Training","practicedevelopment_salestraining.html","",0);
		Menu2_1_8=new Array("Agent Consumer Newsletters","practicedevelopment_newsletters.html","",0);
		Menu2_1_9=new Array("Advance Case Design","practicedevelopment_advcasedesign.html","",0);
		Menu2_1_10=new Array("Agent Website Development","practicedevelopment_websitedev.html","",0);
		Menu2_1_11=new Array("Nailba Field Underwriting Guide","practicedevelopment_nailba.html","",0);
	Menu2_2=new Array("Life Insurance","","",5);
		Menu2_2_1=new Array("Product Training","lifeinsurance_producttraining.html","",0,20,175);	
    	Menu2_2_2=new Array("Third Party Articles","lifeinsurance_articles.html","",0);
		Menu2_2_3=new Array("Fact Finders","lifeinsurance_factfinders.html","",0);
		Menu2_2_4=new Array("Sales Ideas","lifeinsurance_salesideas.html","",0);
		Menu2_2_5=new Array("Calculators","lifeinsurance_calculator.html","",0);
	Menu2_3=new Array("Annuities","","",5);
		Menu2_3_1=new Array("Product Training","annuities_producttraining.html","",0,20,175);	
		Menu2_3_2=new Array("Third Party Articles","annuities_articles.html","",0);
		Menu2_3_3=new Array("Fact Finders","annuities_factfinders.html","",0);
		Menu2_3_4=new Array("Sales Ideas","annuities_salesideas.html","",0);
		Menu2_3_5=new Array("Calculators","annuities_calculator.html","",0);
	Menu2_4=new Array("Long Term Care","","",8);
    	Menu2_4_1=new Array("Sales Ideas","ltc_salesideas.htm","",0,20,175);
		Menu2_4_2=new Array("Liability Release Letter","ltc_liability.html","",0);
		Menu2_4_3=new Array("Third Party Articles","ltc_articles.html","",0);
		Menu2_4_4=new Array("Fact Finders","ltc_factfinders.html","",0);
		Menu2_4_5=new Array("Product Training","ltc_producttraining.htm","",0);
		Menu2_4_6=new Array("Agent Client Seminars","ltc_seminars.html","",0);
		Menu2_4_7=new Array("Partnership Training","ltc-PT.html","",0);
		Menu2_4_8=new Array("Calculators","ltc_calculator.html","",0);
	Menu2_5=new Array("Life Settlements","lifesettlements.html","",0);
	
Menu3=new Array("Agent Tools","","",5);
	Menu3_1=new Array("CE Credits","ce.html","",0,20,175);
	Menu3_2=new Array("Anti-Money Laundering","aml.html","",0);
	Menu3_3=new Array("Industry Links","links.html","",0);
	Menu3_4=new Array("Brainsharks","training.html","",0);
	Menu3_5=new Array("Advanced Planning","advplan.html","",0);
	
Menu4=new Array("Forms","","",2,20,175);
	Menu4_1=new Array("Carrier Forms","forms.html","",0,20,175);
	Menu4_2=new Array("Misc. Forms","misc.html","",0);

Menu5=new Array("Status","status.html","",0,20,175);

Menu6=new Array("Quotes","","",3,20,175);
 	Menu6_1=new Array("Online Quotes","","",2,20,175);
				Menu6_1_1=new Array("Permanent Quotes","permlife.html","",0,20,175);	
    			Menu6_1_2=new Array("Term Life Quotes","termlife.html","",0);
	Menu6_2=new Array("Software","software.html","",0,20,175);
	Menu6_3=new Array("LTC Quote Request Form","ltc_quote.htm","",0,20,175);
	
Menu7=new Array("Underwriting","","",2);
	Menu7_1=new Array("Impaired Risk","ask.html","",0,20,175);
	Menu7_2=new Array("Paramed Locator","paramed.html","",0);
	
Menu8=new Array("Carriers & Products","","",2,20,175);
	Menu8_1=new Array("Carrier Links","carriers.html","",0,20,175);
	Menu8_2=new Array("Products","#","",4,20,175);
				Menu8_2_1=new Array("Life Products","lifeprod.html","",0,20,175);	
    			Menu8_2_2=new Array("Annuity Products","annprod.html","",0);
				Menu8_2_3=new Array("Permanent Products","permprod.html","",0);
				Menu8_2_4=new Array("Life Settlements","lifesettle.html","",0);
