theimage = new Array();

///// Configurable Variables

// The dimensions of ALL the images should be the same or some of them may look stretched or reduced in Netscape 4.
// Format: theimage[...]=[name/description, image_src, linking_url]
theimage[0]=["In a beautiful lush setting 3 kilometres from the town centre", "photos-site/slide1.jpg", ""];
theimage[1]=["Comfortable lounges with a fireplace..", "photos-site/slide3.jpg", ""];
theimage[2]=["where you can enjoy the mulled wine offered by Laurent and Marina in winter", "photos-site/slide4.jpg", ""];
theimage[3]=["A decor that is unique and fun at the same time", "photos-site/slide6.jpg", ""];
theimage[4]=[".. with Dudule, the hotel’s mascot", "photos-site/slide7.jpg", ""];
theimage[5]=["Ready to see the rooms? Here we go!", "photos-site/slide8.jpg", ""];
theimage[6]=["Harmonies of blues...", "photos-site/slide10.jpg", ""];
theimage[7]=["or reds", "photos-site/slide11.jpg", ""];
theimage[8]=["with a large double bed...", "photos-site/slide12.jpg", ""];
theimage[9]=["or two twin beds...", "photos-site/slide14.jpg", ""];
theimage[10]=["A very functional bathroom", "photos-site/slide15.jpg", ""];
theimage[11]=["Mini pastries, cheese, cereals", "photos-site/slide17.jpg", ""];
theimage[12]=["The dining room is welcoming and filled with light", "photos-site/slide18.jpg", ""];
theimage[13]=["For all your business meetings there is a fully-equipped", "photos-site/slide20.jpg", ""];
theimage[14]=["conference room, with an overhead projector and computers.", "photos-site/slide21.jpg", ""];
///// Plugin variables

playspeed=4000;// The playspeed determines the delay for the "Play" button in ms
dotrans=1; // if value = 1 then there are transitions played in IE
transtype='blendTrans';// 'blendTrans' or 'revealtrans'
transattributes='duration=1,transition=23';// duration=seconds,transition=#<24
randomorder=0;
linksperline=4; // For the text links
playdiffernce=500; // The speed that the autplay speed is changed by
autostart=1;
preloadslides=1;

// Preloader
function preloadSlide() {for(k=0;k<til;k++) {theimage[k][1]=new Image().src=theimage[k][1];}}

// Add extra functions between the {} if you need other functions that require the onload
window.onload=function(){
if(window.preloadslides)preloadSlide();if(window.autostart)slidePlay();}

// NS4 resize handler
window.onresize=function(){
if(document.layers)this.location=this.location;}

<!-- end of plugin scripts -->
œ
