sfHover = function() 
{
	if (document.getElementById("nav")==null)
	{
	}
	else
	{
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) 
	{
		sfEls[i].onmouseover=function() 
		{
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() 
		{
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
	}

	if (document.getElementById("nav1")==null)
	{
	}
	else
	{
	var sfEls1 = document.getElementById("nav1").getElementsByTagName("LI");
	for (var i=0; i<sfEls1.length; i++) 
	{
		sfEls1[i].onmouseover=function() 
		{
			this.className+=" sfhover";
		}
		sfEls1[i].onmouseout=function() 
		{
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
	}

	if (document.getElementById("nav2")==null)
	{
	}
	else
	{
	var sfEls2 = document.getElementById("nav2").getElementsByTagName("LI");
	for (var i=0; i<sfEls2.length; i++) 
	{
		sfEls2[i].onmouseover=function() 
		{
			this.className+=" sfhover";
		}
		sfEls2[i].onmouseout=function() 
		{
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
	}

	if (document.getElementById("nav3")==null)
	{
	}
	else
	{
	var sfEls3 = document.getElementById("nav3").getElementsByTagName("LI");
	for (var i=0; i<sfEls3.length; i++) 
	{
		sfEls3[i].onmouseover=function() 
		{
			this.className+=" sfhover";
		}
		sfEls3[i].onmouseout=function() 
		{
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
	}

	if (document.getElementById("nav4")==null)
	{
	}
	else
	{
	var sfEls4 = document.getElementById("nav4").getElementsByTagName("LI");
	for (var i=0; i<sfEls4.length; i++) 
	{
		sfEls4[i].onmouseover=function() 
		{
			this.className+=" sfhover";
		}
		sfEls4[i].onmouseout=function() 
		{
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
	}

	if (document.getElementById("nav5")==null)
	{
	}
	else
	{
	var sfEls5 = document.getElementById("nav5").getElementsByTagName("LI");
	for (var i=0; i<sfEls5.length; i++) 
	{
		sfEls5[i].onmouseover=function() 
		{
			this.className+=" sfhover";
		}
		sfEls5[i].onmouseout=function() 
		{
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
	}


	if (document.getElementById("nav6")==null)
	{
	}
	else
	{
	var sfEls6 = document.getElementById("nav6").getElementsByTagName("LI");
	for (var i=0; i<sfEls6.length; i++) 
	{
		sfEls6[i].onmouseover=function() 
		{
			this.className+=" sfhover";
		}
		sfEls6[i].onmouseout=function() 
		{
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}

	}

	if (document.getElementById("nav7")==null)
	{
	}
	else
	{
	var sfEls7 = document.getElementById("nav7").getElementsByTagName("LI");
	for (var i=0; i<sfEls7.length; i++) 
	{
		sfEls7[i].onmouseover=function() 
		{
			this.className+=" sfhover";
		}
		sfEls7[i].onmouseout=function() 
		{
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
	}

	if (document.getElementById("nav8")==null)
	{
	}
	else
	{
	var sfEls8 = document.getElementById("nav8").getElementsByTagName("LI");
	for (var i=0; i<sfEls8.length; i++) 
	{
		sfEls8[i].onmouseover=function() 
		{
			this.className+=" sfhover";
		}
		sfEls8[i].onmouseout=function() 
		{
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

var today = new Date();
var the_date = new Date("December 31, 2023");
var the_cookie_date = the_date.toGMTString();
var the_cookie = "users_resolution="+ screen.width ;
var the_cookie = the_cookie + ";expires=" + the_cookie_date;
document.cookie=the_cookie;