if ((navigator.appName == 'Netscape') && (parseInt(navigator.appVersion) ==
4)) {
     location.replace('http://www.helsinki.fi/yliopisto/ns4.htm');
   }
   
 var popUpWin=0;
function popup(URLStr, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=560, height=510, left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}

function tulosta(){
if (!window.print){
alert("Selaimesi ei tue tätä toimintoa. Käytä selaimen omaa tulostusta.")
return
}
window.print()
}
