function hideUnderDropdown()
{if (document.all){document.all.hideItem.style.visibility="hidden";}}

function unhideUnderDropdown()
{if (document.all){document.all.hideItem.style.visibility="visible";}}
