
function ImgChange(path,target){
	document.images[target].src=path;
}

function mainChange(path){
	document.images["mainimg"].src=path;
}
