
function formHandler(catalog){
var URL = document.catalogdd.catSelect.options[document.catalogdd.catSelect.selectedIndex].value;
window.location.href = URL;
}
