var photos=new Array();
var photoslink=new Array();

//Dimensions of Photos in your Album (All photos should have the same dimensions):
var iWidth=320;
var iHeight=280;

//Paths to Photos in your Album (You can have as many as you want):
photos[0]="images/Camera1small.jpg"
photos[1]="images/Camera2small.jpg"
photos[2]="images/Camera3small.jpg"
photos[3]="images/BALCONEMAREsmall1.jpg"

photoslink[0]="images/Camera1.jpg"
photoslink[1]="images/Camera2.jpg"
photoslink[2]="images/Camera3.jpg"
photoslink[3]="images/BALCONEMARE.jpg"