<!--
function blockError(){return true;}
window.onerror = blockError;
// -->
<!--
function jumpTo(form_num)  {
        var loc = document.menu.elements[form_num].options[document.menu.elements[form_num].selectedIndex].value;
        if (loc != "") {
                document.location= loc;
        }
}
// -->
<!--
function jumpTo1(form_num)  {
        var loc = document.menu1.elements[form_num].options[document.menu1.elements[form_num].selectedIndex].value;
        if (loc != "") {
                document.location= loc;
        }
}
// -->
<!--
function jumpTo2(form_num)  {
        var loc = document.menu2.elements[form_num].options[document.menu2.elements[form_num].selectedIndex].value;
        if (loc != "") {
                document.location= loc;
        }
}
// -->
<!--
function jumpTo3(form_num)  {
        var loc = document.menu3.elements[form_num].options[document.menu3.elements[form_num].selectedIndex].value;
        if (loc != "") {
                document.location= loc;
        }
}
// -->
<!--
function jumpTo4(form_num)  {
        var loc = document.menu4.elements[form_num].options[document.menu4.elements[form_num].selectedIndex].value;
        if (loc != "") {
                document.location= loc;
        }
}
// -->
<!--
function jumpTo5(form_num)  {
        var loc = document.menu5.elements[form_num].options[document.menu5.elements[form_num].selectedIndex].value;
        if (loc != "") {
                document.location= loc;
        }
}
// -->
<!--
function jumpTo6(form_num)  {
        var loc = document.menu6.elements[form_num].options[document.menu6.elements[form_num].selectedIndex].value;
        if (loc != "") {
                document.location= loc;
        }
}
// -->