function formHandler(form){
var URL = document.form.manual.options[document.form.manual.selectedIndex].value;
window.open(URL,"manualWindow");
}
