function goHref(depth1,depth2){
  if(depth1=="1"){
    if(depth2=="0") location.href="board/list.php?code=01";  
    else if(depth2=="1") location.href="board/list.php?code=01";
    else if(depth2=="2") location.href="board/list.php?code=02";
    else if(depth2=="3") location.href="board/list.php?code=03";
    else if(depth2=="4") location.href="board/list.php?code=06";
     
    
  }else if(depth1=="2"){
    if(depth2=="0") location.href="html/sub2_main.htm";
      else if(depth2=="1") location.href="html/sub2_s1s1.htm";
      else if(depth2=="2") location.href="html/sub2_s2s1.htm"; 
      else if(depth2=="3") location.href="../html/sub2_s3s1.htm";
   
  }else if(depth1=="3"){
    if(depth2=="0") location.href="html/sub3_main.htm";
      else if(depth2=="1") location.href="html/sub3_main.htm";
      else if(depth2=="2") location.href="html/sub3_s2s1.htm"; 
      else if(depth2=="3") location.href="../html/sub3_s4s1.htm";
      else if(depth2=="4") location.href="../html/sub3_s3s1.htm";
   
  }else if(depth1=="4"){
    if(depth2=="0") location.href="html/sub41.htm";  
      else if(depth2=="1") location.href="html/sub41.htm";   

  }else if(depth1=="5"){
    if(depth2=="0") location.href="html/sub84.php"; 
      else if(depth2=="1") location.href="html/sub84.php";      

  }
}

