function GOB(AObj) 
{ 
  return document.getElementsByName(AObj)[0];
}

function affimg() 
{
  GOB("loutreimg").style.visibility='visible';
}