// (c) www.Stocksoftware.co.uk 2006


thepath= "";
var i;	
Deslist=new Array;
Imglist=new Array;

Deslist[0]="Welcome to Cori House";
Deslist[1]="Rooms decorated in a contemporary style";
Deslist[2]="All rooms are en-suite";
Deslist[3]="Complimentary toiletries provided";
Deslist[4]="Enjoy breakfast in our dining room";
Deslist[5]="The golden sands of Hunstanton";

Imglist[0]="01.jpg";
Imglist[1]="02.jpg";
Imglist[2]="03.jpg";
Imglist[3]="04.jpg";
Imglist[4]="05.jpg";
Imglist[5]="06.jpg";
   
var p = Imglist.length;
var preLoad = new Array();
	
// Preload all the images using the above path
for (i = 0; i < p; i++)
{preLoad[i] = new Image();preLoad[i].src = thepath + Imglist[i];}

bookmarkfolder="http://www.norfolkcoast.co.uk/area/corihouse/";
accountcode="AC_004239";
organisation="Cori House";
email="corihousebandb@yahoo.co.uk";
postcode="PE36 5HA"

