  //------top/bottom--------------

function menu0_00(){
location = "/index.php";  // home
}
function menu0_01(){
location = "/index.php?sub=sub00_m01_c01"; // °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§
}
function menu0_02(){
location = "/index.php?sub=sub00_m02_c01"; // È¸¿ø¾à°ü
}
function menu0_03(){
location = "/index.php?sub=sub00_m03_c01"; // È¸¿ø°¡ÀÔ
}
function menu0_04(){
location = "/index.php?sub=sub00_m03_c01-2"; // Á¤º¸¼öÁ¤
}
function menu0_05(){
location = "/index.php?sub=sub00_m05_c01";  // ¾ÆÀÌµðÃ£±â
}
function menu0_06(){
location = "/index.php?sub=sub00_m06_c01";  // ÆÐ½º¿öµåÃ£±â
}
function menu0_07(){
location = "/index.php?sub=sub00_m07_c01";  // È¸¿øÅ»Åð
}
//----µ¿ÁöÈ¸¼Ò°³-------------

function menu1_01(){
location = "/index.php?sub=sub01_m01_c01";  // È¸ÀåÀÎ»ç¸»
}
function menu1_02(){
location = "/index.php?sub=sub01_m02_c01";  // ¿ª´ëÈ¸Àå¼Ò°³
}
function menu1_03(){
location = "/index.php?sub=sub01_m03_c01";  // ¿¬Çõ
}
function menu1_04(){
location = "/index.php?sub=sub01_m04_c01";  // Á¶Á÷µµ
}
function menu1_05(){
location = "/index.php?sub=sub01_m05_c01";  // ÁÖ¿ä»ç¾÷
}
function menu1_06(){
location = "/index.php?sub=sub01_m06_c01";  // Ã£¾Æ¿À½Ã´Â ±æ
}



//------Æ¯Àü»ç ¼Ò°³-------------

function menu2_01(){
location = "/index.php?sub=sub02_m01_c01";  // ¿ª»ç
}
function menu2_02(){
location = "/index.php?sub=sub02_m02_c01";  // Áö¿ø¾È³»
}
function menu2_03(){
location = "/index.php?sub=sub02_m03_c01";  // È­º¸
}


//------Àç³­±¸Á¶ÇùÈ¸--------------

function menu3_01(){
location = "/index.php?sub=sub03_m01_c01";  // ¼³¸³ÃëÁö
}
function menu3_02(){
location = "/index.php?sub=sub03_m02_c01";  // ÁßÁ¡»ç¾÷¾È³»
}
function menu3_03(){
location = "/index.php?sub=sub03_m03_c01";  // »ç¾÷º°¼¼ºÎ°èÈ¹
}
function menu3_04(){
location = "/index.php?sub=sub03_m04_c01";  // È°µ¿ÇöÈ²
}

//-----¿ï»êÁöÈ¸--------------

function menu4_01(){
location = "/index.php?sub=sub04_m01_c01";  // ³²±¸ÁöÈ¸
}
function menu4_02(){
location = "/index.php?sub=sub04_m02_c01";  // ³²¿ïÁÖÁöÈ¸
}
function menu4_03(){
location = "/index.php?sub=sub04_m03_c01";  // ³²¿ïÁÖÁöÈ¸
}
function menu4_04(){
location = "/index.php?sub=sub04_m04_c01";  // ³²¿ïÁÖÁöÈ¸
}




//------È¸¿øÄ¿¹Â´ÏÆ¼--------------

function menu5_01(){
location = "/index.php?sub=sub05_m01_c01";  // È¸¿ø°øÁö»çÇ×
}
function menu5_02(){
location = "/index.php?sub=sub05_m02_c01";  // »çÁø°¶·¯¸®
}
function menu5_03(){
location = "/index.php?sub=sub05_m03_c01";  // µ¿¿µ»óÈ«º¸
}
function menu5_04(){
location = "/index.php?sub=sub05_m04_c01";  // È¸¿øÅä·Ð¹æ
}
function menu5_05(){
location = "/index.php?sub=sub05_m05_c01";  // È¸¿øÃ£±â
}

//------¾Ë¸²¹æ--------------

function menu6_01(){
location = "/board/list.html?code=notice";  // °øÁö»çÇ×
}
function menu6_02(){
location = "/board/list.html?code=faq";  // ÀÚ·á½Ç
}
function menu6_03(){
location = "/board/list.html?code=gallery";  // ÀÚÀ¯°Ô½ÃÆÇ
}
function menu6_04(){
location = "/board/list.html?code=free";  // ÀÚÀ¯°Ô½ÃÆÇ
}



//------ÆË¾÷--------------
function menu7_01(){
window_open('','01', 785, 704, 0);  // 
}



//-----------    »õÃ¢ ¶ç¿ì±â ÇÔ¼ö --------------------------------------
function window_open_noscrollbar(url,name , width, height)
{
 var toolbar =0;
 var menubar =0;
 var statusbar =0;
 var scrollbar =0;
 var resizable =0;
 var left_x = (screen.width-width)/2;
 var top_y = (screen.height-height)/3;
 window_open2(url,name , width, height, left_x, top_y, toolbar, menubar, statusbar, scrollbar, resizable);
}
function window_open(url,name , width, height, scrollbar)
{
 var toolbar =0;
 var menubar =0;
 var statusbar =0;
// var scrollbar =1;
 var resizable =0;
 var left_x = (screen.width-width)/2;
 var top_y = (screen.height-height)/3;
 window_open2(url,name , width, height, left_x, top_y, toolbar, menubar, statusbar, scrollbar, resizable);
}
function window_open2(url,name , width, height, left, top, toolbar, menubar, statusbar, scrollbar, resizable)
{
  toolbar_str = toolbar ? 'yes' : 'no';
  menubar_str = menubar ? 'yes' : 'no';
  statusbar_str = statusbar ? 'yes' : 'no';
  scrollbar_str = scrollbar ? 'no' : 'yes';
  resizable_str = resizable ? 'yes' : 'no';
  w_result = window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',,resizable='+resizable_str);
 return w_result;
}
