
//<!--
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=yes"); }

function openWindow(url) {
  popupWin = window.open(url, 'remote',  'menubar,toolbar,,width=900,height=600,left=50,top=50')
}
//-->