/** * TOSOM S.R.L. * * This code is property of Tosom s.r.l. * It's not free for use, modify, redistribution or whatever. * It can only be used within the residenza bistrot subsite developed by tosom. * You cannot sell, modify, re-use, distribute or re-distribute without explicit permission of tosom. * * * @version:1.0 * @author: Toniolo Marco. * * */ var SLIDES = new Array() ; SLIDES["mobile"] = [ {image : 'images/bg-mobile.jpg'} ]; SLIDES["hotel"] = [ {image : 'images/slides/Facciata_01.jpg'}, {image : 'images/slides/301_Camera_01.jpg'}, {image : 'images/slides/403_Camera_05.jpg'}, {image : 'images/slides/Terrazza_Colazioni_01.jpg'}, {image : 'images/slides/Terrazza_Notte.jpg'}, {image : 'images/slides/305_Camera_02.jpg'} ]; SLIDES["rooms"] = [ {image : 'images/slides/304_Camera_03.jpg'}, {image : 'images/slides/306_Camera_01.jpg'} ]; SLIDES["services"] = SLIDES["rooms"] ; SLIDES["location"] = [ {image : 'images/slides/SalaLounge_02.jpg'} ]; SLIDES["gallery"] = [ {image : 'images/slides/SalaColazione_03.jpg'} ]; SLIDES["specialOffers"] = [ {image : 'images/slides/Terrazza_Colazioni_02.jpg'} ];