  function caricamov(filemov) {
     searchWin = window.open(filemov,'mov','scrollbars=no,resizable=no,width=520,height=330,location=no,toolbar=no');
  }
  function caricazoom(filefoto) {
  	 searchWin = window.open(filefoto,"zoomfoto","scrollbars=yes,resizable=no,width=580,height=130,status=no,location=no,toolbar=no");	
  }

