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

