<!-- Begin

function blockError(){return true;}
window.onerror = blockError;


function goto(form) { var index=form.select.selectedIndex
if (form.select.options[index].value != "0") {
location=form.select.options[index].value;}}

// -->
