function formHandlerCat(cat){
var URL = document.cat.category.options[document.cat.category.selectedIndex].value;
window.location.href = URL;
}

function formHandlerSubCat(subcat){
var URL = document.subcat.subcategory.options[document.subcat.subcategory.selectedIndex].value;
window.location.href = URL;
}