// JavaScript Document

 function popPrenotaAuto()
   {
     window.open('http://www.avisautonoleggio.it','','scrollbars=yes,width=410,height=540, top=10,left=250, status=yes, menubar=yes, location=yes, toolbar=no resizable=yes') 
   }  
   
 function visFoto_cava(img)
   {
	   window.open('visFoto_cava.asp?immagine=' + img,'POPFOTO','top=0, left=0, width=200, height=600, scrollbars=no, resizable=yes');
   } 
  function visFoto_salerno(img)
   {
	   window.open('visFoto_salerno.asp?immagine=' + img,'POPFOTO','top=0, left=0, width=200, height=600, scrollbars=no, resizable=yes');
   } 
   function ApriPrivacy() {
     window.open('http://www.parlamento.it/parlam/leggi/deleghe/03196dl.htm','PRIVACY','scrollbars=yes, width=640, height=480, top=10,left=150, status=yes, menubar=yes, location=yes, toolbar=no resizable=yes') 
	}
   
  
   

