// JavaScript Document
function homeOn()
{
		//alert("i am here");
		 var x=document.getElementById("home_css").style;
		 alert(x);
}
