function link(args){
var url="";

switch(args){
//----------±âº»----------//
case "home":url="/index.php";break;

//----------±âº»¸Þ´º----------//
case "1-1":url="/sb/sb1_1.htm";break;
case "1-2":url="/sb/sb1_2.htm";break;
case "1-3":url="/sb/sb1_3.htm";break;


case "2-1":url="/sb/sb3.htm";break;



case "3-1":url="/sb/sb2_1.htm";break;
case "3-2":url="/sb/sb2_2.htm";break;
case "3-3":url="/sb/sb2_3.htm";break;

case "4-1":url="/sb/sb4.htm";break;

case "5-1":url="/sb/sb5.htm";break;
case "5-2":url="/sb/sb5_1.htm";break;
case "5-3":url="/sb/sb5_2.htm";break;
case "5-4":url="/sb/sb5_3.htm";break;


case "6-1":url="/sb/sb6.htm";break;

case "7-1":url="/zeroboard/zboard.php?id=gallery";break;
case "7-2":url="/zeroboard/zboard.php?id=notice";break;
case "7-3":url="/zeroboard/zboard.php?id=free_board";break;




//----------¹Ù·Î°¡±â¹è³Ê----------//



}

top.document.location.href=url


}





