var photos=new Array();
var photoslink=new Array();

//Dimensions of Photos in your Album (All photos should have the same dimensions):
var iWidth=260;
var iHeight=230;

//Paths to Photos in your Album (You can have as many as you want):
photos[0]="images/TIPOB1small.jpg"
photos[1]="images/TIPOB2small.jpg"
photos[2]="images/TIPOB3small.jpg"
photos[3]="images/BALCONEMAREsmall.jpg"

photoslink[0]="images/TIPOB1.jpg"
photoslink[1]="images/TIPOB2.jpg"
photoslink[2]="images/TIPOB3.jpg"
photoslink[3]="images/BALCONEMARE.jpg"
