var tmpImg
function mover(o){
	tmpImg=o.src
	o.src=o.lowsrc
}
function mout(o){
	o.src=tmpImg
	tmpImg=''
}

