// JavaScript Document

function centra(url, title, width, height, scrollbars,num) 
   { 
   if (document.all) 
      { 
      var x = window.screenLeft; 
      var y = window.screenTop; 
      var w = window.document.body.offsetWidth; 
      var h = window.document.body.offsetHeight; 
      } 
  else 
   { 
   var x = window.screenX; 
   var y = window.screenY; 
   var w = window.outerWidth; 
   var h = window.outerHeight; 
   } 
  var cntx = x + Math.round((w - width) / 2); 
  var cnty = y + Math.round((h - height) / 2);
var newWindow= window.open (url, title, 'left=' + cntx + ',top=' + cnty + ',width=' + 
width + ',height=' + height + ',scrollbars=' + scrollbars+ ',num=' + num); 

if (num=='00'){
imagesource ="big/dove.jpg";
titlesource="Dove Siamo";
}
if (num=='0'){
imagesource ="big/big01.jpg";
titlesource="Lentella 1975 - Vista Sud Ovest";
}
if (num=='x'){
imagesource ="big/acomun.jpg";
titlesource="Area Comunitaria";
}
if (num=='1'){
imagesource ="big/big02.jpg";
titlesource="Lentella - Panorama";
}
if (num=='2'){
imagesource ="big/big03.jpg";
titlesource="Lentella - Panorama con neve";
}
if (num=='3'){
imagesource ="big/big04.jpg";
titlesource="Lentella - Panorama ";
}
if (num=='4'){
imagesource ="big/big05.jpg";
titlesource="Lentella - piazza ";
}
if (num=='5'){
imagesource ="big/big06.jpg";
titlesource="Lentella - agosto lentellese ";
}
if (num=='6'){
imagesource ="big/big07.jpg";
titlesource="Lentella - panorama ";
}
if (num=='7'){
imagesource ="big/big08.jpg";
titlesource="Lentella - panorama ";
}
if (num=='8'){
imagesource ="big/big09.jpg";
titlesource="Lentella - chiesa ";
}
if (num=='9'){
imagesource ="big/big10.jpg";
titlesource="Lentella - panorama ";
}
if (num=='10'){
imagesource ="big/big11.jpg";
titlesource="Lentella - sagra porchetta ";
}
if (num=='11'){
imagesource ="big/big12.jpg";
titlesource="Lentella - sagra porchetta ";
}
if (num=='12'){
imagesource ="big/big13.jpg";
titlesource="Lentella - sagra porchetta ";
}
if (num=='13'){
imagesource ="big/big14.jpg";
titlesource="Lentella - sagra porchetta ";
}
if (num=='14'){
imagesource ="big/big15.jpg";
titlesource="Lentella - sagra porchetta ";
}
if (num=='15'){
imagesource ="big/big16.jpg";
titlesource="Lentella - sagra porchetta ";
}
if (num=='16'){
imagesource ="big/big17.jpg";
titlesource="Lentella - sagra porchetta ";
}
if (num=='17'){
imagesource ="big/big18.jpg";
titlesource="Lentella - sagra porchetta ";
}
if (num=='18'){
imagesource ="big/big19.jpg";
titlesource="Lentella - sagra porchetta ";
}
if (num=='19'){
imagesource ="big/big20.jpg";
titlesource="Lentella - municipio ";
}
if (num=='20'){
imagesource ="big/big21.jpg";
titlesource="Lentella - sala consiliare ";
}
if (num=='21'){
imagesource ="big/big32.jpg";
titlesource="Lentella - chiesa ";
}
if (num=='22'){
imagesource ="big/big23.jpg";
titlesource="Lentella - processione";
}
if (num=='23'){
imagesource ="big/big24.jpg";
titlesource="Lentella - chiesa ";
}
if (num=='24'){
imagesource ="big/big25.jpg";
titlesource="Lentella - processione";
}
if (num=='25'){
imagesource ="big/big26.jpg";
titlesource="Lentella - processione";
}
if (num=='26'){
imagesource ="big/big27.jpg";
titlesource="Lentella - processione";
}
if (num=='28'){
imagesource ="big/big29.jpg";
titlesource="Lentella - Santi Cosimo e Damiano";
}
if (num=='29'){
imagesource ="big/big30.jpg";
titlesource="Lentella - Coro Viva voce";
}
if (num=='30'){
imagesource ="big/big31.jpg";
titlesource="Lentella - Centro diurno anziani";
}
if (num=='31'){
imagesource ="big/big36.jpg";
titlesource="Lentella - area industriale";
}
if (num=='32'){
imagesource ="big/big37.jpg";
titlesource="Lentella - Pro - loco";
}
if (num=='33'){
imagesource ="big/big34.jpg";
titlesource="Lentella - area industriale";
}
if (num=='34'){
imagesource ="big/big33.jpg";
titlesource="Lentella - area industriale";
}
if (num=='35'){
imagesource ="big/big35.jpg";
titlesource="Lentella - area industriale";
}
if (num=='36'){
imagesource ="big/big38.jpg";
titlesource="Lentella - chiesa";
}
if (num=='37'){
imagesource ="big/big39.jpg";
titlesource="Lentella - chiesa";
}
newWindow.document.write('<title>"'+titlesource+'"</title><body leftmargin=0 topmargin=0><img src="'+imagesource+'" border=0></body>');
newWindow.document.close();
} 


