function f_setOverImg (_obj, _over) {
	if ( !_obj.tempSrc )
		_obj.tempSrc = _obj.src;
	_obj.src = (_over==true)?_obj.src.replace("_0", "_1"):_obj.tempSrc;
}