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