// JavaScript Document
num = 0;
function change(n){
	num = n;
	document.gallery.src = "images/photo/"+n+".jpg";
}