
//stop hide -->

function JumpTo(theObj)
{
        (navigator.appName.indexOf("Netscape") != -1) ? ns=true : ns=false;
        (ns) ? theLoc=(theObj.options[theObj.selectedIndex].value) : theLoc = theObj.value;
        if (theLoc != "") window.location=theLoc;
}
//stop hide -->