$(document).ready(function(){
    $("li.activeabc").prev().addClass("prevofactiveabc");
    //alert(navigator.appName);
    /*if(navigator.appName == "Microsoft Internet Explorer")
        w = screen.width - 17;
    else
        w = screen.width - 15;
    d = document.getElementById('footer');
    d.style.width=w+"px";
    if(screen.width == "1280")
      d.style.marginLeft = "-250px";
    else if(screen.width == "1024")
      d.style.marginLeft = "-122px";*/
});