
<!--
function MM_jumpMenu(selObj,restore){
newLocation="/travel/fx/public?cabin=2C&to="+selObj.options[selObj.selectedIndex].value;
window.location = newLocation;
if (restore) selObj.selectedIndex=0;
}
function SelectedOption(DestValue,LabelTitle) {
document.writeln ('<option value="' + DestValue + '" selected>' + LabelTitle + '</option>');
}
function GenericOption(DestValue,LabelTitle) {
document.writeln ('<option value="' + DestValue + '">' + LabelTitle + '</option>');
}
function DisplayDiv(divIdON,divIdOFF) {
var IDrefON = document.getElementById(divIdON);
var IDrefOFF = document.getElementById(divIdOFF);
IDrefON.style.display = "Block";
IDrefOFF.style.display = "None";
}
//-->