function show(no){var Obj=document.getElementById('menusub' + no);if(!Obj){window.location='product.asp?classid='+no;return false}if(Obj.style.display=='none'){Obj.style.display='';}else{Obj.style.display='none';}};