// JavaScript Document
function closeObject(someID) 
{ 
document.getElementById(someID).style.visibility = 'hidden'; 
} 

