

<!-- Rollover JavaScript functions relies on image replacement feature of JavaScript 1.1
homeon = new Image(129,11);
homeon.src = "menu/home.gif";
chisiamoon = new Image(129,11);
chisiamoon.src = "menu/chisiamo.gif";
filosofiaon = new Image(129,11);
filosofiaon.src = "menu/filosofia.gif";
materassion = new Image(129,11);
materassion.src = "menu/materassi.gif";
novitamaterassion = new Image(129,11);
novitamaterassion.src = "menu/novitamaterassi.gif";
retion = new Image(129,11);
retion.src = "menu/reti.gif";
guancialion = new Image(129,11);
guancialion.src = "menu/guanciali.gif";
offertespecialion = new Image(129,11);
offertespecialion.src = "menu/offertespeciali.gif";
faqon = new Image(129,11);
faqon.src = "menu/faq.gif";
stokkeon = new Image(129,11);
stokkeon.src = "menu/stokke.gif";
materassimolleon = new Image(129,11);
materassimolleon.src = "menu/materassimolle.gif";
materassilatticeon = new Image(129,11);
materassilatticeon.src = "menu/materassilattice.gif";
materassinnovativion = new Image(129,11);
materassinnovativion.src = "menu/materassinnovativi.gif";
personalizzaon = new Image(129,11);
personalizzaon.src = "menu/personalizza.gif";
supportidogheon = new Image(129,11);
supportidogheon.src = "menu/supportidoghe.gif";
lettion = new Image(129,11);
lettion.src = "menu/letti.gif";
offertespecialimaterassion = new Image(129,11);
offertespecialimaterassion.src = "menu/offertespecialimaterassi.gif";
offertespecialistokkeon = new Image(129,11);
offertespecialistokkeon.src = "menu/offertespecialistokke.gif";
stokkehomeon = new Image(129,11);
stokkehomeon.src = "menu/stokkehome.gif";
stokkemovementon = new Image(129,11);
stokkemovementon.src = "menu/stokkemovement.gif";
stokkechildrenon = new Image(129,11);
stokkechildrenon.src = "menu/stokkechildren.gif";
stokkexploryon = new Image(129,11);
stokkexploryon.src = "menu/stokkexplory.gif";







homeoff = new Image(129,11);
homeoff.src = "menu/homer.gif";
chisiamooff = new Image(129,11);
chisiamooff.src = "menu/chisiamor.gif";
filosofiaoff = new Image(129,11);
filosofiaoff.src = "menu/filosofiar.gif";
materassioff = new Image(129,11);
materassioff.src = "menu/materassir.gif";
novitamaterassioff = new Image(129,11);
novitamaterassioff.src = "menu/novitamaterassir.gif";
retioff = new Image(129,11);
retioff.src = "menu/retir.gif";
guancialioff = new Image(129,11);
guancialioff.src = "menu/guancialir.gif";
offertespecialioff = new Image(129,11);
offertespecialioff.src = "menu/offertespecialir.gif";
faqoff = new Image(129,11);
faqoff.src = "menu/faqr.gif";
stokkeoff = new Image(129,11);
stokkeoff.src = "menu/stokker.gif";
materassimolleoff = new Image(129,11);
materassimolleoff.src = "menu/materassimoller.gif";
materassilatticeoff = new Image(129,11);
materassilatticeoff.src = "menu/materassilatticer.gif";
materassinnovativioff = new Image(129,11);
materassinnovativioff.src = "menu/materassinnovativir.gif";
personalizzaoff = new Image(129,11);
personalizzaoff.src = "menu/personalizzar.gif";
supportidogheoff = new Image(129,11);
supportidogheoff.src = "menu/supportidogher.gif";
lettioff = new Image(129,11);
lettioff.src = "menu/lettir.gif";
offertespecialimaterassioff = new Image(129,11);
offertespecialimaterassioff.src = "menu/offertespecialimaterassir.gif";
offertespecialistokkeoff = new Image(129,11);
offertespecialistokkeoff.src = "menu/offertespecialistokker.gif";
stokkehomeoff = new Image(129,11);
stokkehomeoff.src = "menu/stokkehomer.gif";
stokkemovementoff = new Image(129,11);
stokkemovementoff.src = "menu/stokkemovementr.gif";
stokkechildrenoff = new Image(129,11);
stokkechildrenoff.src = "menu/stokkechildrenr.gif";
stokkexploryoff = new Image(129,11);
stokkexploryoff.src = "menu/stokkexploryr.gif";










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 = 3000;
// Duration of crossfade (seconds)
var crossFadeDuration = 10;
// Specify the image files
var Pic = new Array();
// to add more images, just continue
// the pattern, adding to the array below

Pic[0] = 'banner/banner1.jpg'
Pic[1] = 'banner/banner2.jpg'
Pic[2] = 'banner/banner3.jpg'
Pic[3] = 'banner/banner4.jpg'
Pic[4] = 'banner/banner5.jpg'
Pic[5] = 'banner/banner1.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 -->







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

function aprifinestraA(indirizzofinestra,nomefinestra) {
        searchWin = window.open(indirizzofinestra,nomefinestra,'scrollbars=yes,resizable=yes,width=750,height=640,status=no,location=no,toolbar=no');
        
}
