window.document.name = "top";
window.onload = function()
 {
	if(document.body.offsetWidth > 1130){
	 if (navigator.cookieEnabled == true) {
		document.cookie = "XL";
	 	}
	document.getElementById("css_layout").removeAttribute("href");
	document.getElementById("css_layout").setAttribute("href", "styles/home_xl.css");
	if (navigator.appName=="Microsoft Internet Explorer"){
			document.getElementById("css_layout").removeAttribute("href");
			document.getElementById("css_layout").setAttribute("href", "styles/home_xl.css");
	}
	}
 }
