﻿try {document.execCommand('BackgroundImageCache', false, true);} catch(e) {}
//IE 6 Menu
function _rl(url){window.location.href=url;}
function _rlt(url, time){setInterval("_rl('"+url+"')", time);}

HTSHover = function() {     
    var HLME = document.getElementById("HTSMenu").getElementsByTagName("li");     
    for (var i=0; i<HLME.length; i++) {         
        HLME[i].onmouseover=function() {this.className+=" over";}         
        HLME[i].onmouseout=function() {this.className=this.className.replace(new RegExp(" over\\b"), "");}     
    } 
} 

document.write("<!--[if lte IE 6]><style type=\"text/css\">#HTSMenu ul li a:link, #HTSMenu ul li a:visited{width:153px;} #HTSMenu li:hover iframe, #HTSMenu li.over iframe{display:block;width:173px;height:40px;}</style><![endif]-->");
if(window.attachEvent) window.attachEvent("onload", HTSHover);