function ALP() { var b = document.getElementsByTagName("body")[0]; var d = document.createElement("div"); d.setAttribute("id","alp_mnu"); d.setAttribute("className","alp_main"); d.innerHTML=''; b.appendChild(d); var lk = document.links, l, k=0; while(l=lk[k++]) { if (l.addEventListener) { l.addEventListener("mouseover", ALP_omov, false); l.addEventListener("mouseout", ALP_omou, false); } else if (l.attachEvent) { l.attachEvent("onmouseover", ALP_omov); l.attachEvent("onmouseout", ALP_omou); } else { l.onmouseover = ALP_omov; l.onmouseout = ALP_omou; } } } function ALP_omov(o) { _e = o || window.event; _u = this.href; if (_u) { _t = _u.match(/armorylite\.com\/(.+)\/(.+)\/(.+[^\/])/); if (_t) { if (((_t[1].toLowerCase() == "us") || (_t[1].toLowerCase() == "eu") || (_t[1].toLowerCase() == "kr") || (_t[1].toLowerCase() == "tw") || (_t[1].toLowerCase() == "cn")) && (_t[3].indexOf('/') < 1)) { document.getElementById("alp_mnu").className = 'alp_main'; document.getElementById("alp_mnu").style.visibility = 'visible'; document.getElementById("alp_mnu").style.display = ''; document.getElementById("alp_mnu").style.position = 'absolute'; document.getElementById("alp_mnu").style.backgroundColor = '#222222'; document.getElementById("alp_mnu").style.backgroundImage = 'url(http://armorylite.com/images/mesh_powered.gif)'; document.getElementById("alp_mnu").style.padding = '5px'; document.getElementById("alp_mnu").style.width = '250px'; document.getElementById("alp_mnu").style.border = '2px solid #000000'; document.getElementById("alp_mnu").style.fontSize = '12px'; document.getElementById("alp_mnu").style.color = '#ffffff'; document.getElementById("alp_mnu").style.fontFamily = 'arial'; document.getElementById("alp_mnu").style.zIndex = '90000'; document.getElementById("alp_mnu").innerHTML = '