function showObject(obj) 
{
    obj.className = "visible"
}
function hideObject(obj) 
{
    obj.className = "hidden"
}