function setVisibility(objectID,value)
{
	document.getElementById(objectID).style.visibility = value;
}
