
/* Rollovers */

if(document.images)
		img3on = new Image();
		img3on.src ="images/press/id-2010_on.gif";
		img1on = new Image();
		img1on.src ="images/press/pd-2011_on.gif";
		img2on = new Image();
		img2on.src ="images/press/st-2011_on.gif";
		img4on = new Image();
		img4on.src ="images/press/sm-2011_on.jpg";
		img5on = new Image();
		img5on.src ="images/press/sm-2011B_on.jpg";
								
		img3off = new Image();
		img3off.src ="images/press/id-2010.gif";
		img1off = new Image();
		img1off.src ="images/press/pd-2011.gif";
		img2off = new Image();
		img2off.src ="images/press/st-2011.gif";
		img4off = new Image();
		img4off.src ="images/press/sm-2011.jpg";
		img5off = new Image();
		img5off.src ="images/press/sm-2011B.jpg";
		

				
function imgOn(imgName){
	document[imgName].src = eval(imgName + "on.src");
} 

function imgOff(imgName){
	document[imgName].src = eval(imgName + "off.src");
} 




/* Nav resize OLD CODE */


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);







