<!-- Original: Alex Tu  boudha1@hotmail.com  http://www.geocities.com/MadisonAvenue/4368 -->

<!-- Begin
function formHandler(){
var URL = document.form.state.options[document.form.state.selectedIndex].value;
window.location.href = URL;
// End -->
}