new phpimagealbum({
	albumvar: photogallery, //ID of photo album to display (based on getpics.php?id=xxx)
	dimensions: [4,4],
	sortby: ["file", "asc"], //["file" or "date", "asc" or "desc"]
	autodesc: "", //Auto add a description beneath each picture? (use keyword %i for image position, %d for image date)
	showsourceorder: false, //Show source order of each picture? (helpful during set up stage)
	onphotoclick:function(thumbref, thumbindex, thumbfilename){
		thumbnailviewer.loadimage(thumbref.src, "fit2screen")
	}
})
