// JavaScript Document

function selectPic(pic_id, pic_img) {
	window.document.full_img.src = pic_img;
}
