// JavaScript Document

function show1()
{
document.getElementById("drop1").style.visibility="visible"
}
function hide1()
{
document.getElementById("drop1").style.visibility="hidden"
}

function show2()
{
document.getElementById("drop2").style.visibility="visible"
}
function hide2()
{
document.getElementById("drop2").style.visibility="hidden"
}
