function gotoCatalog(select)
{

  self.location = '/catalog/index/id/' + select.options[select.selectedIndex].value;

}
