/***********************************************************************************
*	(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=7;			// Number of first level items
	var LowBgColor='#D9E6F2';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// 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=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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=108;				// Menu offset x coordinate
	var StartLeft=10;				// 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=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=['/hvmenu/tri.gif',5,10,'/hvmenu/tridown.gif',10,5,'/hvmenu/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:/hvmenu/Image1.jpg:/hvmenu/Image2.jpg" Menu2_1_1
Menu1=new Array("Landlording & Laws","","",19,20,137);						
	Menu1_1=new Array("Landlord Associations","/states.asp?catid=200&cat_desc=Landlord Associatons","",0,20,200);	
	
	Menu1_2=new Array("Apartment Associations","/states.asp?catid=100&cat_desc=Apartment Associations ","",0,20,200);	
	Menu1_3=new Array("Finding & Screening Tenants","/laws/chapter1.asp","",4,20,200);	
		Menu1_3_1=new Array("Advertising to find tenants","/laws/chapter1.asp","",0,20,200);	
		Menu1_3_2=new Array("Credit History & References","/laws/chapter1.asp","",0,20,200);	
		Menu1_3_3=new Array("Anti-discrimination Laws","/laws/chapter1.asp","",0,20,200);	
		Menu1_3_4=new Array("Avoiding Discrimination","/laws/chapter1.asp","",0,20,200);	
	Menu1_4=new Array("Leases Agreements & Move-in","","",5,20,200);	
		Menu1_4_1=new Array("Leases vs Rental Agreements","/laws/chapter2.asp","",0,20,200);	
		Menu1_4_2=new Array("Lease & Agreement Templates","/laws/chapter2.asp","",0,20,200);	
		Menu1_4_3=new Array("Clean Up & Preparing to Rent","/laws/chapter2.asp","",0,20,200);	
		Menu1_4_4=new Array("Moving in a New Tenant","/laws/chapter2.asp","",0,20,200);	
		Menu1_4_5=new Array("Inspections & Checklists","/laws/chapter2.asp","",0,20,200);	
	Menu1_5=new Array("Tenant & Landlord Liabilities","","",7,20,200);	
		Menu1_5_1=new Array("General Rules of Entry","/laws/chapter3.asp","",0,20,200);	
		Menu1_5_2=new Array("Landlord Liability for Injuries","/laws/chapter3.asp","",0,20,200);	
		Menu1_5_3=new Array("Liability & Property Insurance","/laws/chapter3.asp","",0,20,200);	
		Menu1_5_4=new Array("Asbestos Health Hazards","/laws/chapter3.asp","",0,20,200);	
		Menu1_5_5=new Array("Lead Health Hazards","/laws/chapter3.asp","",0,20,200);	
		Menu1_5_6=new Array("Radon Health Hazards","/laws/chapter3.asp","",0,20,200);	
		Menu1_5_7=new Array("Carbon Monoxide Health Hazards","/laws/chapter3.asp","",0,20,200);	
	Menu1_6=new Array("Collections & Rent Control" ,"","",4,20,200);	
		Menu1_6_1=new Array("Establishing Rent Due Dates","/laws/chapter4.asp","",0,20,200);	
		Menu1_6_2=new Array("Early Payment Incentives","/laws/chapter4.asp","",0,20,200);	
		Menu1_6_3=new Array("Raising the Rent","/laws/chapter4.asp","",0,20,200);	
		Menu1_6_4=new Array("Rent Control & Monitoring","/laws/chapter4.asp","",0,20,200);	
	Menu1_7=new Array("Repair & Maintenance Duties" ,"","",6,20,200);	
		Menu1_7_1=new Array("Implied Warranty of Habitability ","/laws/chapter5.asp","",0,20,200);	
		Menu1_7_2=new Array("Meeting Your Legal Responsibilities ","/laws/chapter5.asp","",0,20,200);	
		Menu1_7_3=new Array("Tenant Responses To Unfit Property ","/laws/chapter5.asp","",0,20,200);	
		Menu1_7_4=new Array("Tenant Repairs & Maintenance ","/laws/chapter5.asp","",0,20,200);	
		Menu1_7_5=new Array("Maintenance & Repair System ","/laws/chapter5.asp","",0,20,200);	
		Menu1_7_6=new Array("Tenant Alterations & Improvements","/laws/chapter5.asp  ","",0,20,200);	
	Menu1_8=new Array("Eviction & Lease Termination" ,"","",8,20,200);
		Menu1_8_1=new Array("Terminating Notices","/laws/chapter6.asp","",0,20,200);	
		Menu1_8_2=new Array("Ways Leases End ","/laws/chapter6.asp","",0,20,200);	
		Menu1_8_3=new Array("Breaking Leasees ","/laws/chapter6.asp","",0,20,200);	
		Menu1_8_4=new Array("Lease or Rental Violoations ","/laws/chapter6.asp","",0,20,200);	
		Menu1_8_5=new Array("Legal Responsibilities Violations ","/laws/chapter6.asp","",0,20,200);	
		Menu1_8_6=new Array("Illegal Activities on the Premises ","/laws/chapter6.asp","",0,20,200);	
		Menu1_8_7=new Array("Illegal Evictions","/laws/chapter6.asp","",0,20,200);	
		Menu1_8_8=new Array("Avoiding Charges of Retaliations", "laws/chapter6.asp","",0,20,200);	
	Menu1_9=new Array("Real Estate Open Directory (REOD.org)" ,"","",38,20,200);	
		Menu1_9_1=new Array("Accounting & Taxation","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=23&font=4&SCol=","",0,20,250);	
		Menu1_9_2=new Array("Appraisers","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=25&font=4&SCol=","",0,20,200);	
		Menu1_9_3=new Array("Associations","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=18&font=4&SCol=","",0,20,200);	
		Menu1_9_4=new Array("Commercial","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=26&font=4&SCol=","",0,20,200);	
		Menu1_9_5=new Array("Computer Software","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=14&font=4&SCol=","",0,20,200);	
		Menu1_9_6=new Array("Construction ","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=27&font=4&SCol=","",0,20,200);	
		Menu1_9_7=new Array("Credit & Screening","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=5&font=4&SCol=","",0,20,200);	
		Menu1_9_8=new Array("Directories & Portals","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=28&font=4&SCol=","",0,20,200);	
		Menu1_9_9=new Array("Employment","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=29&font=4&SCol=","",0,20,200);	
		Menu1_9_10=new Array("Home Builders","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=31&font=4&SCol=","",0,20,200);	
		Menu1_9_11=new Array("Home Buying","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=30&font=4&SCol=","",0,20,200);	
		Menu1_9_12=new Array("Insurance","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=3&font=4&SCol=","",0,20,200);	
		Menu1_9_13=new Array("Investment","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=32&font=4&SCol=","",0,20,200);	
		Menu1_9_14=new Array("Landlord Tenant","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=11&font=4&SCol=","",0,20,200);	
		Menu1_9_15=new Array("Landscaping","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=259&font=4&SCol=","",0,20,200);	
		Menu1_9_16=new Array("Legal","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=33&font=4&SCol=","",0,20,200);	
		Menu1_9_17=new Array("Mortgage & Finance","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=6&font=4&SCol=","",0,20,200);	
		Menu1_9_18=new Array("Moving & Storage","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=2&font=4&SCol=","",0,20,200);	
		Menu1_9_19=new Array("News & Publications","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=10&font=4&SCol=","",0,20,200);	
		Menu1_9_20=new Array("Rentals & Apartments","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=1&font=4&SCol=","",0,20,200);	
		Menu1_9_21=new Array("Senior Living","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=290&font=4&SCol=","",0,20,200);	
		Menu1_9_22=new Array("Services & Vendors","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=162&font=4&SCol=","",0,20,200);	
		Menu1_9_23=new Array("Shopping","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=13&font=4&SCol=","",0,20,200);	
		Menu1_9_24=new Array("Training","http://www.reod.org/real-estate-open-directory.asp?ParentNode=0&Node=36&font=4&SCol=","",0,20,200);	
		Menu1_9_25=new Array("Civil Nuisance Laws","/civil_criminal_laws.asp  ","",0,20,200);	
		Menu1_9_26=new Array("Consumer Protection Offices ","/consumer_protection_offices.asp","",0,20,200);	
		Menu1_9_27=new Array("Defective Housing ","/Options_for_Tenants.asp","",0,20,200);	
		Menu1_9_28=new Array("Federal Housing Laws ","/fair_housing_agencies.asp","",0,20,200);	
		Menu1_9_29=new Array("Forms & Agreements ","/legal_forms.asp","",0,20,200);	
		Menu1_9_30=new Array("Landlord Entry Laws ","/Notice_before_entry.asp","",0,20,200);	
		Menu1_9_31=new Array("Landlord Retaliation Laws ","/Prohibiting_retaliation.asp","",0,20,200);	
		Menu1_9_32=new Array("Landlord State Laws ","/landlord_tenant_state_laws.asp","",0,20,200);	
		Menu1_9_33=new Array("Lead Paint Hazards ","/lead_based_paint.asp","",0,20,200);	
		Menu1_9_34=new Array("Lease Termination by State ","/notice_to_terminate_lease.asp","",0,20,200);	
		Menu1_9_35=new Array("Routine Maintenance ","/Misconceptions_maintenance.asp","",0,20,200);	
		Menu1_9_36=new Array("State Appraisal Boards ","/real_estate_appraisal_board_by_state.asp","",0,20,200);	
		Menu1_9_37=new Array("State Fair Housing Agencies  ","/fair_housing_agencies.asp","",0,20,200);	
		Menu1_9_38=new Array("Security Deposit Deadlines ","/security_deposit.asp","",0,20,200);	
	Menu1_10=new Array("Bookstore","","",12,20,110);						
		Menu1_10_1=new Array("LandlordPortal Bookstore","/bookstore.asp","",0,20,200);	
		Menu1_10_2=new Array("Landlord Related Books","/bookstore.asp","",0,20,200);	
		Menu1_10_3=new Array("Tenant Related Books","/bootstore-tenant-related.asp","",0,20,200);	
		Menu1_10_4=new Array("General Real Estate Books","/bookstore-general.asp","",0,20,200);	
		Menu1_10_5=new Array("California","/ bookstore-ca.asp","",0,20,200);	
		Menu1_10_6=new Array("Florida","/bookstore-fl.asp","",0,20,200);	
		Menu1_10_7=new Array("Massachusetts","/bookstore-ma.asp","",0,20,200);	
		Menu1_10_8=new Array("North Carolina","/bookstore-nc.asp","",0,20,200);	
		Menu1_10_9=new Array("New York","/bookstore-ny.asp","",0,20,200);	
		Menu1_10_10=new Array("Pennsylvania","/bookstore-pa.asp","",0,20,200);	
		Menu1_10_11=new Array("Texas","/bookstore-tx.asp","",0,20,200);	
		Menu1_10_12=new Array("Washington","/bookstore-wa.asp","",0,20,200);			
	Menu1_11=new Array("Reference & Tools","","",2,20,110);						
		Menu1_11_1=new Array("Calculators","/Calculators/Calculators.asp","",0,20,200);	
		Menu1_11_2=new Array("Spanish Translation","/english_spanish.asp","",0,20,200);	
	Menu1_12=new Array("Landlord Certification","","",13,20,160);	
		Menu1_12_1=new Array("View your Education & Testing Progress","/quiz.asp","",0,20,200);	
		Menu1_12_2=new Array("Take Exam Number 1","/quiz_grade.asp?sq=1&eq=20&sg=1 ","",0,20,200);	
		Menu1_12_3=new Array("Take Exam Number 2","/quiz_grade.asp?sq=21&eq=40&sg=2 ","",0,20,200);	
		Menu1_12_4=new Array("Take Exam Number 3","/quiz_grade.asp?sq=41&eq=60&sg=3","",0,20,200);	
		Menu1_12_5=new Array("Take Exam Number 4","/quiz_grade.asp?sq=61&eq=80&sg=4","",0,20,200);	
		Menu1_12_6=new Array("Take Exam Number 5","/quiz_grade.asp?sq=81&eq=100&sg=5","",0,20,200);	
		Menu1_12_7=new Array("Take Exam Number 6","/quiz_grade.asp?sq=101&eq=120&sg=6","",0,20,200);	
		Menu1_12_8=new Array("Take Exam Number 7","/quiz_grade.asp?sq=121&eq=140&sg=7","",0,20,200);	
		Menu1_12_9=new Array("Take Exam Number 8","/quiz_grade.asp?sq=141&eq=160&sg=8","",0,20,200);	
		Menu1_12_10=new Array("Take Exam Number 9","/quiz_grade.asp?sq=161&eq=180&sg=9","",0,20,200);	
		Menu1_12_11=new Array("Take Exam Number 10","/quiz_grade.asp?sq=181&eq=200&sg=10","",0,20,200);	
		Menu1_12_12=new Array("Take Exam Number 11","/quiz_grade.asp?sq=201&eq=220&sg=11","",0,20,200);	
		Menu1_12_13=new Array("Take Exam Number 12","/quiz_grade.asp?sq=221&eq=240&sg=12","",0,20,200);		

	Menu1_13=new Array("List Rentals","","",4,20,110);						
		Menu1_13_1=new Array("List New Rental FREE","/post-rentals.asp","",0,20,200);	
		Menu1_13_2=new Array("Manage Listed Rentals","/landlord_profile.asp","",0,20,200);	
		Menu1_13_3=new Array("Search for Rentals at VacancyNet.com","http://www.vacancynet.com","",0,20,200);	
		Menu1_13_4=new Array("Visit VacancyNet.com","http://www.vacancynet.com","",0,20,200);	
	Menu1_14=new Array("Do-It-Yourself","","",16,20,110);						
		Menu1_14_1=new Array("Appliances","/diy.asp","",0,20,200);	
		Menu1_14_2=new Array("Cleaning Supplies","/diy.asp","",0,20,200);	
		Menu1_14_3=new Array("Doors and Windows","/diy.asp","",0,20,200);	
		Menu1_14_4=new Array("Driveways & Paths","/diy.asp","",0,20,200);	
		Menu1_14_5=new Array("Electricals & Lights","/diy.asp","",0,20,200);	
		Menu1_14_6=new Array("Flooring","/diy.asp","",0,20,200);	
		Menu1_14_7=new Array("Garden Center","/diy.asp","",0,20,200);	
		Menu1_14_8=new Array("Gutters","/diy.asp","",0,20,200);	
		Menu1_14_9=new Array("Insulation","/diy.asp","",0,20,200);	
		Menu1_14_10=new Array("Kitchen and Bathroom","/diy.asp","",0,20,200);	
		Menu1_14_11=new Array("Mold & Mildew","/diy.asp","",0,20,200);	
		Menu1_14_12=new Array("Paint","/diy.asp","",0,20,200);	
		Menu1_14_13=new Array("Plumbing","/diy.asp","",0,20,200);	
		Menu1_14_14=new Array("Safety and Security","/diy.asp","",0,20,200);		
		Menu1_14_15=new Array("Stairs","/diy.asp","",0,20,200);	
		Menu1_14_16=new Array("Storage","/diy.asp","",0,20,200);	
Menu1_15=new Array("HUD Popular Links","","",17,20,200);
		Menu1_15_1=new Array("Freedom of Information Act (FOIA) reading room","http://www.hud.gov/library/bookshelf02/index.cfm","",0,20,200);
		Menu1_15_2=new Array("Public, assisted, and Native American housing","http://www.hud.gov/library/bookshelf05/index.cfm","",0,20,200);
		Menu1_15_3=new Array("Homeless","http://www.hud.gov/library/bookshelf06/index.cfm","",0,20,200);
		Menu1_15_4=new Array("Cities/communities","http://www.hud.gov/library/bookshelf07/index.cfm","",0,20,200);
		Menu1_15_5=new Array("Community links","http://www.hud.gov/library/bookshelf08/index.cfm","",0,20,200);
		Menu1_15_6=new Array("Fair housing","http://www.hud.gov/library/bookshelf09/index.cfm","",0,20,200);
		Menu1_15_7=new Array("Lead hazard","http://www.hud.gov/offices/lead/index.cfm","",0,20,200);
		Menu1_15_8=new Array("Funding","http://www.hud.gov/library/bookshelf11/index.cfm","",0,20,200);
		Menu1_15_9=new Array("Legal information","http://www.hud.gov/library/bookshelf12/index.cfm","",0,20,200);
		Menu1_15_10=new Array("Congressional activity","http://www.hud.gov/library/bookshelf13/index.cfm","",0,20,200);
		Menu1_15_11=new Array("Labor relations","http://www.hud.gov/library/bookshelf14/index.cfm","",0,20,200);
		Menu1_15_12=new Array("Web Management","http://www.hud.gov/library/bookshelf15/index.cfm","",0,20,200);
		Menu1_15_13=new Array("HUD management and other info","http://www.hud.gov/library/bookshelf16/index.cfm","",0,20,200);
		Menu1_15_14=new Array("Federal sources","http://www.hud.gov/library/bookshelf17/index.cfm","",0,20,200);
		Menu1_15_15=new Array("HUD Archives","http://www.hud.gov/library/bookshelf18/index.cfm","",0,20,200);
		Menu1_15_16=new Array("Professional organizations","http://www.hud.gov/library/bookshelf19/index.cfm","",0,20,200);
		Menu1_15_17=new Array("Good Stories collection","http://www.hud.gov/library/bookshelf20/index.cfm","",0,20,200);
	Menu1_16=new Array("HUD Housing","","",2,20,200);
		Menu1_16_1=new Array("General Housing Info","","",14,20,200);
		  Menu1_16_1_1=new Array("Design technology publications" ,"http://www.huduser.org/publications/destech.html","",0,20,200);
		  Menu1_16_1_2=new Array("Fair housing/fair lending publications" ,"http://www.huduser.org/publications/fairhsg.html","",0,20,200);
		  Menu1_16_1_3=new Array("Housing finance publications","http://www.huduser.org/publications/hsgfin.html","",0,20,200);
		  Menu1_16_1_4=new Array("Housing for special needs publications","http://www.huduser.org/publications/hsgspec.html","",0,20,200);
		  Menu1_16_1_5=new Array("Manufactured housing publications","http://www.huduser.org/publications/manufhsg.html","",0,20,200);
		  Menu1_16_1_6=new Array("Market characteristics publications ","http://www.huduser.org/publications/mktchar.html","",0,20,200);
		  Menu1_16_1_7=new Array("Affordable housing publications ","http://www.huduser.org/publications/affhsg.html","",0,20,200);
		  Menu1_16_1_8=new Array("Minimum property standards ","http://www.hud.gov/offices/hsg/sfh/mps/mpshome.cfm","",0,20,200);
		  Menu1_16_1_9=new Array("About housing ","http://www.hud.gov/offices/hsg/hsgabout.cfm","",0,20,200);
		  Menu1_16_1_10=new Array("Housing counseling clearinghouse ","http://www.hud.gov/offices/hsg/sfh/hcc/hcc_home.cfm","",0,20,200);
		  Menu1_16_1_11=new Array("Electronic data interchange access guide ","http://www.hud.gov/offices/hsg/comp/edi/edi.cfm","",0,20,200);
		  Menu1_16_1_12=new Array("HUD mortgagee letters ","http://www.hud.gov/offices/hsg/mltrmenu.cfm","",0,20,200);
		  Menu1_16_1_13=new Array("HUD/FHA housing reports ","http://www.hud.gov/offices/hsg/hsgrroom.cfm","",0,20,200);
		  Menu1_16_1_14=new Array("More housing information ","http://www.hud.gov/offices/hsg/hsgrroom.cfm","",0,20,200);

		Menu1_16_2=new Array("Single Family Housing","","",17,20,200);
		  Menu1_16_2_1=new Array("Looking for the best mortgage: shop, compare, negotiate ","http://www.hud.gov/utilities/intercept.cfm?/buying/booklet.pdf","",0,20,200);
		  Menu1_16_2_2=new Array("FHA approved condos ","https://entp.hud.gov/idapp/html/condlook.cfm","",0,20,200);
		  Menu1_16_2_3=new Array("FHA approved Planned Unit Developments (PUDs) ","https://entp.hud.gov/idapp/html/subdivlook.cfm","",0,20,200);
		  Menu1_16_2_4=new Array("Loss mitigation ","http://www.hud.gov/offices/hsg/sfh/nsc/nschome.cfm","",0,20,200);
		  Menu1_16_2_5=new Array("FHA connection ","http://www.hud.gov/offices/hsg/connect.cfm","",0,20,200);
		  Menu1_16_2_6=new Array("Single family mortgage insurance premiums ","http://www.hud.gov/offices/hsg/comp/premiums/premhome.cfm","",0,20,200);
		  Menu1_16_2_7=new Array("Selling HUD owned homes for HUD ","http://www.hud.gov/offices/hsg/sfh/brok/brokhome.cfm","",0,20,200);
		  Menu1_16_2_8=new Array("Real estate settlement procedures act ","http://www.hud.gov/offices/hsg/sfh/res/respa_hm.cfm","",0,20,200);
		  Menu1_16_2_9=new Array("Settlement information ","http://www.hud.gov/offices/hsg/sfh/res/sfhrestc.cfm","",0,20,200);
		  Menu1_16_2_10=new Array("Interstate land sales ","http://www.hud.gov/offices/hsg/sfh/ils/ilshome.cfm","",0,20,200);
		  Menu1_16_2_11=new Array("Manufactured housing consumer guide ","http://www.hud.gov/offices/hsg/sfh/mhs/prod01.cfm","",0,20,200);
		  Menu1_16_2_12=new Array("Manufactured housing & construction standards ","http://www.hud.gov/offices/hsg/sfh/mhs/mhshome.cfm","",0,20,200);
		  Menu1_16_2_13=new Array("Technical suitability of products ","http://www.hud.gov/offices/hsg/sfh/mps/mpshome.cfm","",0,20,200);
		  Menu1_16_2_14=new Array("Officer next door ","http://www.hud.gov/offices/hsg/sfh/reo/ond/ond.cfm","",0,20,200);
		  Menu1_16_2_15=new Array("Housing rehab ","http://www.hud.gov/offices/hsg/sfh/203k/203kabou.cfm","",0,20,200);
		  Menu1_16_2_16=new Array("More for lenders ","http://www.hud.gov/groups/lenders.cfm","",0,20,200);
		  Menu1_16_2_17=new Array("More for real estate brokers ","http://www.hud.gov/groups/brokers.cfm","",0,20,200);

		Menu1_16_3=new Array("Multifamily Housing","","",10,20,200);
		  Menu1_16_3_1=new Array("Multifamily Housing Clearinghouse ","http://www.hud.gov/offices/hsg/mfh/hc/mfhc.cfm","",0,20,200);
		  Menu1_16_3_2=new Array("Multifamily complaint line ","http://www.hud.gov/offices/hsg/mfh/hc/complaint.cfm","",0,20,200);
		  Menu1_16_3_3=new Array("Neighborhood Networks ","http://www.hud.gov/nnw/nnwindex.html","",0,20,200);
		  Menu1_16_3_4=new Array("Technical suitability of products ","http://www.hud.gov/offices/hsg/sfh/mps/mpshome.cfm","",0,20,200);
		  Menu1_16_3_5=new Array("Enforcement initiative (bad landlords) ","http://www.hud.gov/complaints/badlandlord.cfm","",0,20,200);
		  Menu1_16_3_6=new Array("Multifamily housing accounts restructuring (Mark-to-Market) ","http://www.hud.gov/offices/omhar/index.cfm","",0,20,200);
		  Menu1_16_3_7=new Array("Resident rights and responsibilities ","http://www.hud.gov/utilities/intercept.cfm?/offices/hsg/mfh/gendocs/mfhrrr.pdf","",0,20,200);
		  Menu1_16_3_8=new Array("Section 8 expiring contracts ","http://www.hud.gov/offices/hsg/mfh/mfhsec8.cfm","",0,20,200);
		  Menu1_16_3_9=new Array("Real Estate Assessment Center (REAC) ","http://www.hud.gov/offices/reac/index.cfm","",0,20,200);
		  Menu1_16_3_10=new Array("More for multifamily industry ","http://www.hud.gov/groups/multifamily.cfm","",0,20,200);
Menu1_17=new Array("Legal Guides","","",32,20,110);						
	Menu1_17_1=new Array("Landlord Tenant Laws by State","/landlord_tenant_state_laws.asp","",0,20,280);	
	Menu1_17_2=new Array("Disclosure Form for Lead Paid and Related Hazards","/Disclosure_form_lead_hazards.asp","",0,20,200);	
	Menu1_17_3=new Array("Real Estate Appraisal Board by State","/real_estate_appraisal_board_by_state.asp","",0,20,200);	
	Menu1_17_4=new Array("Lease Termination Notice by State","/notice_to_terminate_lease.asp","",0,20,200);	
	Menu1_17_5=new Array("English Spanish Real Estate Translation","/english_spanish.asp","",0,20,200);	
	Menu1_17_6=new Array("Landlord Deadlines to Itemize and Return Security Deposit","/security_deposit.asp","",0,20,200);	
	Menu1_17_7=new Array("Housing Laws","http://www.hud.gov/offices/fheo/FHLaws/index.cfm","",0,20,200);	
	Menu1_17_8=new Array("Fair Housing Agencies by State","/fair_housing_agencies.asp","",0,20,200);	
	Menu1_17_9=new Array("The Five Environmental Hazards and Resource","/five_hazards.asp","",0,20,200);	
	Menu1_17_10=new Array("Consumer Protection Offices by State","/consumer_protection_offices.asp","",0,20,200);	
	Menu1_17_11=new Array("Violation & Lease Termination Laws by State","/violation_lease_termination.asp","",0,20,200);	
	Menu1_17_12=new Array("Lead-Based Paint Regulations By State","/lead_based_paint.asp","",0,20,200);	
	Menu1_17_13=new Array("Landlords Entry Laws by State Laws","/Notice_before_entry.asp","",0,20,200);	
	Menu1_17_14=new Array("Options for Tenants with Defective Housing","/Options_for_Tenants.asp","",0,20,200);	
	Menu1_17_15=new Array("Landlord Prohibiting Retaliation State Laws","/Prohibiting_retaliation.asp","",0,20,200);	
	Menu1_17_16=new Array("Common Misconceptions about Routine Maintenance","/Misconceptions_maintenance.asp","",0,20,200);	
	Menu1_17_17=new Array("Civil and Criminal Nuisance Laws","/civil_criminal_laws.asp","",0,20,200);	
	Menu1_17_18=new Array("Sec. 3604. Discrimination in the Sale or Rental of Housing","/legal-reference/sec3604-Discrimination-in-the-sale-or-rental-of-housing-and-other-prohibited-practices.asp","",0,20,200);	
	Menu1_17_19=new Array("Civil Nuisance Laws","/civil_criminal_laws.asp  ","",0,20,200);	
	Menu1_17_20=new Array("Consumer Protection Offices ","/consumer_protection_offices.asp","",0,20,200);	
	Menu1_17_21=new Array("Defective Housing ","/Options_for_Tenants.asp","",0,20,200);	
	Menu1_17_22=new Array("Federal Housing Laws ","/fair_housing_agencies.asp","",0,20,200);	
	Menu1_17_23=new Array("Forms & Agreements ","/legal_forms.asp","",0,20,200);	
	Menu1_17_24=new Array("Landlord Entry Laws ","/Notice_before_entry.asp","",0,20,200);	
	Menu1_17_25=new Array("Landlord Retaliation Laws ","/Prohibiting_retaliation.asp","",0,20,200);	
	Menu1_17_26=new Array("Landlord State Laws ","/landlord_tenant_state_laws.asp","",0,20,200);	
	Menu1_17_27=new Array("Lead Paint Hazards ","/lead_based_paint.asp","",0,20,200);	
	Menu1_17_28=new Array("Lease Termination by State ","/notice_to_terminate_lease.asp","",0,20,200);	
	Menu1_17_29=new Array("Routine Maintenance ","/Misconceptions_maintenance.asp","",0,20,200);	
	Menu1_17_30=new Array("State Appraisal Boards ","/real_estate_appraisal_board_by_state.asp","",0,20,200);	
	Menu1_17_31=new Array("State Fair Housing Agencies  ","/fair_housing_agencies.asp","",0,20,200);	
	Menu1_17_32=new Array("Security Deposit Deadlines ","/security_deposit.asp","",0,20,200);	
Menu1_18=new Array("Landlording eGuide Book","/ebook.asp","",0,20,110);							
Menu1_19=new Array("Home","http://www.landlordportal.com","",0,20,110);						

Menu2=new Array("Tenant Screening","","",11,20,140);						
	Menu2_1=new Array("Tenant Screening Overview and Pricing","/tenant-screening.asp","",0,20,280);	
	Menu2_2=new Array("Basic Experian Credit Report no Score","/tenant-screening.asp","",0,20,280);	
	Menu2_3=new Array("CriminalScope™ National Criminal Records Search","/tenant-screening.asp","",0,20,280);	
	Menu2_4=new Array("Detailed Experian Credit Report w/FICO Score","/tenant-screening.asp","",0,20,280);	
	Menu2_5=new Array("PatriotVerify™ Global Terrorist Search","/tenant-screening.asp","",0,20,200);	
	Menu2_6=new Array("SexOffenderWatch™ National SexOffender Search","/tenant-screening.asp","",0,20,230);	
	Menu2_7=new Array("VerifyBundle™ Basic Package","/tenant-screening.asp","",0,20,200);	
	Menu2_8=new Array("VerifyBundle™ Deluxe Package","/tenant-screening.asp","",0,20,200);	
	Menu2_9=new Array("VerifyPlus™ Applicant Background Check","/tenant-screening.asp","",0,20,200);		
	Menu2_10=new Array("FREE Screening-only Membership Signup","/join.asp","",0,20,280);	
	Menu2_11=new Array("Premium Members Screening Console Login","http://www.alliedcreditsystems.com/allied_llp/profile_login.aspx","",0,20,280);	
	Menu2_12=new Array("Screening-only Member Screening Console Login","http://www.alliedcreditsystems.com/allied_lps/profile_login.aspx","",0,20,280);	
Menu3=new Array("Forms & Agreements","","",17,20,154);	
	Menu3_1=new Array("Thousands of Forms & Agreements ","/form_search.asp","",0,20,200);	
	Menu3_2=new Array("Maintenance/Management Forms ","/form_search.asp","",0,20,200);	
	Menu3_3=new Array("Rentals & Leases","/form_search.asp","",0,20,200);	
	Menu3_4=new Array("Collection/Violation Notices ","/form_search.asp","",0,20,200);	
	Menu3_5=new Array("Evictions ","/form_search.asp","",0,20,200);	
	Menu3_6=new Array("Application/Verification Forms ","/form_search.asp","",0,20,200);	
	Menu3_7=new Array("Contracts ","/form_search.asp","",0,20,200);	
	Menu3_8=new Array("Signatures and Notary Acknowledgements ","/form_search.asp","",0,20,200);	
	Menu3_9=new Array("Powers of Attorney ","/form_search.asp","",0,20,200);	
	Menu3_10=new Array("Assignments","/form_search.asp","",0,20,200);	
	Menu3_11=new Array("Releases ","/form_search.asp","",0,20,200);	
	Menu3_12=new Array("Business Operation Agreements ","/form_search.asp","",0,20,200);	
	Menu3_13=new Array("Miscellaneous Documents ","/form_search.asp","",0,20,200);	
	Menu3_14=new Array("Promissory Notes ","/form_search.asp","",0,20,200);	
	Menu3_15=new Array("Sale of Goods  ","/form_search.asp","",0,20,200);	
	Menu3_16=new Array("Financing Documents ","/form_search.asp","",0,20,200);	
	Menu3_17=new Array("Sale of Personal Property","/form_search.asp","",0,20,200);	
Menu4=new Array("Discussions","","",10,21,120);						
	Menu4_1=new Array("Discussions & Interaction","/discussion_selection.asp ","",0,20,200);	
	Menu4_2=new Array("General Forum","/discussion_view.asp?forum=General ","",0,20,200);	
	Menu4_3=new Array("Landlord Tenant Law Forum","/discussion_view.asp?forum=Landlord_Tenant_Law","",0,20,200);	
	Menu4_4=new Array("DeadBeat & Skip Warning Forum","/discussion_view.asp?forum=Tenant_Screening","",0,20,200);	
	Menu4_5=new Array("Investing Forum","/discussion_view.asp?forum=Investing","",0,20,200);	
	Menu4_6=new Array("Forms & Agreements Forum","/discussion_view.asp?forum=Forms_Agreements","",0,20,200);	
	Menu4_7=new Array("Income Property Forum","/discussion_view.asp?forum=Income_Property","",0,20,200);	
	Menu4_8=new Array("Legal & Court Forum","/discussion_view.asp?forum=Legal_Court","",0,20,200);	
	Menu4_9=new Array("Financing & Mortgage Forum","/discussion_view.asp?forum=Financing_Mortage","",0,20,200);	
	Menu4_10=new Array("Maintenance & Repair Forum","/discussion_view.asp?forum=MRT","",0,20,200);	
	Menu4_11=new Array("Housing Programs Forum","/discussion_view.asp?forum=Housing_Programs","",0,20,200);	

Menu5=new Array("Rentals & Software","","",6,20,140);						
		Menu5_1=new Array("Download FREE PropertyThree Software FREE","/landlord_profile.asp","",0,20,230);	
		Menu5_2=new Array("Visit the PropertyThree Home Page","http://www.property3.com","",0,20,200);	
		Menu5_3=new Array("Post New Rental Listing","/post-rentals.asp","",0,20,200);		
		Menu5_4=new Array("Manage All Posted Rentals","/landlord_profile.asp","",0,20,200);		
		Menu5_5=new Array("Search for Rental Listings","http://www.vacancynet.com","",0,20,200);						
		Menu5_6=new Array("visit VacancyNet.com","http://www.vacancynet.com","",0,20,200);								
Menu6=new Array("Membership","","",6,20,102);						
	Menu6_1=new Array("myLandlordPortal Profile","/landlord_profile.asp","",0,20,200);	
	Menu6_2=new Array("Signup","/join.asp","",0,20,200);	
	Menu6_3=new Array("Screening-only Membership Signup","/join.asp","",0,20,200);		
	Menu6_4=new Array("Login","/login.asp","",0,20,200);	
	Menu6_5=new Array("Support","/contactus.asp","",0,20,200);	
	Menu6_6=new Array("Event Reminder","/new_event.asp?Email=lambo84%40aol%2Ecom&Auth=","",0,20,200);	
	Menu6_7=new Array("Contact Us","/contactus.asp","",0,20,200);	
Menu7=new Array("News Headlines","/news.asp","",0,20,110);						