
<!--
function WinOpen(pagename,windowname,height,width) {open(pagename,windowname,"HEIGHT=" + height + ",WIDTH=" + width +",status=no,toolbar=no,directories=no,menubar=no,location=no,resizable=yes,scrollbars=auto"); }

function openWindow(url) {
  popupWin = window.open(url,'remote',',,,width=650,height=400,left=50,top=50,resizable=yes,scrollbars=yes')
}
//-->