function GoMenu(k)	{
    //1Â÷¸Þ´º¸µÅ© ¹× ¸ÞÀÎ¸µÅ©
    if(k=='m1')     {location.href = "/01_fatness/fatness01.asp";}
    else if(k=='m2'){location.href = "/02_care/care01.asp";}
    else if(k=='m3'){location.href = "/03_check/check01.asp";}
    else if(k=='m4'){location.href = "/04_help/help04_list.asp";}
    else if(k=='m5'){location.href = "/05_event/event00.asp";}


    else if(k=='s0'){alert('¼­ºñ½º ¿ÀÇÂ ÁØºñÁß ÀÔ´Ï´Ù.');}  //º´¿øÅ½¹æ
    else if(k=='s1'){location.href = "#";}  //¸ÞÀÎÀÌ½´


    //2Â÷¸Þ´º¸µ
    else if(k=='m01_01'){location.href = "/01_fatness/fatness01.asp";}
    else if(k=='m01_02'){location.href = "/01_fatness/fatness02.asp";}
    else if(k=='m01_03'){location.href = "/01_fatness/fatness03.asp";}
    else if(k=='m01_04'){location.href = "/01_fatness/fatness04_01.asp";}
    else if(k=='m01_05'){location.href = "/01_fatness/fatness05.asp";}
    else if(k=='m01_06'){location.href = "/01_fatness/fatness06_01.asp";}
    else if(k=='m01_07'){location.href = "/01_fatness/fatness07_list.asp";}

    else if(k=='m02_01'){location.href = "/02_care/care01.asp";}
    else if(k=='m02_02'){location.href = "/02_care/care02.asp";}
    else if(k=='m02_03'){location.href = "/02_care/care03.asp";}
    else if(k=='m02_04'){location.href = "/02_care/care04.asp";}
    else if(k=='m02_05'){location.href = "/02_care/care05_01.asp";}
    else if(k=='m02_06'){location.href = "/02_care/care06_list.asp";}

    else if(k=='m03_01'){location.href = "/03_check/check01.asp";}
    else if(k=='m03_02'){location.href = "/03_check/check01.asp";}
    else if(k=='m03_03'){location.href = "/03_check/check02.asp";}
    else if(k=='m03_04'){location.href = "/03_check/check04_01.asp";}
    else if(k=='m03_05'){location.href = "/03_check/check04_04.asp";}

    else if(k=='m04_01'){location.href = "/04_help/help01_list.asp";}
    else if(k=='m04_02'){location.href = "/04_help/help02.asp";}
    else if(k=='m04_03'){alert('¼­ºñ½º ¿ÀÇÂ ÁØºñÁß ÀÔ´Ï´Ù.');}
    else if(k=='m04_04'){location.href = "/04_help/help04_list.asp";}
    else if(k=='m04_05'){location.href = "/04_help/help05_list.asp";}

    else if(k=='m05_02'){location.href = "/05_event/event00.asp";}
    else if(k=='m05_03'){location.href = "/05_event/event02.asp";}

    else if(k=='m06_01'){location.href = "/06_member/login.asp";}
    else if(k=='m06_02'){location.href = "/06_member/member01.asp";}
    else if(k=='m06_03'){location.href = "/06_member/id_search.asp";}
    else if(k=='m06_04'){location.href = "/06_member/password.asp";}
    else if(k=='m06_05'){location.href = "/06_member/member03.asp";}
    else if(k=='m06_06'){location.href = "/06_member/member05.asp";}

    else if(k=='m07_01'){location.href = "/07_site/site01_list.asp";}
    else if(k=='m07_02'){location.href = "/07_site/site02_list.asp";}
    else if(k=='m07_03'){location.href = "/07_site/site03.asp";}
}



function ShowFlash(url, width, height){
        document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + width + '" height="' + height + '" VIEWASTEXT>');
        document.write('<param name="movie" value="' + url + '">');
        document.write('<param name="quality" value="high">');
        document.write('<param name="wmode" value="transparent">');
        document.write('<embed src="' + url + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '"></embed>');
        document.write('</object>');
}
