function gotoClassify(select)
{

  self.location = '/shoppingcart/shopping/classify_id/' + select.options[select.selectedIndex].value;

}
