
function overImage(_oImage){
		document[_oImage.name].src = _oImage.src.replace(/_1\.gif/, "_2.gif");
}


function outImage(_oImage){	
		document[_oImage.name].src = _oImage.src.replace(/_2\.gif/, "_1.gif");	
}