﻿var root = "";

//IE 6 Fixes
try {document.execCommand('BackgroundImageCache', false, true);} catch(e) {}
fcHover = function() {     
    var fcME = document.getElementById("FCMenu").getElementsByTagName("li");     
    for (var i=0; i<fcME.length; i++) {         
        fcME[i].onmouseover=function() {this.className+=" over";}         
        fcME[i].onmouseout=function() {this.className=this.className.replace(new RegExp(" over\\b"), "");}     
    } 
} 

if(window.attachEvent) window.attachEvent("onload", fcHover);




