<!-- I NUOVI SCRIPT COMINCIANO QUI -->



<!-- Rollover JavaScript functions relies on image replacement feature of JavaScript 1.1
homepageon = new Image(24,32);
homepageon.src = "images/homepage.jpg";
contattion = new Image(24,32);
contattion.src = "images/contatti.jpg";
mutuion = new Image(24,32);
mutuion.src = "images/mutui.jpg";
creditson = new Image(24,32);
creditson.src = "images/credits.jpg";
borgocarossaon = new Image(24,32);
borgocarossaon.src = "images/borgocarossa.jpg";
residenzalaginestraon = new Image(24,32);
residenzalaginestraon.src = "images/residenzalaginestra.jpg";
villaggioilsandolon = new Image(24,32);
villaggioilsandolon.src = "images/villaggioilsandolo.jpg";
areacasaunion = new Image(24,32);
areacasaunion.src = "images/borgocarossa.jpg";

homepageoff = new Image(24,32);
homepageoff.src = "images/homepager.jpg";
contattioff = new Image(24,32);
contattioff.src = "images/contattir.jpg";
mutuioff = new Image(24,32);
mutuioff.src = "images/mutuir.jpg";
creditsoff = new Image(24,32);
creditsoff.src = "images/creditsr.jpg";
borgocarossaoff = new Image(24,32);
borgocarossaoff.src = "images/borgocarossar.jpg";
residenzalaginestraoff = new Image(24,32);
residenzalaginestraoff.src = "images/residenzalaginestrar.jpg";
villaggioilsandoloff = new Image(24,32);
villaggioilsandoloff.src = "images/villaggioilsandolr.jpg";
areacasaunioff = new Image(24,32);
areacasaunioff.src = "images/borgocarossar.jpg";


function rollon(imgName) {
	imgOn = eval(imgName + "on.src");
        document[imgName].src = imgOn;
    }
function rolloff(imgName) {
       document[imgName].src =  eval(imgName + "off.src");
}


// -->






<!-- Original:  CodeLifter.com (support@codelifter.com) -->
<!-- Web Site:  http://www.codelifter.com -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
// Set slideShowSpeed (milliseconds)
var slideShowSpeed = 4500;
// Duration of crossfade (seconds)
var crossFadeDuration = 50;
// Specify the image files
var Pic = new Array();
// to add more images, just continue
// the pattern, adding to the array below

Pic[0] = 'images/top1.jpg'
Pic[1] = 'images/top2.jpg'
Pic[2] = 'images/top3.jpg'
Pic[3] = 'images/top1.jpg'
Pic[4] = 'images/top5.jpg'








// do not edit anything below this line
var t;
var j = 0;
var p = Pic.length;
var preLoad = new Array();
for (i = 0; i < p; i++) {
preLoad[i] = new Image();
preLoad[i].src = Pic[i];
}
function runSlideShow() {
if (document.all) {
document.images.SlideShow.style.filter="blendTrans(duration=2)";
document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)";
document.images.SlideShow.filters.blendTrans.Apply();
}
document.images.SlideShow.src = preLoad[j].src;
if (document.all) {
document.images.SlideShow.filters.blendTrans.Play();
}
j = j + 1;
if (j > (p - 1)) j = 0;
t = setTimeout('runSlideShow()', slideShowSpeed);
}
//  End -->




<!-- Original:  CodeLifter.com (support@codelifter.com) -->
<!-- Web Site:  http://www.codelifter.com -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
// Set slideShowSpeed (milliseconds)
var slideShowSpeeda = 4500;
// Duration of crossfade (seconds)
var crossFadeDurationa = 50;
// Specify the image files
var Pica = new Array();
// to add more images, just continue
// the pattern, adding to the array below

Pica[0] = 'images/top3d1.jpg'
Pica[1] = 'images/top3d2.jpg'
Pica[2] = 'images/top3d3.jpg'
Pica[3] = 'images/top3d1.jpg'
Pica[4] = 'images/top3d5.jpg'









// do not edit anything below this line
var ta;
var ja = 0;
var pa = Pic.length;
var preLoada = new Array();
for (ia = 0; ia < pa; ia++) {
preLoada[ia] = new Image();
preLoada[ia].src = Pica[ia];
}
function runSlideShowa() {
if (document.all) {
document.images.SlideShowa.style.filter="blendTrans(duration=2)";
document.images.SlideShowa.style.filter="blendTrans(duration=crossFadeDurationa)";
document.images.SlideShowa.filters.blendTrans.Apply();
}
document.images.SlideShowa.src = preLoada[ja].src;
if (document.all) {
document.images.SlideShowa.filters.blendTrans.Play();
}
ja = ja + 1;
if (ja > (pa - 1)) ja = 0;
ta = setTimeout('runSlideShowa()', slideShowSpeeda);
}
//  End -->




<!-- I NUOVI SCRIPT FINISCONO QUI -->












































function aprifinestra(indirizzofinestra,nomefinestra) {
        searchWin = window.open(indirizzofinestra,nomefinestra,'scrollbars=NO,resizable=yes,width=660,height=590,status=no,location=NO,toolbar=NO');
        searchWin.focus();
}
