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