
<!-- hide script from old browsers

	function openWinZoom(theURL,iWidth,iHeight) {
	  
	  if (iWidth == -1) iWidth = 580;	  
	  if (iHeight == -1) iHeight = 400;
	  	  
	  newWin = window.open(theURL,'zoom','width=' + iWidth.toString +',height=' + iHeight.toString + ',directories=no,location=no,resizable=yes,menubar=no,scrollbars=yes,status=no,toolbar=no');
	  newWin.focus();
	  
	}


//-->
