
function OpenWindow(theURL,winName) { 
  window.open(theURL,winName,"toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=790,height=590");
}

