
function mover(img,imgname)
	{
	   document.getElementById(img).src=imgname;
	}
    	function mout(img,imgname)
	{
	   document.getElementById(img).src=imgname;
	}
