// JavaScript Document
function changepic(id,pic)
{
	document.getElementById(id).src="cmsimages/"+pic;
}





