//
// Script.js
//

function ApriScreenshot(image, width, height)
{
  window.open("Screenshot.asp?Image=" + image, "", "menubar=no toolbar=no, scrollbars=no, " +
    "directories=no, status=no width=" + width + " height=" + height)
}

function ChiudiFinestra()
{
  window.close();
}