function showImage(path)
{
  myWindow = window.open("", "", "width=820, height=630, directories=no, scrollbars=no, menubar=no, status=no, titlebar=no");
  myWindow.document.location = "intenda/pictures/" + path + ".jpg";
}


