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/TIPOA1small.jpg"
//photos[1]="images/TIPOA2small.jpg"
photos[1]="images/TIPOA3small.jpg"
photos[2]="images/TIPOA4small.jpg"
photos[3]="images/BALCONEMAREsmall.jpg"

photoslink[0]="images/TIPOA1.jpg"
//photoslink[1]="images/TIPOA2.jpg"
photoslink[1]="images/TIPOA3.jpg"
photoslink[2]="images/TIPOA4.jpg"
photoslink[3]="images/BALCONEMARE.jpg"