function searchProduct(linkURL,categoryID)
{
	//we should transfer the id value by select
	var date = new Date();	
	self.location=linkURL + "?ProductMultiCategoryPicker210_action=Searchcategory&ProductPicker_action=Searchcategory" + "&CategoryID=" + categoryID ;		
}

