var photos=new Array();
var photoslink=new Array();

//Dimensions of Photos in your Album (All photos should have the same dimensions):
var iWidth=200;
var iHeight=140;

//Paths to Photos in your Album (You can have as many as you want):
photos[0]="images/photo1.jpg"
photos[1]="images/photo2.jpg"
photos[2]="images/photo3.jpg"
photos[3]="images/photo4.jpg"
photos[4]="images/photo5.jpg"

//Links for Photos in your Album (Don't define if the images don't have a link):

