
function formHandler()
{
var catnum = document.selform.catnum.options[document.selform.catnum.selectedIndex].value;
window.location.href = "/promotional-items.php?catnum=" + catnum;
}

