
/* Rollovers */

if(document.images)
		img1on = new Image();
		img1on.src ="images/nav_aboutus_on.gif";
		img1Aon = new Image();
		img1Aon.src ="images/subnav_history_on.gif";
		img1Bon = new Image();
		img1Bon.src ="images/subnav_members_on.gif";
		img1Con = new Image();
		img1Con.src ="images/subnav_underwriters_on.gif";
		
		
		
		img2on = new Image();
		img2on.src ="images/nav_campaign_on.gif";
		img2Aon = new Image();
		img2Aon.src ="images/subnav_target_on.gif";
		img2Bon = new Image();
		img2Bon.src ="images/subnav_adverts_on.gif";
		img2Con = new Image();
		img2Con.src ="images/subnav_materials_on.gif";
		
		
		img3on = new Image();
		img3on.src ="images/nav_research_on.gif";
		img3Aon = new Image();
		img3Aon.src ="images/subnav_messageguide_on.gif";
		img3Bon = new Image();
		img3Bon.src ="images/subnav_fullreport_on.gif";
		img3Con = new Image();
		img3Con.src ="images/subnav_shortreport_on.gif";
		
				
		img4on = new Image();
		img4on.src ="images/nav_events_on.gif";
		img4Aon = new Image();
		img4Aon.src ="images/subnav_registration_on.gif";
		img4Bon = new Image();
		img4Bon.src ="images/subnav_calendar_on.gif";
		
		
		img5on = new Image();
		img5on.src ="images/nav_pressroom_on.gif";
		img5Aon = new Image();
		img5Aon.src ="images/subnav_pressreleases_on.gif";
		img5Bon = new Image();
		img5Bon.src ="images/subnav_tvspots_on.gif";
		img5Con = new Image();
		img5Con.src ="images/subnav_members_on.gif";
		img5Don = new Image();
		img5Don.src ="images/subnav_factsheet_on.gif";
		
		
		
		img6on = new Image();
		img6on.src ="images/nav_contact_on.gif";

		
		
			
		img1off = new Image();
		img1off.src ="images/nav_aboutus.gif";
		img1Aoff = new Image();
		img1Aoff.src ="images/subnav_history.gif";
		img1Boff = new Image();
		img1Boff.src ="images/subnav_members.gif";
		img1Coff = new Image();
		img1Coff.src ="images/subnav_underwriters.gif";
		
		
		
		img2off = new Image();
		img2off.src ="images/nav_campaign.gif";
		img2Aoff = new Image();
		img2Aoff.src ="images/subnav_target.gif";
		img2Boff = new Image();
		img2Boff.src ="images/subnav_adverts.gif";
		img2Coff = new Image();
		img2Coff.src ="images/subnav_materials.gif";
		
		
		img3off = new Image();
		img3off.src ="images/nav_research.gif";
		img3Aoff = new Image();
		img3Aoff.src ="images/subnav_messageguide.gif";
		img3Boff = new Image();
		img3Boff.src ="images/subnav_fullreport.gif";
		img3Coff = new Image();
		img3Coff.src ="images/subnav_shortreport.gif";
		
		
		img4off = new Image();
		img4off.src ="images/nav_events.gif";
		img4Aoff = new Image();
		img4Aoff.src ="images/subnav_registration.gif";
		img4Boff = new Image();
		img4Boff.src ="images/subnav_calendar.gif";
		
		img5off = new Image();
		img5off.src ="images/nav_pressroom.gif";
		img5Aoff = new Image();
		img5Aoff.src ="images/subnav_pressreleases.gif";
		img5Boff = new Image();
		img5Boff.src ="images/subnav_tvspots.gif";
		img5Coff = new Image();
		img5Coff.src ="images/subnav_members.gif";
		img5Doff = new Image();
		img5Doff.src ="images/subnav_factsheet.gif";
		
		img6off = new Image();
		img6off.src ="images/nav_contact.gif";
		
				
function imgOn(imgName){
	document[imgName].src = eval(imgName + "on.src");
} 

function imgOff(imgName){
	document[imgName].src = eval(imgName + "off.src");
} 






/* NETSCAPE RESIZE FIX  */

 function reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.pgW=innerWidth; document.pgH=innerHeight; onresize=reloadPage; }}
  else if (innerWidth!=document.pgW || innerHeight!=document.pgH) location.reload();
}
reloadPage(true);




