function JumpBox(){
var SubjectURL = document.forms[0].site2.options[document.forms[0].site2.selectedIndex].value;
window.location.href = SubjectURL;
}
// jumpbox2 not being used (to the best of my knowledge (9/26/03))
function JumpBox2(){
var GraphTypeURL = document.forms[0].site2.options[document.forms[0].site2.selectedIndex].value;
window.location.href = GraphTypeURL;
}
