function opengoods(id) {
				
				
if(id!=""){
window.open("/click/s.php?bid="+id);
}
			
}
