// JavaScript Document

function show(whichId)
{
document.getElementById("drop").style.visibility="visible"
}
function hide()
{
document.getElementById("drop").style.visibility="hidden"
}
