// JavaScript Document

function ch_mainimg(path){
	var imgsrc=document.getElementById("mainimg");
	imgsrc.src=path;

}