function formHandlera(forma){
var URL = document.forma.quick.options[document.forma.quick.selectedIndex].value;
window.location.href = URL;
}
function formHandlerb(formb){
var URL = document.formb.industry.options[document.formb.industry.selectedIndex].value;
window.location.href = URL;
}
function formHandlerc(formc){
var URL = document.formc.device.options[document.formc.device.selectedIndex].value;
window.location.href = URL;
}

function formHandlerd(formd){
var URL = document.formd.product.options[document.formd.product.selectedIndex].value;
window.location.href = URL;
}

function formHandlere(forme){
var URL = document.forme.attach.options[document.forme.attach.selectedIndex].value;
window.location.href = URL;
}

function formHandlerf(formf){
var URL = document.formf.interface.options[document.formf.interface.selectedIndex].value;
window.location.href = URL;
}

function formHandlerg(formg){
var URL = document.formg.board.options[document.formg.board.selectedIndex].value;
window.location.href = URL;
}

