/*
 Milonic DHTML Menu
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.

 Please note that major changes to this file have been made and is not compatible with versions 3.0 or earlier.

 You no longer need to number your menus as in previous versions. 
 The new menu structure allows you to name the menu instead, this means that you can remove menus and not break the system.
 The structure should also be much easier to modify, add & remove menus and menu items.
 
 If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.

 Please note that the above text CAN be erased if you wish as long as copyright notices remain in place.
*/

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	//effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=95);"
}
else
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=95);"
	//effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}

timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFED8E",				// Mouse Off Font Color
"233E7D",				// Mouse Off Background Color
"68D6D8",				// Mouse On Font Color
"233E7D",				// Mouse On Background Color
"233E7D",				// Menu Border Color 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Trebuchet MS, Verdana, Arial, sans-serif",		// Font Name
1,						// Menu Item Padding
"Images/arrows.gif",		// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
,						// 3D High Color
,						// 3D Low Color
,				// Current Page Item Font Color (leave this blank to disable)
,					// Current Page Item Background Color (leave this blank to disable)
,						// Top Bar image (Leave this blank to disable)
,						// Menu Header Font Color (Leave blank if headers are not needed)
,						// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFED8E",				// Mouse Off Font Color
"0772AB",				// Mouse Off Background Color
"000000",				// Mouse On Font Color
"66A8FF",				// Mouse On Background Color
"000000",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Trebuchet MS, Verdana, Arial, sans-serif",		// Font Name
2,						// Menu Item Padding
"Images/arrows.gif",		// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
,						// 3D High Color
,						// 3D Low Color
,				// Current Page Item Font Color (leave this blank to disable)
,					// Current Page Item Background Color (leave this blank to disable)
,						// Top Bar image (Leave this blank to disable)
,						// Menu Header Font Color (Leave blank if headers are not needed)
,						// Menu Header Background Color (Leave blank if headers are not needed)
]

style3=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFED8E",				// Mouse Off Font Color
"075E97",				// Mouse Off Background Color
"000000",				// Mouse On Font Color
"D1D7B5",				// Mouse On Background Color
"000000",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Trebuchet MS, Verdana, Arial, sans-serif",		// Font Name
2,						// Menu Item Padding
"Images/arrows.gif",		// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
,						// 3D High Color
,						// 3D Low Color
,				// Current Page Item Font Color (leave this blank to disable)
,					// Current Page Item Background Color (leave this blank to disable)
,						// Top Bar image (Leave this blank to disable)
,						// Menu Header Font Color (Leave blank if headers are not needed)
,						// Menu Header Background Color (Leave blank if headers are not needed)
]

style4=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFED8E",				// Mouse Off Font Color
"074A71",				// Mouse Off Background Color
"000000",				// Mouse On Font Color
"D1CCD7",				// Mouse On Background Color
"000000",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Trebuchet MS, Verdana, Arial, sans-serif",		// Font Name
2,						// Menu Item Padding
"Images/arrows.gif",		// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
,						// 3D High Color
,						// 3D Low Color
,				// Current Page Item Font Color (leave this blank to disable)
,					// Current Page Item Background Color (leave this blank to disable)
,						// Top Bar image (Leave this blank to disable)
,						// Menu Header Font Color (Leave blank if headers are not needed)
,						// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
82,					// Menu Top - The Top position of the menu in pixels
127,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
0,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use

,"<nobr>Home |</nobr>","show-menu=Home","Index.asp","Home",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<nobr>Consumer Education |</nobr>","show-menu=Consumer","ConsumerEducation.asp","Consumer Education",1
,"<nobr>News Center |</nobr>","show-menu=NewsCenter","NewsCenter.asp","News Center",1
,"<nobr>Member Services |</nobr>","show-menu=MemberServices","MemberServices.asp","Member Services",1
,"<nobr>Directions to ICNJ</nobr>","Directions.asp",,"Directions to ICNJ",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
])

	addmenu(menu=["Home",
	,,125,1,"",style2,,"left",,,,,,,,,,,,,
	,"About Us","show-menu=AboutUs","AboutUs.asp","About Us",1
	,"Links","Links.asp",,"Links",1
	,"Library","show-menu=Library","Library.asp","Library",1
	,"Glossary","Glossary.asp",,"Glossary",1
	,"Upcoming Events","UpcomingEvents.asp",,"Upcoming Events",1
	])
	
		addmenu(menu=["AboutUs",
		,,120,1,"",style3,,"left",,,,,,,,,,,,,
		,"ICNJ Staff","ICNJStaff.asp",,"ICNJ Staff",1
		,"Directions to ICNJ","Directions.asp",,"Directions to ICNJ",1
		,"Annual Report","AnnualReport.asp",,"Annual Report",1
		,"Member Companies","MemberCompanies.asp",,"Member Companies",1
		])
		
		addmenu(menu=["Library",
		,,110,1,"",style3,,"left",,,,,,,,,,,,,
		,"ICNJ Reports","show-menu=ICNJReports","ICNJReports.asp",,1
		,"Videos","Videos.asp",,,1
		])
			
			addmenu(menu=["ICNJReports",
			,,140,1,"",style4,,"left",,,,,,,,,,,,,
			,"2000 ICNJ Annual Report","ICNJReports_2000.asp",,,1
			,"2001 ICNJ Annual Report","ICNJReports_2001.asp",,,1
			,"2003 ICNJ Annual Report","ICNJReports_2003.asp",,,1
			])
			
			addmenu(menu=["Brochures",
			,,240,1,"",style4,,"left",,,,,,,,,,,,,
			,"What is Insurance Scoring?","CGInsuranceScoring.asp",,,1
			,"Q&A About Insurance Scoring","InsuranceScoring.asp",,,1
			,"Insurance Topics","InsuranceTopics.asp",,,1
			,"Shopping for Auto Insurance - A Consumer's Guide","ShoppingGuide.asp",,,1
			,"Helping Medical Professionals Understand AICRA","AICRA_Medical.asp",,,1
			,"Understanding the New Auto Insurance System in NJ","AICRA_UnderstandingNewSystem.asp",,,1
			,"Questions and Answers About Tier Rating","AICRA_TierRating.asp",,,1
			,"Auto Insurance Reform Frequently Asked Questions","AICRA_ReformFAQ.asp",,,1
			,"Myth vs. Fact: The Facts About Auto Insurance Reform in NJ","AICRA_MythvsFact.asp",,,1
			,"How to File a PIP Claim","AICRA_PIP.asp",,,1
			,"Preguntas y Respuestas Sobre La Informacion de Credito y El Seguro (What is insurance scoring?) - Spanish","Spanish_Brochure.asp",,,1
			])
			
	addmenu(menu=["Consumer",
	,,200,1,"",style2,,"left",,,,,,,,,,,,,
	,"What is Insurance?","WhatIsInsurance.asp",,"What is Insurance?",1
	,"Automobile Insurance","show-menu=AutoInsurance","AutoInsurance.asp","Automobile Insurance",1
	,"Homeowners Insurance","show-menu=HomeInsurance","HomeInsurance.asp","Homeowners Insurance",1
	,"Workers Compensation","show-menu=WorkersComp","WorkersCompensation.asp","Workers Compensation",1
	,"Commercial Insurance","show-menu=CommercialInsurance","CommercialInsurance.asp","Commercial Insurance",1
	,"Insurance Crime","show-menu=InsuranceCrime","InsuranceCrime.asp","Insurance Crime",1
	,"Safety","show-menu=Safety","Safety.asp","Safety",1
	,"What is Insurance Scoring?","CGInsuranceScoring.asp",,"What is Insurance Scoring?",1
	,"Preguntas y Respuestas Sobre La Informacion de Credito y El Seguro (What is insurance scoring?) - Spanish","Spanish_Brochure.asp",,"Preguntas y Respuestas Sobre La Informacion de Credito y El Seguro (What is insurance scoring?) - Spanish",1
	,"Flood Insurance","show-menu=FloodInsurance","FloodInsurance.asp","Flood Insurance",1
	])
	
		addmenu(menu=["AutoInsurance",
		,,170,1,"",style3,,"left",,,,,,,,,,,,,
		,"Standard Policy","show-menu=StandardPolicy","AutoInsurance_Standard.asp",,1
		,"Basic Policy","show-menu=BasicPolicy","AutoInsurance_Basic.asp",,1
		,"Tier Rating","show-menu=TierRating","TierRating.asp",,1
		,"Understanding AICRA","show-menu=UnderstandingAICRA","AICRA.asp",,1
		,"Graduated Drivers Licensing","GraduatedDriversLicensing.asp",,,1
		,"How to Shop for Auto Insurance","HowToShopAuto.asp",,,1
		,"Tips","show-menu=Tips","AutoTips.asp",,1
		,"Facts (Coming Soon)","AutoInsurance_Facts.asp",,,1
		])
		
			addmenu(menu=["StandardPolicy",
			,,170,1,"",style4,,"left",,,,,,,,,,,,,
			,"Coverages Required By Law","AutoInsurance_Standard_ByLaw.asp",,,1
			,"Options Under a Standard Policy","AutoInsurance_Standard_Options.asp",,,1
			,"Other Standard Policy Choices","AutoInsurance_Standard_OtherChoices.asp",,,1
			])
			
			addmenu(menu=["BasicPolicy",
			,,170,1,"",style4,,"left",,,,,,,,,,,,,
			,"Coverages Required By Law","AutoInsurance_Basic_ByLaw.asp",,,1
			,"Options Under a Basic Policy","AutoInsurance_Basic_Options.asp",,,1
			])
			
			addmenu(menu=["TierRating",
			,,210,1,"",style4,,"left",,,,,,,,,,,,,
			,"Questions & Answers About Tier Rating","TierRating_QA.asp",,,1
			])
			
			addmenu(menu=["UnderstandingAICRA",
			,,180,1,"",style4,,"left",,,,,,,,,,,,,
			,"Coverages and Policy Options","AICRA_Coverages.asp",,,1
			,"Medical Treatment Protocols","AICRA_MedicalTreatmentProtocols.asp",,,1
			,"Other Aspects of AICRA","AICRA_OtherAspects.asp",,,1
			])
			
			addmenu(menu=["Tips",
			,,180,1,"",style4,,"left",,,,,,,,,,,,,
			,"Air Bag Safety","AutoTips_AirBagSafety.asp",,,1
			,"Auto Insurance Cost Saving Tips","AutoTips_CostSaving.asp",,,1
			,"Auto Theft Prevention Tips","AutoTips_TheftPrevention.asp",,,1
			,"Avoiding Deer/ Car Collisions","AutoTips_AvoidingCollisions.asp",,,1
			,"Car Breakdown Safety","AutoTips_CarBreakdownSafety.asp",,,1
			,"Child Safety Seats","AutoTips_ChildSafetySeats.asp",,,1
			,"Drowsy Driving","AutoTips_DrowsyDriving.asp",,,1
			,"How to File an Auto Insurance Claim","AutoTips_HowToFileClaim.asp",,,1
			,"Roadside Breakdown Tips","AutoTips_RoadsideBreakdown.asp",,,1
			,"Shopping For a Safe Car","AutoTips_SafeCarShopping.asp",,,1
			,"Sobering Tips for Drivers","AutoTips_SoberingTips.asp",,,1
			,"Tips for Parents of New Drivers","AutoTips_ParentTips.asp",,,1
			,"What To Do If You Are Involved in a Car Accident","AutoTips_CarAccidentToDo.asp",,,1
			,"Winter Driving","AutoTips_WinterDriving.asp",,,1
			,"Wireless Phone Safety","AutoTips_WirelessPhoneSafety.asp",,,1
			])
			
		addmenu(menu=["HomeInsurance",
		,,170,1,"",style3,,"left",,,,,,,,,,,,,
		,"Policies","show-menu=HomePolicy","HomeInsurance_Policies.asp",,1
		,"Coverages","show-menu=HomeCoverages","HomeInsurance_Coverages.asp",,1
		,"Tips","show-menu=HomeTips","HomeInsurance_Tips.asp",,1
		,"Boat Insurance","BoatInsurance.asp",,,1
		,"Personal Watercrafts","PersonalWatercraft.asp",,,1
		,"Home Business Insurance","HomeBusiness.asp",,,1
		,"FAIR Plan","FAIRPlan.asp",,,1
		,"Windstorm Market Assistance Program","WindstormMAP.asp",,,1
		,"Insurance For Your House & Personal Possessions","Possessions.asp",,,1
		,"Facts (Coming Soon)","HomeInsurance_Facts.asp",,,1
		])
		
			addmenu(menu=["HomePolicy",
			,,180,1,"",style4,,"left",,,,,,,,,,,,,
			,"If You Own Your Home","HomeInsurance_IfOwnHome.asp",,,1
			,"If You Rent","HomeInsurance_IfRent.asp",,,1
			,"If You Own Your Condo","HomeInsurance_IfOwnCondo.asp",,,1
			])
			
			addmenu(menu=["HomeCoverages",
			,,180,1,"",style4,,"left",,,,,,,,,,,,,
			,"Property Coverage","HomeInsurance_PropertyCoverage.asp",,,1
			,"Personal Liability Coverage","HomeInsurance_PLCoverage.asp",,,1
			,"Medical Payments","HomeInsurance_MedicalPayments.asp",,,1
			,"Additional Living Expenses","HomeInsurance_LivingExpenses.asp",,,1
			,"How Much Do You Need?","HomeInsurance_HowMuchCoverage.asp",,,1
			,"Additional Coverages","HomeInsurance_AdditionalCoverages.asp",,,1
			,"Whats Not Covered?","HomeInsurance_NotCovered.asp",,,1
			])
			
			addmenu(menu=["HomeTips",
			,,180,1,"",style4,,"left",,,,,,,,,,,,,
			,"Home Security Hints","Tips_HomeSecurityHints.asp",,,1
			,"Hurricane Damage Prevention","Tips_HurricaneDamage.asp",,,1
			,"Credit Theft","Tips_CreditTheft.asp",,,1
			,"Dog Bite Liability","Tips_DogBiteLiability.asp",,,1
			,"Reduce Frozen Pipes","Tips_FrozenPipes.asp",,,1
			,"Bike Theft Prevention","Tips_BikeTheft.asp",,,1
			,"Mold Tips","Tips_Mold.asp",,,1
			,"Pool Safety","Tips_PoolSafety.asp",,,1
			,"Responsible Party Host","Tips_HostLiability.asp",,,1
			,"Household Water Damage","Tips_WaterDamage.asp",,,1
			,"Remodeling Your Home","Tips_Remodeling.asp",,,1
			,"Fire Related Tips","Tips_Fire.asp",,,1
			])
			
		addmenu(menu=["WorkersComp",
		,,130,1,"",style3,,"left",,,,,,,,,,,,,
		,"Overview","WC_Overview.asp",,,1
		,"Benefits","WC_Benefits.asp",,,1
		,"Questions and Answers","WC_QandA.asp",,,1
		])
		
		addmenu(menu=["CommercialInsurance",
		,,130,1,"",style3,,"left",,,,,,,,,,,,,
		,"Coverages","Comm_Coverages.asp",,,1
		,"Tips","Comm_Tips.asp",,,1
		,"Questions and Answers","Comm_QandA.asp",,,1
		])
		
		addmenu(menu=["InsuranceCrime",
		,,170,1,"",style3,,"left",,,,,,,,,,,,,
		,"What is Insurance Crime?","InsuranceCrime_WhatIs.asp",,,1
		,"Fighting Insurance Crime","InsuranceCrime_Fighting.asp",,,1
		,"Recognizing Insurance Fraud","show-menu=RecognizingFraud","InsuranceCrime_RecognizingFraud.asp",,1
		])
		
			addmenu(menu=["RecognizingFraud",
			,,170,1,"",style4,,"left",,,,,,,,,,,,,
			,"Staged Vehicle Collisions","InsuranceCrime_StagedCollisions.asp",,,1
			,"Vehicle Theft Fraud","InsuranceCrime_VehicleTheft.asp",,,1
			,"Other Vehicle Claims Fraud","InsuranceCrime_OtherVehicle.asp",,,1
			,"Bodily Injury Insurance Fraud","InsuranceCrime_BodilyInjury.asp",,,1
			,"Collision Repair Fraud","InsuranceCrime_CollisionRepair.asp",,,1
			])
			
		addmenu(menu=["Safety",
		,,170,1,"",style3,,"left",,,,,,,,,,,,,
		,"12 Months of Traffic Safety","Safety_12Months.asp",,,1
		,"Back to School Safety","Safety_BackToSchool.asp",,,1
		,"Boat Safety","Safety_Boat.asp",,,1
		,"Barbecue Safety","Safety_BBQ.asp",,,1
		,"Helmet Safety","Safety_Helmets.asp",,,1
		,"Lawnmower Safety","Safety_Lawnmowers.asp",,,1
		,"Personal Watercrafts","Safety_PersonalWatercrafts.asp",,,1
		,"Lightning Safety Tips","Safety_Lightning.asp",,,1
		])
		
		addmenu(menu=["FloodInsurance",
		,,240,1,"",style3,,"left",,,,,,,,,,,,,
		,"Facts About Flood Insurance","FloodInsurance_Facts.asp",,,1
		,"Questions and Answers About Flood Insurance","FloodInsurance_QA.asp",,,1
		,"What to do Before a Flood Hits","FloodInsurance_Before.asp",,,1
		,"What to do During a Flood","FloodInsurance_During.asp",,,1
		,"What to do After a Flood Hits","FloodInsurance_After.asp",,,1
		,"New Jersey Policy Statistics","FloodInsurance_NJStats.asp",,,1
		])
		
	addmenu(menu=["NewsCenter",
	,,160,1,"",style2,,"left",,,,,,,,,,,,,
	,"ICNJ Press Releases","show-menu=PressReleases","PressReleases.asp?SearchOption=All","Press Releases",1
	,"NJ DOBI Press Releases","DOBIPressReleases.asp",,"NJ DOBI Press Releases",1
	,"Governors Press Releases","GovernorPressReleases.asp",,"Governors Press Releases",1
	,"Insurance Fraud Prosecutor Press Releases","IFPPressReleases.asp",,"Insurance Fraud Prosecutor Press Releases",1
	,"Insurance Information Institute","III.asp",,"Insurance Information Institute",1
	,"National Trades and Agents Groups","show-menu=NationalTrades","NationalTrades.asp","National Trades and Agents Groups",1
	])
	
		addmenu(menu=["PressReleases",
		,,130,1,"",style3,,"left",,,,,,,,,,,,,
		,"Current Press Releases","PressReleases.asp?SearchOption=Current",,,1
		,"Press Release Archive","PressReleases.asp?SearchOption=Archive",,,1
		])
		
		addmenu(menu=["NationalTrades",
		,,190,1,"",style3,,"left",,,,,,,,,,,,,
		,"American Insurance Association","NationalTrades_AIA.asp",,,1
		,"Independent Insurance Agents & Brokers Association of NJ","NationalTrades_IIA&BANJ.asp",,,1
		,"National Association of Mutual Insurance Companies","NationalTrades_NAMIC.asp",,,1
		,"Property Casualty Insurers Association of America","NationalTrades_PCIAA.asp",,,1
		,"Professional Insurance Agents of NJ","NationalTrades_PIANJ.asp",,,1
		])
		
	addmenu(menu=["MemberServices",
	,,170,1,"",style2,,"left",,,,,,,,,,,,,
	,"Special Message","SpecialMessage.asp",,,1
	,"&quot;On Your Behalf&quot; Newsletter","show-menu=OYBNewsletter","OnYourBehalf.asp?SearchOption=All",,1
	,"ICNJ By-Laws","ICNJByLaws.asp",,,1
	,"Members Calendar","MemberCalendar.asp",,,1
	,"NJ Legislation","show-menu=NJLeg","NJLeg.asp",,1
	,"NJ Regulation","show-menu=NJReg","NJReg.asp",,1
	,"Legal Issues & Actions","show-menu=LegalIssues","LegalIssues.asp",,1
	,"ICNJ Board of Directors","show-menu=BOD","ICNJBoard.asp",,1
	,"ICNJ Committee Information","show-menu=CommitteeInfo","ICNJCommitteeInfo.asp",,1
	,"Member Directory","MemberDirectory.asp",,,1
	,"Legislative Directory","show-menu=LegDirectory","LegislativeDirectory.asp",,1
	,"Media Links","MediaLinks.asp",,,1
	])
	
		addmenu(menu=["OYBNewsletter",
		,,200,1,"",style3,,"left",,,,,,,,,,,,,
		,"Current &quot;On Your Behalf&quot; Newsletters","OnYourBehalf.asp?SearchOption=Current",,,1
		,"&quot;On Your Behalf&quot; Newsletter Archive","OnYourBehalf.asp?SearchOption=Archive",,,1
		])
		
		addmenu(menu=["LatestNJUpdate",
		,,120,1,"",style3,,"left",,,,,,,,,,,,,
		,"Current NJ Updates","LatestNJUpdate.asp?SearchOption=Current",,,1
		,"NJ Update Archive","LatestNJUpdate.asp?SearchOption=Archive",,,1
		])
		
		addmenu(menu=["NJLeg",
		,,130,1,"",style3,,"left",,,,,,,,,,,,,
		,"ICNJ Tracking List","NJLeg_ICNJTracking.asp",,,1
		,"Legislative, Regulatory and Judicial Review","NJLeg_LRJR.asp",,,1
		,"NJ Legislature Online","NJLeg_Online.asp",,,1
		])
		
		addmenu(menu=["NJReg",
		,,110,1,"",style3,,"left",,,,,,,,,,,,,
		,"DOBI Orders","NJReg_DOBIOrders.asp",,,1
		,"DOBI Bulletins","NJReg_DOBIBulletins.asp",,,1
		,"NJ DOBI Online","NJReg_DOBIOnline.asp",,,1
		,"Regulations","show-menu=Regulations","NJReg_Regulations.asp",,1
		,"ICNJ Comments","NJReg_ICNJComments.asp",,,1
		])
		
			addmenu(menu=["Regulations",
			,,190,1,"",style4,,"left",,,,,,,,,,,,,
			,"Proposed New Rules Comment Period Open","NJReg_PNR_Open.asp",,,1
			,"Proposed New Rules Comment Period Expired","NJReg_PNR_Expired.asp",,,1
			,"Adopted Rules","NJReg_AdoptedRules.asp",,,1
			])
			
		addmenu(menu=["LegalIssues",
		,,120,1,"",style3,,"left",,,,,,,,,,,,,
		,"Litigation Procedures","LitigationProcedures.asp",,,1
		,"ICNJ Legal Actions","LIA_ICNJLegalActions.asp",,,1
		,"State Judiciary Online","LIA_StateJudiciary.asp",,,1
		])
		
		addmenu(menu=["BOD",
		,,120,1,"",style3,,"left",,,,,,,,,,,,,
		,"Board of Directors Meetings","show-menu=BODMeetings","BODMeetings.asp",,1
		])
		
			addmenu(menu=["BODMeetings",
			,,150,1,"",style4,,"left",,,,,,,,,,,,,
			,"Next Meeting","BODMeetings_Next.asp",,,1
			,"Past Meetings - Information","BODMeetings_Past.asp",,,1
			])
			
		addmenu(menu=["CommitteeInfo",
		,,200,1,"",style3,,"left",,,,,,,,,,,,,
		,"Executive Committee","show-menu=ExecutiveCommittee","ExecutiveCommittee.asp",,1
		,"Combined Goverment Affairs/Legal Issues Committee/Workman's Compensation Sub-Committee","show-menu=GALICommittee","GALICommittee.asp",,1
		,"Media/Public Relations Committee","show-menu=MediaPRCommittee","MediaPRCommittee.asp",,1
		,"Membership Committee","show-menu=MembershipCommittee","MembershipCommittee.asp",,1
		,"HR / Administrative Committee","show-menu=HRCommittee","HRCommittee.asp",,1
		,"Agent Relations Committee","show-menu=ARCommittee","ARCommittee.asp",,1
		])
		
			addmenu(menu=["ExecutiveCommittee",
			,,90,1,"",style4,,"left",,,,,,,,,,,,,
			,"Minutes","ExecutiveCommittee_Minutes.asp",,,1
			,"Next Meeting","ExecutiveCommittee_NextMeeting.asp",,,1
			])
			
			addmenu(menu=["GALICommittee",
			,,90,1,"",style4,,"left",,,,,,,,,,,,,
			,"Minutes","GALICommittee_Minutes.asp",,,1
			,"Next Meeting","GALICommittee_NextMeeting.asp",,,1
			])
			
			addmenu(menu=["MediaPRCommittee",
			,,90,1,"",style4,,"left",,,,,,,,,,,,,
			,"Minutes","MediaPRCommittee_Minutes.asp",,,1
			,"Next Meeting","MediaPRCommittee_NextMeeting.asp",,,1
			])
			
			addmenu(menu=["MembershipCommittee",
			,,90,1,"",style4,,"left",,,,,,,,,,,,,
			,"Minutes","MembershipCommittee_Minutes.asp",,,1
			,"Next Meeting","MembershipCommittee_NextMeeting.asp",,,1
			])
			
			addmenu(menu=["HRCommittee",
			,,90,1,"",style4,,"left",,,,,,,,,,,,,
			,"Minutes","HRCommittee_Minutes.asp",,,1
			,"Next Meeting","HRCommittee_NextMeeting.asp",,,1
			])
			
			addmenu(menu=["ARCommittee",
			,,90,1,"",style4,,"left",,,,,,,,,,,,,
			,"Minutes","ARCommittee_Minutes.asp",,,1
			,"Next Meeting","ARCommittee_NextMeeting.asp",,,1
			])
			
		addmenu(menu=["LegDirectory",
		,,180,1,"",style3,,"left",,,,,,,,,,,,,
		,"Legislative Leadership","LegislativeLeadership.asp",,,1
		,"Legislative Roster (Alphabetical)","LegislativeRoster_Alpha.asp",,,1
		,"Legislative Roster (By District)","LegislativeRoster_District.asp",,,1
		])
		
dumpmenus()
