
// Redirects the page to the frameset if not already in the frameset.

if (top.frames.length == 0)
{
var navPrinting = false;
    if ((navigator.appName + navigator.appVersion.substring(0, 1)) == "Netscape4") {
        navPrinting = (self.innerHeight == 0) && (self.innerWidth == 0);}
    if ((self.name != 'text') && (self.location.protocol != "file:") && (document.cookie.indexOf('mode=NoFrames') < 0) && !navPrinting) {
        self.location.href = "../frameset_reset.html?" + document.location ;
} else{document.location.href="../frameset_reset.html?" + document.location ;}
}

function clearmenu(){
MM_changeProp('section1?left','','style.color','#000000','DIV');
MM_changeProp('section2?left','','style.color','#A84809','DIV');
MM_changeProp('section3?left','','style.color','#A84809','DIV');
MM_changeProp('section4?left','','style.color','#000000','DIV');
MM_changeProp('section5?left','','style.color','#A84809','DIV');
MM_changeProp('section6?left','','style.color','#A84809','DIV');
MM_changeProp('section7?left','','style.color','#A84809','DIV');
MM_changeProp('section8?left','','style.color','#A84809','DIV');
MM_changeProp('section9?left','','style.color','#A84809','DIV');
MM_changeProp('section10?left','','style.color','#A84809','DIV');
MM_changeProp('section11?left','','style.color','#A84809','DIV');
MM_changeProp('section12?left','','style.color','#A84809','DIV');
MM_changeProp('section13?left','','style.color','#A84809','DIV');
MM_changeProp('section14?left','','style.color','#A84809','DIV');
MM_changeProp('section15?left','','style.color','#A84809','DIV');
MM_changeProp('section16?left','','style.color','#000000','DIV');
MM_changeProp('section17?left','','style.color','#A84809','DIV');
MM_changeProp('section18?left','','style.color','#A84809','DIV');
MM_changeProp('section19?left','','style.color','#A84809','DIV');
MM_changeProp('section20?left','','style.color','#A84809','DIV');
MM_changeProp('section21?left','','style.color','#000000','DIV');
MM_changeProp('section22?left','','style.color','#A84809','DIV');
MM_changeProp('section23?left','','style.color','#A84809','DIV');
MM_changeProp('section24?left','','style.color','#A84809','DIV');
MM_changeProp('section25?left','','style.color','#000000','DIV');
MM_changeProp('section26?left','','style.color','#A84809','DIV');
}

function changetop(whichone){
top.topnav.document.getElementById('top1').style.backgroundImage = 'url(../media/images/bg_gradient.gif)';
top.topnav.document.getElementById('top2').style.backgroundImage = 'url(../media/images/bg_gradient.gif)';
top.topnav.document.getElementById('top3').style.backgroundImage = 'url(../media/images/bg_gradient.gif)';
top.topnav.document.getElementById('top4').style.backgroundImage = 'url(../media/images/bg_gradient.gif)';
top.topnav.document.getElementById('top5').style.backgroundImage = 'url(../media/images/bg_gradient.gif)';
top.topnav.document.getElementById(whichone).style.backgroundImage = 'url(../media/nso_top_hot.gif)';
}
// End -->