// JavaScript Document

iE6enAble = function() 
{
	var enAble = document.getElementById("wrapper").getElementsByTagName("li");
for (var i=0; i<enAble.length; i++) 
{
		enAble[i].onmouseover=function() {
			this.className+=" iE6enAble";
		}
		enAble[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" iE6enAble\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", iE6enAble);
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

