<!--
function mOver(item) {
document.images[item].src = "images/buttons/" + item + "_on.gif"
}
function mOut(item) {
document.images[item].src = "images/buttons/" + item + "_off.gif"
}

function gotoLink(form) {
var OptionIndex=form.ListBoxURL.selectedIndex;
parent.location = form.ListBoxURL.options[OptionIndex].value;}

// -->
