function expandTree(linkURL,CategoryID)
{
	
	var date = new Date();	
	//CategoryID传递给分类商品展示组件
	self.location=linkURL + "?ProductMultiCategoryPicker210_action=Searchcategory&ProductPicker_action=Searchcategory&CategoryID=" +CategoryID + "&time=" + date.getTime();	
}
