function omover( img ){
	img.src = img.src.replace( ".gif", "_h.gif" ) ;
}

function omout( img ){
	img.src = img.src.replace( "_h.gif", ".gif" ); ;
}
