function checkStatusCategory(actionType, keyword_val, extra_para)
{
	location_url='index.php?file=c-product_list';
	frmObj = document.frmProduct;
		
	if(typeof(extra_para)!="undefined")
	{
		location_url +=	extra_para;
		//alert(location_url);
	}
	window.location = site_url +  location_url;
}
