var imgsrc = '';

function mover(imgid) {	imgsrc = document.getElementById(imgid).src;
	document.getElementById(imgid).src = 'http://www.ohklps.com/wp-content/themes/ohk/images/'+imgid+'_r.png';
}

function mout(imgid) {	document.getElementById(imgid).src = imgsrc;
}
