<!--
    function changePage (cbo) {
    var jumpto = cbo.options[cbo.selectedIndex].value;
    if (jumpto != "") {
        parent.location.href = jumpto
    }
    return true;
    }
    //-->