<!-- Netscape 4 Resize Fix
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);
// End -->

<!-- Full Screen Popup
function popUpFullScreen(nameOfFile, paramters, anchorName){
	if (anchorName != " ")
	var urlToOpen = nameOfFile + "?" + paramters + "#" + anchorName;
else
	var urlToOpen = nameOfFile + "?" + paramters;
	var popUpWindow = window.open(urlToOpen,"", "width="+(screen.width-10)+",height="+(screen.height-80)+",left=0,top=0,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no");
}
// End -->

<!-- Product Popup
function productpopup(name, url) {
mainWin=self;
palette=window.open(url,name,'resizable=no,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,copyhistory=no,width=600,height=500');
if (palette!=null) palette.opener=mainWin;
}
<!-- End -->

<!-- Select Menu Links
function MM_jumpMenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

<!-- Image Rollovers -->
	homeon = new Image();					homeon.src="/images/home-on.gif";
	homeoff = new Image();					homeoff.src="/images/home-off.gif";

function img_act(imgName) {
	imgOn = eval(imgName + "on.src");
	document [imgName].src = imgOn;
}

function img_inact(imgName) {
	imgOff = eval(imgName + "off.src");
	document [imgName].src = imgOff;
}
