
function whatsNewWindow(url)
{
  var handle = window.open(url, "WhatsNew", "resizable=yes,height=400,width=575,top=20,left=175,scrollbars=yes,location=no,menubar=no,toolbar=yes");
  handle.focus();  
}


