function gourl(a,b)
{
  switch(a)
  {
    case 1:
      location.href = "/pstyle/cartoont/cartoont_list.asp";
      break;
    case 2:
      location.href = "/pstyle/egg/egg_list.asp";
      break;
    case 3:
      if(eval(b)>0)
      {
       location.href = "/pstyle/culture/culture_list.asp?category_seq=" + b;
      }
      break;
    default:
      location.href = "/pstyle/index.asp";
  }
}

function searchGo(str)
{
  location.href="/util/search/search.asp?word="+str;
}