function	Init()
{
	if (navigator.userAgent.indexOf("Firefox")!=-1)
	{
		document.getElementById("my_content").style.marginTop = '0px';
	}	
}