<!--

function JumpTO(selection,QuickLink) {
var tempIndex, selectedURL;
tempIndex = selection.selectedIndex;
selectedURL = QuickLink + selection.options[tempIndex].value;
window.top.location.href = selectedURL;
}

//-->

