function goto_URL(object) {
window.location.href = object.options[object.selectedIndex].value; 
}

function MM_openBrWindow(theURL,winName,features) { 
window.open(theURL,winName,features);
}