
function onmenuchange(count) 
 {
 window.location.href="products.asp?catid=" + count
 }
