// JavaScript 
var myMenu =
[
   [null,'BUSINESS INSURANCE','business.asp','_self',null,
	 [null,'Property and Casualty','bi_propcasualty.asp','_self',null],
     [null,'Employee Benefits','bi_emp_benefits.asp','_self',null],
	 [null,'Business Planning','bi_busplan.asp','_self',null],
	 [null,'Carriers','bi_carrier_representation.asp','_self',null],
		   ],
	[null,'PERSONAL INSURANCE','personal.asp','_self',null,
	  [null,'Home and Auto','per_home_auto.asp','_self',null],
	  [null,'Life and Disability','per_lif_dis.asp','_self',null],	  
	 [null,'Special Events','per_spec_events.asp','_self',null],
	 [null,'Travel Guard','per_aig_travel.asp','_self',null],
	 [null,'Carriers','per_carrier_rep.asp','_self',null],
	],
	[null,'INDUSTRY SPECIALTIES','spec_progs.asp','_self',null,
	 [null,'Churches','bi_churches.asp','_self',null],
	 [null,'Non-Profits','bi_non_profit.asp','_self',null],
	 [null,'Metal Working','sp_metal.asp','_self',null],
	 [null,'Trucking','sp_trucking.asp','_self',null],
	 [null,'Special Needs','per_spec_needs.asp','_self',null],
	],
	
   [null,'BROKER SERVICES','wholesale_ops.asp','_self',null,
	 [null,'GWINS','gwins.asp','_self',null,
	  [null,'Personal Insurance','gwins_pers_ins.asp','_self',null],
	  [null,'Life and Disability','gwins_life_disa.asp','_self',null], 
	],
	 [null,'Foundry','foundry.asp','_self',null],
	 [null,'Susquehanna Agents Alliance','saa.asp','_self',null],
   ],  

   [null,'RESOURCES','resources.asp','_self',null,
	 [null,'Risk Issues','http://www.iwpubs.com/CustomPages/CURLManager.asp?p=17&e=2021&_s=FF20821C','_blank',null],
	 [null,'Links','web_links.asp','_self',null],
	 [null,'Social Media','glatfelter_agency_social_media.asp','_self',null],
   ],  

   [null,'ABOUT US','about_us.asp','_self',null,
	 [null,'Glatfelter Insurance Group','http://www.glatfelters.com/','_blank',null],
	 [null,'Associates','associates.asp','_self',null],
	 [null,'Employment & Careers','careers.asp','_self',null],
   ],

];

