// JavaScript Document
<!-- begin script 
function goto_URL(object) {
        value = object.options[object.selectedIndex].value;
        if (value=='') return;
        window.parent.location.href = value;
}
//-->

