function onlod()
{
	var s=window.location.search.substring(1)
	document.getElementById('divsnt').style.display='none';
	if(s=="snt")
	{	
		document.getElementById('divsnt').style.display='block';
	}
}
function sec()
	{
	 document.getElementById('g1').style.display="none";	 
	}


// JavaScript Document
