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/TIPOD1small.jpg"
photos[1]="images/TIPOD2small.jpg"
photos[2]="images/TIPOD3small.jpg"

photoslink[0]="images/TIPOD1.jpg"
photoslink[1]="images/TIPOD2.jpg"
photoslink[2]="images/TIPOD3.jpg"

