// javascript per foto 
function opn(foto,width,height)
  {
	window.open("foto.php?foto="+ foto,"FOTO","toolbar=no,directories=no,menubar=no,width=" + width + ",height=" + height + ",resizable=no");
  }
// javascript per tour virtuale 
function ApriTour(quale) {

  open(quale,"monitor","toolbar=no,directories=no,menubar=no,width=400,height=150,resizable=no,scrollbars=no");

}