function divover(odiv)
{
   odiv.style.display="block";
}

function divout(div)
{
   div.style.display="none";
}