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 =15;  
  else if(type=='ACT50_1L')
     id =16;   
  else if(type=='ACT100_1L')
     id =17;    
  else if(type=='ACT100_2L')
     id =17;                 
  else if(type=='ACT1000_1L')
     id =18; 
  else if(type=='ACT1000_2L')
     id =18;               
  else if(type=='ACT20_2L')
     id =15;              
  else if(type=='ACT50_2L')
     id =16; 
  else if(type=='UDUN')
     id =10;      
  else if(type=='UKEY')
     id =11;  
  else if(type=='ACT1_1L')
     id =19;     
  else if(type=='ACT1_2L')
     id =19; 
  if(from){
  	window.location=url+"/myaccount/shoppingCart.do?action=add&sid="+id+"&from="+from+"&langOption=EN";
  } else {
  	window.location=url+"/myaccount/shoppingCart.do?action=add&sid="+id+"&langOption=EN";
  }*/
  window.location="http://assistant.youshang.com/en/myaccount/index.do";
}
