new phpimagealbum({
	albumvar: mypics, //ID of photo album to display (based on getpics.php?id=xxx)
	dimensions: [10,3],
	sortby: ["date", "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){
		var FullUrl="http://www.bsrfu11.org/pictures/gallery/large/"+thumbfilename
		jQuery.facebox('<img src="' + FullUrl + '"/>')
	}
})
