function goShopping(url,type,from){
  /*var id = 0;
  if(type=='ACC3U1L')
     id =1;
  else if(type=='ACC3U2L')
     id =1; 
  else if(type=='ACC1U1L')
     id =1;
  else if(type=='ACC1U2L')
     id =1;
  else if(type=='SCM3U1L')
     id =2;
  else if(type=='SCM3U2L')
     id =2;  
  else if(type=='SCM1U1L')
     id =2;  
  else if(type=='SCM1U2L')
     id =2; 
  else if(type=='ACCSCM3U1L')
     id =5; 
  else if(type=='ACCSCM3U2L')
     id =5;      
  else if(type=='ACCSCM1U1L')
     id =5;  
  else if(type=='ACCSCM1U2L')
     id =5;        
  else if(type=='ACT20_1L')
     id =9;  
  else if(type=='ACT50_1L')
     id =9;   
  else if(type=='ACT100_1L')
     id =9;    
  else if(type=='ACT100_2L')
     id =9;                 
  else if(type=='ACT1000_1L')
     id =9; 
  else if(type=='ACT1000_2L')
     id =9;               
  else if(type=='ACT20_2L')
     id =9;              
  else if(type=='ACT50_2L')
     id =9; 
  else if(type=='UDUN')
     id =10;      
  else if(type=='UKEY')
     id =11;  
  else if(type=='ACT1_1L')
     id =9;     
  else if(type=='ACT1_2L')
     id =9; 
  else if(type=='DEALER')
     id =26;
  else if(type=='CRM')
     id =21;
  if(from){
  	window.location=url+"/myaccount/shoppingCart.do?action=add&sid="+id+"&from="+from;
  } else {
  	window.location=url+"/myaccount/shoppingCart.do?action=add&sid="+id;
  }*/
  window.location="http://assistant.youshang.com/myaccount/index.do";
}
