window.onload = siteloaded;

function siteloaded()
{
	document.getElementById("MAINOBTAIN").style.visibility="visible";	
	
	
}


