<!--
function showImg( id_, path_ )
{
	document.all[id_].src = path_;
}
//-->

