function setLogo(objImg,titleDiv)
{
  objImg.style.display='none';
  document.all[titleDiv].style.display='';
}
