<!--
var nyttWin
function popwin(url,x,y){
  w=(screen.availWidth/2)-(x/2)
  h=(screen.availHeight/2)-(y/2)

  nyttWin = window.open(url, '', 'width='+x+',height='+y+',status=no,menubar=no,scrollbars=no,resizable=no,titlebar=no,dependent=yes,left=' + w + ',top=' + h + '');
}
//-->


<!--
var nyttWin
function ac_popup(url,x,y){
  w=(screen.availWidth/2)-(x/2)
  h=(screen.availHeight/2)-(y/2)

  nyttWin = window.open(url, '', 'width='+x+',height='+y+',status=no,menubar=no,scrollbars=no,resizable=no,titlebar=no,dependent=yes,left=' + w + ',top=' + h + '');
}
//-->