onload = init;

function init(){

}

function gallery(picUrl){
	galPic = document.getElementById("galleryImage")
	galPic.src=picUrl;
}