// JavaScript Document
  <!--
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=500,height=500,left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
  //-->
  <!--
function tulosta(){
if (!window.print){
alert("This function is not supported by your browser. Use Print from the browsermenu.")
return
}
window.print()
}
  //-->

