// JavaScript Document
	function catchange(a,b)
	{
		document.frm.companyid.value = b ;
		document.frm.categoryid.value = a;
		document.frm.action = "productlist.php" ;
		document.frm.submit();
	}

