function loadstyle()
{
	if (screen.width>1365)
	{
		 document.getElementById("main_container").className="main_container_full";
	}
}
