
function openWindow(url,winName) {
  window.open(url,winName,"menubar=yes,toolbar=yes,location=yes,directories=yes,status=yes,scrollbars=yes,resizable=yes,hotkeys=yes,width=800,height=600,screenX=0,screenY=0");
}
