function open_sort( arg )
{
  location.href = '/front/php/category.php?cate_no=' + arg + '&sort_method='+frm.sort_method.selectedIndex ;
}

