	<!--
		window.addEvent('domready', function() {
			if(Browser.Engine.trident) {
				var sfEls = document.getElementById("dropUP").getElementsByTagName("LI");
				for (var i=0; i < sfEls.length; i++) {
					sfEls[i].onmouseover=function() {
						this.className+=" sfhover";
					} // mouseover
					sfEls[i].onmouseout=function() {
						this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
					} // mouseout
				} // for
			} // if..IE

			var flashvars = {};
			var params = {
				wmode: "transparent"
			};
			var attributes = {};
			attributes.id = "homeFlash";
			swfobject.embedSWF("/_media/flash/home/index.swf", "homeFlash", "940", "348", "7.0.0", false, flashvars, params, attributes);
		}); // onload
	//-->