function screenShotWindow(url)
{
  window.open(url,"ScreenShot","directories=no,height=580,width=570,menubar=no,toolbar=no;titlebar=no");
}

