﻿/*********************************************************************************************
* menu code
**********************************************************************************************/
/**
* Object Menu
* section_name :: 섹션명
* req_file  :: 파일명
* depth2 :: 2뎁스 코드 
* depth3 :: 3뎁스 코드 
**/
function Menu( s_name , depth_2 , depth_3, req_file ){
    this.s_name = s_name;
    this.req_file = req_file;
    this.depth2 = depth_2; 
    this.depth3 = depth_3;  
    this.enableFontResize = '0';
}


function Menu( s_name , depth_2 , depth_3, req_file , enableFontResize ){
    this.s_name = s_name;
    this.req_file = req_file;
    this.depth2 = depth_2; 
    this.depth3 = depth_3;  
    this.enableFontResize = enableFontResize;
}

function Folder( path  ){

    this.subFolderIdx = 0;
    this.subMenuIdx = 0;
    
    this.path = path;
    this.subFolders = new Array();
    this.subMenus = new Array();
    
    this.addFolder = addFolder;
    this.addMenu = addMenu;
    this.sizeSubFolder = sizeSubFolder;
    this.sizeSubMenu = sizeSubMenu;
}

function addFolder(subFolder){
    this.subFolders[this.subFolderIdx] = subFolder;
    this.subFolderIdx += 1;    
}
function sizeSubFolder(){
    return this.subFolderIdx;
}
function addMenu(subMenu){
    this.subMenus[this.subMenuIdx] = subMenu;
    this.subMenuIdx += 1 ;    
}
function sizeSubMenu(){
    return this.subMenuIdx;
}


var menu_folder = new Array();

menu_folder[0] = new Folder("#", true );



// 01 선택 CUK code ////////////////////////////////////////
upperObj = new Folder( "/public/html/choice/", true );
menu_folder[1] = upperObj ;

    // 서브메인
    upperObj.addMenu( new Menu('choice' , '00' , '00' , 'choice_main.html','0') );

    // 선택 CUK
   //upperObj.addMenu( new Menu('choice' , '01' , '00' , 'choice00.html','0') );
   //upperObj.addMenu( new Menu('choice' , '01' , '00' , 'choice01.html','0') );
   //upperObj.addMenu( new Menu('choice' , '01' , '00' , 'choice02.html','0') );
   //upperObj.addMenu( new Menu('choice' , '01' , '00' , 'choice03.html','0') );

    // 선택 CUK
    upperObj.addMenu( new Menu('choice' , '01' , '00' , 'pride.html','1') );

    // 통계현황
    upperObj.addMenu( new Menu('choice' , '02' , '00' , 'statistics01.html','1') );
    upperObj.addMenu( new Menu('choice' , '02' , '00' , 'statistics02.html','1') );
    upperObj.addMenu( new Menu('choice' , '02' , '00' , 'statistics03.html','1') );
    upperObj.addMenu( new Menu('choice' , '02' , '00' , 'statistics04.html','1') );

    // 온라인 홍보실
    //upperObj.addMenu( new Menu('choice' , '03' , '01' , 'broadcast_list.aspx','0') );
    //upperObj.addMenu( new Menu('choice' , '03' , '01' , 'broadcast_result.html','0') );
    //upperObj.addMenu( new Menu('choice' , '03' , '01' , 'broadcast_noresult.html','0') );
    //upperObj.addMenu( new Menu('choice' , '03' , '01' , 'broadcast_view.html','0') );
    upperObj.addMenu( new Menu('choice' , '03' , '01' , 'movie_list.aspx','0') );
		subObj = new Folder("ad/", false );    
		upperObj.addFolder( subObj );
			subObj.addMenu( new Menu('choice' , '03' , '02' , 'ad2010.html','0') );
			subObj.addMenu( new Menu('choice' , '03' , '02' , 'ad2009.html','0') );
			subObj.addMenu( new Menu('choice' , '03' , '02' , 'ad2008.html','0') );
			subObj.addMenu( new Menu('choice' , '03' , '02' , 'ad2007.html','0') );
			subObj.addMenu( new Menu('choice' , '03' , '02' , 'ad2006.html','0') );
			subObj.addMenu( new Menu('choice' , '03' , '02' , 'ad2005.html','0') );
			subObj.addMenu( new Menu('choice' , '03' , '02' , 'ad2004.html','0') );
			subObj.addMenu( new Menu('choice' , '03' , '02' , 'ad2003.html','0') );
			subObj.addMenu( new Menu('choice' , '03' , '02' , 'ad2002.html','0') );
			subObj.addMenu( new Menu('choice' , '03' , '02' , 'ad2001.html','0') );
	/*--100707_수정:START--*/	
    // CUK UI
    //upperObj.addMenu( new Menu('choice' , '04' , '00' , 'ui.html','0') );

    // 교육연구시설안내
    upperObj.addMenu( new Menu('choice' , '04' , '00' , 'build01.html','1') );
	upperObj.addMenu( new Menu('choice' , '04' , '00' , 'build02.html','1') );
	upperObj.addMenu( new Menu('choice' , '04' , '00' , 'build03.html','1') );
	upperObj.addMenu( new Menu('choice' , '04' , '00' , 'build04.html','1') );
	upperObj.addMenu( new Menu('choice' , '04' , '00' , 'build05.html','1') );

    // 함께해요 CUK
    upperObj.addMenu( new Menu('choice' , '05' , '01' , 'banner.html','0') );
    upperObj.addMenu( new Menu('choice' , '05' , '02' , 'introduce_campain.html','0') );
	upperObj.addMenu( new Menu('choice' , '05' , '03' , 'calendar.html','0') );
	upperObj.addMenu( new Menu('choice' , '05' , '04' , 'vision_event.html','0') );
	upperObj.addMenu( new Menu('choice' , '05' , '05' , 'event_con.aspx','0') );
	/*--100707_수정:END--*/

// 02 대학소개 code ///////////////////////////////////////////
upperObj = new Folder( "/public/html/intro/" , true );
menu_folder[2] = upperObj;
    
    // 서브메인
    upperObj.addMenu( new Menu('intro' , '00' , '00' , 'intro_main.aspx','0') );

    //재단소개
    subObj = new Folder("director/", false );    
    //upperObj.addFolder( subObj );        
        //subObj.addMenu( new Menu('intro' , '01' , '01' , 'foundation.html','1') );
        //subObj.addMenu( new Menu('intro' , '01' , '02' , 'greetings.html','1') );
        //subObj.addMenu( new Menu('intro' , '01' , '02' , 'director.html','1') );        
		//subObj.addMenu( new Menu('intro' , '01' , '03' , 'director_detail_lhr.html','1') );
		//subObj.addMenu( new Menu('intro' , '01' , '02' , 'director_detail_khj.html','1') );
        //subObj.addMenu( new Menu('intro' , '01' , '02' , 'director_detail_bys.html','1') );
        //subObj.addMenu( new Menu('intro' , '01' , '02' , 'director_detail_lsb.html','1') );
        //subObj.addMenu( new Menu('intro' , '01' , '02' , 'director_detail_kjs.html','1') );
        //subObj.addMenu( new Menu('intro' , '01' , '02' , 'director_detail_kjb.html','1') );        
        //subObj.addMenu( new Menu('intro' , '01' , '02' , 'director_detail_kjh.html','1') );
        //subObj.addMenu( new Menu('intro' , '01' , '02' , 'director_detail_ukt.html','1') );
        //subObj.addMenu( new Menu('intro' , '01' , '03' , 'director_detail_shp.html','1') );
        //subObj.addMenu( new Menu('intro' , '01' , '02' , 'director_detail_kis.html','1') );
		
    //디지털 총장실
    upperObj.addMenu( new Menu('intro' , '01' , '01' , 'president.html','1') );
    upperObj.addMenu( new Menu('intro' , '01' , '02' , 'president_greetings.html','1') );
    upperObj.addMenu( new Menu('intro' , '01' , '03' , 'president_schetch.html','1') );
    upperObj.addMenu( new Menu('intro' , '01' , '04' , 'movements_list.html','0') );
    upperObj.addMenu( new Menu('intro' , '01' , '04' , 'movements_result.html','0') );
    upperObj.addMenu( new Menu('intro' , '01' , '04' , 'movements_noresult.html','0') );
    upperObj.addMenu( new Menu('intro' , '01' , '04' , 'movements_view.html','0') );
    upperObj.addMenu( new Menu('intro' , '01' , '05' , 'column_view.html','0') );
    upperObj.addMenu( new Menu('intro' , '01' , '05' , 'column_list.html','0') );

    //교육이념
    upperObj.addMenu( new Menu('intro' , '02' , '00' , 'objective.html','1') );

    //비전2010
    upperObj.addMenu( new Menu('intro' , '03' , '00' , 'vision.html','1') );

    // 학교연혁
    subObj = new Folder("history/", false );    
    upperObj.addFolder( subObj );
		subObj.addMenu( new Menu('intro' , '04' , '00' , 'history2010.html','1') );
		subObj.addMenu( new Menu('intro' , '04' , '00' , 'history2009.html','1') );
        subObj.addMenu( new Menu('intro' , '04' , '00' , 'history2008.html','1') );
        subObj.addMenu( new Menu('intro' , '04' , '00' , 'history2007.html','1') );
        subObj.addMenu( new Menu('intro' , '04' , '00' , 'history2006.html','1') );
        subObj.addMenu( new Menu('intro' , '04' , '00' , 'history2005.html','1') );
        subObj.addMenu( new Menu('intro' , '04' , '00' , 'history2004.html','1') );
        subObj.addMenu( new Menu('intro' , '04' , '00' , 'history2003.html','1') );
        subObj.addMenu( new Menu('intro' , '04' , '00' , 'history2002.html','1') );
        subObj.addMenu( new Menu('intro' , '04' , '00' , 'history2001.html','1') );
        subObj.addMenu( new Menu('intro' , '04' , '00' , 'history2000.html','1') );


    //협력기관
    subObj = new Folder("coop/cuniversity/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('intro' , '05' , '01' , 'korea_learning.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '01' , 'korea_online.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '01' , 'korea_helth.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '01' , 'korea_museum.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '01' , 'korea_language.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '01' , 'tennessee.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '01' , 'pudan.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '01' , 'newcastle.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '01' , 'hanoi.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '01' , 'pocheon.html','1') );
		subObj.addMenu( new Menu('intro' , '05' , '01' , 'geogia.html','1') );
		subObj.addMenu( new Menu('intro' , '05' , '01' , 'rci.html','1') );

    subObj = new Folder("coop/cindustry/", false );
    upperObj.addFolder( subObj );
        //subObj.addMenu( new Menu('intro' , '05' , '02' , 'samsungsds.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '02' , 'samil.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '02' , 'posco.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '02' , 'microsoft.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '02' , 'kbs.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '02' , 'ybm.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '02' , 'koreatourism.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '02' , 'donga.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '02' , 'seoulmetro.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '02' , 'kormedi.html','1') );
    
    subObj = new Folder("coop/cpublic/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'ministry.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'seoul_campaign.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'seoul_manyculture.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'busan.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'kwangju_campaign.html','1') );
		subObj.addMenu( new Menu('intro' , '05' , '03' , 'kwangju_manyculture.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'kangwon.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'chungbuk.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'chungnam.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'jeonnam.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'kyeongbuk.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'jeju.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'army.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'nationaltheater.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'seoulhistory.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'national.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'wando.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'kwangmyung.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'scout.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'gyeonggi.html','1') );
        subObj.addMenu( new Menu('intro' , '05' , '03' , 'keris.html','1') );
		subObj.addMenu( new Menu('intro' , '05' , '03' , 'invil.html','1') );
		subObj.addMenu( new Menu('intro' , '05' , '03' , 'jeonbuk.html','1') );
		subObj.addMenu( new Menu('intro' , '05' , '03' , 'dosan.html', '1'));
		subObj.addMenu( new Menu('intro' , '05' , '03' , 'incheon.html', '1'));
		subObj.addMenu( new Menu('intro' , '05' , '03' , 'daejeon.html', '1'));
		subObj.addMenu( new Menu('intro' , '05' , '03' , 'airforce.html', '1'));
		subObj.addMenu( new Menu('intro' , '05' , '03' , 'cissp.html', '1'));


    //대학조직
    upperObj.addMenu( new Menu('intro' , '06' , '00' , 'organization.html','0') );

    //산하기관
    upperObj.addMenu( new Menu('intro' , '07' , '01' , 'graduation_center.html','1') );
    upperObj.addMenu( new Menu('intro' , '07' , '02' , 'professor_center.html','1') );
    upperObj.addMenu( new Menu('intro' , '07' , '03' , 'manyculture.html','1') );
    upperObj.addMenu( new Menu('intro' , '07' , '04' , 'elearning.html','1') );
	upperObj.addMenu( new Menu('intro' , '07' , '05' , 'infotech.html','1') );
	upperObj.addMenu( new Menu('intro' , '07' , '06' , 'infocare.html','1') );
	upperObj.addMenu( new Menu('intro' , '07' , '07' , 'koreaculture.html','1') );
    
	//대학공시
    //upperObj.addMenu( new Menu('intro' , '08' , '00' , 'public_notice.html','0') );
    //upperObj.addMenu( new Menu('intro' , '08' , '00' , 'public_notice_result.html','0') );
    //upperObj.addMenu( new Menu('intro' , '08' , '00' , 'public_notice_noresult.html','0') );
    //upperObj.addMenu( new Menu('intro' , '08' , '00' , 'public_notice_view.html','0') );


    //교원임용
    subObj = new Folder("appoint/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('intro' , '08' , '01' , 'professor_engage.html','0') );
        subObj.addMenu( new Menu('intro' , '08' , '01' , 'psno.php','0') );
        subObj.addMenu( new Menu('intro' , '08' , '01' , 'professor_pw.html','0') );
        subObj.addMenu( new Menu('intro' , '08' , '01' , 'input_resume.php','0') );
        subObj.addMenu( new Menu('intro' , '08' , '01' , 'input_intro.php','0') );
        subObj.addMenu( new Menu('intro' , '08' , '01' , 'input_research.php','0') );
        subObj.addMenu( new Menu('intro' , '08' , '01' , 'confirm.php','0') );
        subObj.addMenu( new Menu('intro' , '08' , '01' , 'professor_ok.html','0') );

        subObj.addMenu( new Menu('intro' , '08' , '02' , 'lecturer_engage.html','0') );
        subObj.addMenu( new Menu('intro' , '08' , '02' , 'lecture_psno.php','0') );
        subObj.addMenu( new Menu('intro' , '08' , '02' , 'emp_view.php','0') );
        subObj.addMenu( new Menu('intro' , '08' , '02' , 'emp_insert.php','0') );
        subObj.addMenu( new Menu('intro' , '08' , '02' , 'lecture_confirm.php','0') );
        subObj.addMenu( new Menu('intro' , '08' , '02' , 'edit.php','0') );

    //찾아오시는길
    upperObj.addMenu( new Menu('intro' , '09' , '01' , 'map.html','0') );
    upperObj.addMenu( new Menu('intro' , '09' , '02' , 'phone.html','1') );



// 03 입학안내 code ///////////////////////////////////////////
menu_folder[3] = new Folder( "" , true );


// 04 학부소개 code ///////////////////////////////////////////
upperObj = new Folder( "/public/html/department/" , true );
menu_folder[4] = upperObj ;

    // 서브메인
    upperObj.addMenu( new Menu('department' , '00' , '00' , 'department_main.html','0') );


    // 각 학부메인
    subObj = new Folder("introduce/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '01' , '00' , 'ditit_introduce.html','1') );
        subObj.addMenu( new Menu('department' , '03' , '00' , 'dcycp_introduce.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '00' , 'dplpl_introduce.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '00' , 'dacac_introduce.html','1') );
        subObj.addMenu( new Menu('department' , '08' , '00' , 'damre_introduce.html','1') );


    // ITㆍ미디어학부 - 컴퓨터정보통신학과
    subObj = new Folder("dit_it/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '01' , '01' , 'ditit_summary.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '01' , 'ditit_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '01' , '01' , 'ditit_direction.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '01' , 'ditit_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '01' , 'ditit_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '01' , '01' , 'ditit_merit.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '01' , 'ditit_professor.aspx','1') );
        /*--100707_수정:START--*/
		//subObj.addMenu( new Menu('department' , '01' , '01' , 'ditit_lecture.html','1') ); 
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '01' , '01' , 'ditit_guide_professor.html','1') );

    // ITㆍ미디어학부 - 정보관리서비스학과
    subObj = new Folder("dit_da/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '01' , '02' , 'ditda_summary.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '02' , 'ditda_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '01' , '02' , 'ditda_direction.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '02' , 'ditda_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '02' , 'ditda_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '01' , '02' , 'ditda_professor.aspx','1') );
        /*--100707_수정:START--*/
		//subObj.addMenu( new Menu('department' , '01' , '02' , 'ditda_lecture.html','1') ); 
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '01' , '02' , 'ditda_guide_professor.html','1') );

    // ITㆍ미디어학부 - 미디어디자인학과
    subObj = new Folder("dit_md/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_summary.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_direction.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_history.html','1') ); 
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_merit.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_professor.aspx','1') );
		/*--100707_수정:START--*/
        //subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_lecture.html','1') ); 
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_group.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_guide_professor.html','1') ); 
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_guide_stu_jsw.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_guide_stu_ljk.html','1') ); 
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_guide_stu_lwl.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_guide_stu_lek.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_guide_stu_csh.html','1') );
        subObj.addMenu( new Menu('department' , '01' , '03' , 'ditmd_guide_stu_lks.html','1') );


    // 사회복지학부 - 사회복지학과
    subObj = new Folder("dsw_sw/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '02' , '01' , 'dswsw_summary.html','1') );
        subObj.addMenu( new Menu('department' , '02' , '01' , 'dswsw_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '02' , '01' , 'dswsw_direction.html','1') );
        subObj.addMenu( new Menu('department' , '02' , '01' , 'dswsw_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '02' , '01' , 'dswsw_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '02' , '01' , 'dswsw_merit.html','1') );
        subObj.addMenu( new Menu('department' , '02' , '01' , 'dswsw_professor.aspx','1') );
		/*--100707_수정:START--*/
        //subObj.addMenu( new Menu('department' , '02' , '01' , 'dswsw_lecture.html','1') ); 
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '02' , '01' , 'dswsw_group.html','1') );
        subObj.addMenu( new Menu('department' , '02' , '01' , 'dswsw_guide_professor.html','1') ); 
        subObj.addMenu( new Menu('department' , '02' , '01' , 'dswsw_guide_stu.html','1') );


    // 상담ㆍ청소년학부 - 상담학과
    subObj = new Folder("dcy_cp/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '03' , '01' , 'dcycp_summary.html','1') );
        subObj.addMenu( new Menu('department' , '03' , '01' , 'dcycp_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '03' , '01' , 'dcycp_direction.html','1') );
        subObj.addMenu( new Menu('department' , '03' , '01' , 'dcycp_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '03' , '01' , 'dcycp_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '03' , '01' , 'dcycp_professor.aspx','1') );
		/*--100707_수정:START--*/
        //subObj.addMenu( new Menu('department' , '03' , '01' , 'dcycp_lecture.html','1') ); 
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '03' , '01' , 'dcycp_guide_professor.html','1') ); 


    // 상담ㆍ청소년학부 - 청소년학과
    subObj = new Folder("dcy_as/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '03' , '02' , 'dcyas_summary.html','1') );
        subObj.addMenu( new Menu('department' , '03' , '02' , 'dcyas_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '03' , '02' , 'dcyas_direction.html','1') );
        subObj.addMenu( new Menu('department' , '03' , '02' , 'dcyas_history.html','1') );
        subObj.addMenu( new Menu('department' , '03' , '02' , 'dcyas_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '03' , '02' , 'dcyas_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '03' , '02' , 'dcyas_professor.aspx','1') );
		/*--100707_수정:START--*/
        //subObj.addMenu( new Menu('department' , '03' , '02' , 'dcyas_lecture.html','1') ); 
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '03' , '02' , 'dcyas_guide_professor.html','1') ); 


    // 평생교육학부 - 평생교육학과
    subObj = new Folder("dce_ed/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '04' , '01' , 'dceed_summary.html','1') );
		subObj.addMenu( new Menu('department' , '04' , '01' , 'dceed_narrative_gmh.html','1') ); 
        subObj.addMenu( new Menu('department' , '04' , '01' , 'dceed_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '04' , '01' , 'dceed_direction.html','1') );
        subObj.addMenu( new Menu('department' , '04' , '01' , 'dceed_history.html','1') );
        subObj.addMenu( new Menu('department' , '04' , '01' , 'dceed_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '04' , '01' , 'dceed_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '04' , '01' , 'dceed_merit.html','1') );
        subObj.addMenu( new Menu('department' , '04' , '01' , 'dceed_professor.aspx','1') );
		/*--100707_수정:START--*/
        //subObj.addMenu( new Menu('department' , '04' , '01' , 'dceed_lecture.html','1') ); 
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '04' , '01' , 'dceed_guide_professor.html','1') ); 
        subObj.addMenu( new Menu('department' , '04' , '01' , 'dceed_guide_stu_kjy.html','1') );
        subObj.addMenu( new Menu('department' , '04' , '01' , 'dceed_guide_stu_khk.html','1') );


    // 실용외국어학부 - 실용외국어학과
    subObj = new Folder("dpl_pl/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_summary.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_narrative_kje.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_narrative_ljt.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_narrative_yhj.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_narrative_lej.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_direction.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_history.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_merit.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_professor.aspx','1') );
		/*--100707_수정:START--*/
        //subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_lecture.html','1') ); 
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_group.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_guide_01.html','1') ); 
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_guide_02.html','1') ); 
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_guide_03.html','1') ); 
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_guide_04.html','1') ); 
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_guide_stu_jyj.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_guide_stu_ash.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '01' , 'dplpl_guide_stu_kjy.html','1') );

    // 실용외국어학부 - 아동영어교육학과
    subObj = new Folder("dpl_ce/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '05' , '02' , 'dplce_summary.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '02' , 'dplce_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '05' , '02' , 'dplce_direction.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '02' , 'dplce_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '02' , 'dplce_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '05' , '02' , 'dplce_merit.html','1') );
        subObj.addMenu( new Menu('department' , '05' , '02' , 'dplce_professor.aspx','1') );
		/*--100707_수정:START--*/
        //subObj.addMenu( new Menu('department' , '05' , '02' , 'dplce_lecture.html','1') ); 
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '05' , '02' , 'dplce_guide_professor.html','1') ); 

    
    // 문화예술커뮤니케이션학부 - 문화학과
    subObj = new Folder("dac_ac/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_summary.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_narrative_yye.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_narrative_pjr.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_direction.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_course.aspx','1') ); 
		subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_experience.html','1') );        
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_experience_070630.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_experience_080322.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_experience_080419.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_experience_080701.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_experience_080806.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_experience_080928.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_celebrity.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_professor.aspx','1') );
		/*--100707_수정:START--*/
        //subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_lecture.html','1') );
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_guide_professor.html','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_guide_stu_yhk.html','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_guide_stu_nh.html','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_guide_stu_ksy.html','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_pride.html','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '01' , 'dacac_group.html','1') ); 

    // 문화예술커뮤니케이션학부 - 예술학과
    subObj = new Folder("dac_ar/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_summary.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_narrative_lhs.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_narrative_ksy.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_narrative_ihs.html','1') );
		subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_narrative_kjh.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_narrative_kyj.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_direction.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_merit.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_professor.aspx','1') );
		/*--100707_수정:START--*/
        //subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_lecture.html','1') ); 
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_guide_professor.html','1') ); 
 	//예술학과 추가 -  한디대 081124 STR
		subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_guide_stu_yhk.html','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_guide_stu_nh.html','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_guide_stu_ksy.html','1') );
	//예술학과 추가 -  한디대 081124 END	
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_pride.html','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '02' , 'dacar_group.html','1') ); 

    // 문화예술커뮤니케이션학부 - 미디어홍보영상학과
    subObj = new Folder("dac_mc/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '06' , '03' , 'dacmc_summary.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '03' , 'dacmc_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '03' , 'dacmc_direction.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '03' , 'dacmc_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '06' , '03' , 'dacmc_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '03' , 'dacmc_professor.aspx','1') );
		/*--100707_수정:START--*/
        //subObj.addMenu( new Menu('department' , '06' , '03' , 'dacmc_lecture.html','1') ); 
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '06' , '03' , 'dacmc_group.html','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '03' , 'dacmc_guide_professor.html','1') ); 
   //미디어홍보영상학과 추가 -  한디대 090324 STR 
		//subObj.addMenu( new Menu('department' , '06' , '03' , 'dacmc_guide_stu.html','1') ); 
		subObj.addMenu( new Menu('department' , '06' , '03' , 'dacmc_guide_stu_jkj.html','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '03' , 'dacmc_guide_stu_psj.html','1') ); 
        subObj.addMenu( new Menu('department' , '06' , '03' , 'dacmc_guide_stu_chs.html','1') );
	//미디어홍보영상학과 추가 -  한디대 090324 END	

    // 경영학부 - 경영학과
    subObj = new Folder("dba_bz/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '07' , '01' , 'dbabz_summary.html','1') );
        subObj.addMenu( new Menu('department' , '07' , '01' , 'dbabz_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '07' , '01' , 'dbabz_direction.html','1') );
		subObj.addMenu( new Menu('department' , '07' , '01' , 'dbabz_history.html','1') );
        subObj.addMenu( new Menu('department' , '07' , '01' , 'dbabz_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '07' , '01' , 'dbabz_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '07' , '01' , 'dbabz_professor.aspx','1') );
		/*--100707_수정:START--*/
        //subObj.addMenu( new Menu('department' , '07' , '01' , 'dbabz_lecture.html','1') ); 
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '07' , '01' , 'dbabz_group.html','1') ); 
        subObj.addMenu( new Menu('department' , '07' , '01' , 'dbabz_guide_professor.html','1') ); 


    // 자산관리학부 - 부동산경제학과
    subObj = new Folder("dam_re/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '08' , '01' , 'damre_summary.html','1') );
        subObj.addMenu( new Menu('department' , '08' , '01' , 'damre_narrative_jyh.html','1') );
        subObj.addMenu( new Menu('department' , '08' , '01' , 'damre_narrative_lkh.html','1') );
		subObj.addMenu( new Menu('department' , '08' , '01' , 'damre_narrative_lsk.html','1') );
        subObj.addMenu( new Menu('department' , '08' , '01' , 'damre_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '08' , '01' , 'damre_direction.html','1') );
        subObj.addMenu( new Menu('department' , '08' , '01' , 'damre_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '08' , '01' , 'damre_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '08' , '01' , 'damre_professor.aspx','1') );
		/*--100707_수정:START--*/
        //subObj.addMenu( new Menu('department' , '08' , '01' , 'damre_lecture.html','1') );
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '08' , '01' , 'damre_group.html','1') ); 
        subObj.addMenu( new Menu('department' , '08' , '01' , 'damre_guide_professor.html','1') ); 

    // 자산관리학부 - 세무ㆍ회계학과
    subObj = new Folder("dam_ta/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '08' , '02' , 'damta_summary.html','1') );
        subObj.addMenu( new Menu('department' , '08' , '02' , 'damta_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '08' , '02' , 'damta_direction.html','1') );
        //subObj.addMenu( new Menu('department' , '08' , '02' , 'damta_history.html','1') );
        subObj.addMenu( new Menu('department' , '08' , '02' , 'damta_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '08' , '02' , 'damta_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '08' , '02' , 'damta_professor.aspx','1') );
		/*--100707_수정:START--*/
        //subObj.addMenu( new Menu('department' , '08' , '02' , 'damta_lecture.html','1') ); 
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '08' , '02' , 'damta_group.html','1') );		
        subObj.addMenu( new Menu('department' , '08' , '02' , 'damta_guide_professor.html','1') ); 

    // 자산관리학부 - 법학과
    subObj = new Folder("dam_la/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '08' , '03' , 'damla_summary.html','1') );
        subObj.addMenu( new Menu('department' , '08' , '03' , 'damla_certification.html','1') ); 
        subObj.addMenu( new Menu('department' , '08' , '03' , 'damla_direction.html','1') );
        subObj.addMenu( new Menu('department' , '08' , '03' , 'damla_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '08' , '03' , 'damla_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '08' , '03' , 'damla_professor.aspx','1') );
        /*--100707_수정:START--*/
		//subObj.addMenu( new Menu('department' , '08' , '03' , 'damla_lecture.html','1') ); 
		/*--100707_수정:END--*/
        subObj.addMenu( new Menu('department' , '08' , '03' , 'damla_group.html','1') ); 
        subObj.addMenu( new Menu('department' , '08' , '03' , 'damla_guide_professor.html','1') ); 


    // 교양과정
    subObj = new Folder("ge/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('department' , '09' , '01' , 'ge_info.html','1') );
        subObj.addMenu( new Menu('department' , '09' , '02' , 'ge_roadmap.html','1') );
        subObj.addMenu( new Menu('department' , '09' , '02' , 'ge_course.aspx','1') ); 
        subObj.addMenu( new Menu('department' , '09' , '03' , 'ge_professor.aspx','1') );
		/*--100707_수정:START--*/
        //subObj.addMenu( new Menu('department' , '09' , '04' , 'ge_lecture.html','1') );
		/*--100707_수정:END--*/

   

// 05 학사안내 code ///////////////////////////////////////////
upperObj = new Folder( "/public/html/affairs/" , true );
menu_folder[5] = upperObj ;


    // 서브메인
    upperObj.addMenu( new Menu('affairs' , '00' , '00' , 'affairs_main.aspx','0') ); 

    // 학사일정
    upperObj.addMenu( new Menu('affairs' , '01' , '00' , 'affairs.aspx','1') ); 
    upperObj.addMenu( new Menu('affairs' , '01' , '00' , 'affairs_noinfut.html','1') ); 

    //전공
    upperObj.addMenu( new Menu('affairs' , '02' , '01' , 'major2009.html','1') ); 
    upperObj.addMenu( new Menu('affairs' , '02' , '01' , 'major20012008.html','1') ); 
    upperObj.addMenu( new Menu('affairs' , '02' , '02' , 'major_sub2009.html','1') );
    upperObj.addMenu( new Menu('affairs' , '02' , '02' , 'major_sub20012008.html','1') );
    upperObj.addMenu( new Menu('affairs' , '02' , '03' , 'major_double2009.html','1') );
    upperObj.addMenu( new Menu('affairs' , '02' , '03' , 'major_double20012008.html','1') );
    upperObj.addMenu( new Menu('affairs' , '02' , '04' , 'major_multi.aspx','1') );
    upperObj.addMenu( new Menu('affairs' , '02' , '04' , 'major_multi_introduce.html','1') );
    upperObj.addMenu( new Menu('affairs' , '02' , '05' , 'major_multi_expert.html','1') );
    upperObj.addMenu( new Menu('affairs' , '02' , '05' , 'major_expert_counseler.html','1') );
    upperObj.addMenu( new Menu('affairs' , '02' , '05' , 'major_expert_financial.html','1') );

    //수업
    upperObj.addMenu( new Menu('affairs' , '03' , '01' , 'lecture_join.html','1') );
    upperObj.addMenu( new Menu('affairs' , '03' , '02' , 'lecture_apply.html','1') );
    upperObj.addMenu( new Menu('affairs' , '03' , '03' , 'grade.html','1') );
    upperObj.addMenu( new Menu('affairs' , '03' , '04' , 'lecture_season.html','1') );

    //학적
    upperObj.addMenu( new Menu('affairs' , '04' , '01' , 'register_rest.html','1') ); 
    upperObj.addMenu( new Menu('affairs' , '04' , '01' , 'register_back.html','1') );
    upperObj.addMenu( new Menu('affairs' , '04' , '02' , 'register_leaving.html','1') );
    upperObj.addMenu( new Menu('affairs' , '04' , '02' , 'register_out.html','1') );
    upperObj.addMenu( new Menu('affairs' , '04' , '03' , 'register_change.html','1') );
    upperObj.addMenu( new Menu('affairs' , '04' , '04' , 'register_return.aspx','1') );
    upperObj.addMenu( new Menu('affairs' , '04' , '04' , 'register_return_app.php','1') );
    upperObj.addMenu( new Menu('affairs' , '04' , '04' , 'register_return_request.html','1') );
    upperObj.addMenu( new Menu('affairs' , '04' , '04' , 'register_return_request02.html','1') );
    upperObj.addMenu( new Menu('affairs' , '04' , '04' , 'register_return_confirm.html','1') );

    //졸업
    upperObj.addMenu( new Menu('affairs' , '05' , '01' , 'graduation_apply.html','1') );
    upperObj.addMenu( new Menu('affairs' , '05' , '02' , 'graduation_grade2009.html','1') );
    upperObj.addMenu( new Menu('affairs' , '05' , '02' , 'graduation_grade20012008.html','1') );
    upperObj.addMenu( new Menu('affairs' , '05' , '03' , 'graduation_work2009.html','1') );
    upperObj.addMenu( new Menu('affairs' , '05' , '03' , 'graduation_work20012008.html','1') );
    upperObj.addMenu( new Menu('affairs' , '05' , '04' , 'diploma.html','1') );

    //편입생의 학점인정
    upperObj.addMenu( new Menu('affairs' , '06' , '00' , 'transfer_student.html','1') );

    //이수구분변경안내
    upperObj.addMenu( new Menu('affairs' , '07' , '01' , 'complete.html','1') );
    upperObj.addMenu( new Menu('affairs' , '07' , '02' , 'complete_limit.html','1') );
    upperObj.addMenu( new Menu('affairs' , '07' , '03' , 'complete_major.html','1') );
    upperObj.addMenu( new Menu('affairs' , '07' , '04' , 'complete_double.html','1') );
    upperObj.addMenu( new Menu('affairs' , '07' , '05' , 'complete_sub.html','1') );
    upperObj.addMenu( new Menu('affairs' , '07' , '06' , 'complete_expert.html','1') );
    upperObj.addMenu( new Menu('affairs' , '07' , '07' , 'complete_culture.html','1') );
    upperObj.addMenu( new Menu('affairs' , '07' , '08' , 'complete_over.html','1') );
    upperObj.addMenu( new Menu('affairs' , '07' , '09' , 'complete_substitute.html','1') );

    //자격증안내
    upperObj.addMenu( new Menu('affairs' , '08' , '00' , 'certificate.html','1') ); 

    //규정안내
    upperObj.addMenu( new Menu('affairs' , '09' , '00' , 'rule.html','1') ); 

    //장학제도
    upperObj.addMenu( new Menu('affairs' , '10' , '01' , 'scholarship.html','0') ); 
    upperObj.addMenu( new Menu('affairs' , '10' , '02' , 'scholarship_kind.html','1') ); 
    upperObj.addMenu( new Menu('affairs' , '10' , '03' , 'scholarship_rule1.html','1') ); 
    upperObj.addMenu( new Menu('affairs' , '10' , '03' , 'scholarship_rule2.html','1') ); 
    upperObj.addMenu( new Menu('affairs' , '10' , '03' , 'scholarship_rule3.html','1') ); 
    upperObj.addMenu( new Menu('affairs' , '10' , '03' , 'scholarship_rule4.html','1') ); 



// 06 학생지원센터 code ///////////////////////////////////////////
upperObj = new Folder( "/public/html/service/" , true );
menu_folder[6] = upperObj ;


    // 서브메인
    upperObj.addMenu( new Menu('service' , '00' , '00' , 'service_main.html','0') );     

    // 온라인 학습체험
	/*--100707_수정:START--*/
    upperObj.addMenu( new Menu('service' , '01' , '01' , 'lecture_good.html','1') );
    upperObj.addMenu( new Menu('service' , '01' , '02' , 'lecture_sample.aspx','1') );
    //upperObj.addMenu( new Menu('service' , '01' , '02' , 'lecture_study_case.aspx','1') );
    upperObj.addMenu( new Menu('service' , '01' , '03' , 'lecture_simulation.html','0') );
	/*--100707_수정:END--*/

    // 수업도우미
    upperObj.addMenu( new Menu('service' , '02' , '01' , 'lecture_pc.html','1') ); 
    upperObj.addMenu( new Menu('service' , '02' , '01' , 'lecture_ready.html','1') ); 
    upperObj.addMenu( new Menu('service' , '02' , '02' , 'lecture_difficulty_system.html','1') ); 
    upperObj.addMenu( new Menu('service' , '02' , '02' , 'lecture_difficulty_vista.html','1') );
    upperObj.addMenu( new Menu('service' , '02' , '03' , 'lecture_help.html','1') );

    //대학생활 가이드
    upperObj.addMenu( new Menu('service' , '03' , '01' , 'guide_fresh_grade.html','1') ); 
    upperObj.addMenu( new Menu('service' , '03' , '02' , 'guide_lecture.html','1') );
    upperObj.addMenu( new Menu('service' , '03' , '03' , 'guide_exam.html','1') );
    upperObj.addMenu( new Menu('service' , '03' , '04' , 'guide_register.html','1') );

    //증명서발급
    upperObj.addMenu( new Menu('service' , '04' , '01' , 'issue.html','1') ); 
    upperObj.addMenu( new Menu('service' , '04' , '02' , 'issue_g4c.html','1') );
    upperObj.addMenu( new Menu('service' , '04' , '03' , 'issue_kind.html','1') );

    //학생복지안내
    upperObj.addMenu( new Menu('service' , '05' , '01' , 'welfare_benefit.html','1') );
    upperObj.addMenu( new Menu('service' , '05' , '02' , 'hospital_benefit.html','1') );
    upperObj.addMenu( new Menu('service' , '05' , '03' , 'welfare_system.html','1') );
    upperObj.addMenu( new Menu('service' , '05' , '04' , 'welfare_place.html','1') );
    upperObj.addMenu( new Menu('service' , '05' , '05' , 'student_idcard.html','1') );
    upperObj.addMenu( new Menu('service' , '05' , '05' , 'student_idcard_world.html','1') );

    //병무안내
    upperObj.addMenu( new Menu('service' , '06' , '00' , 'soldier.html','1') ); 

    //학자금대출
    upperObj.addMenu( new Menu('service' , '07' , '01' , 'student_loan.html','1') ); 
    upperObj.addMenu( new Menu('service' , '07' , '02' , 'student_after.html','1') ); 
	upperObj.addMenu( new Menu('service' , '07' , '03' , 'student_future.html','1') ); 
	upperObj.addMenu( new Menu('service' , '07' , '04' , 'student_worker.html','1') );

    //유니버시티 카운슬러
    upperObj.addMenu( new Menu('service' , '08' , '01' , 'counselor.html','0') );
    upperObj.addMenu( new Menu('service' , '08' , '02' , 'counselor_list.aspx','0') );
    upperObj.addMenu( new Menu('service' , '08' , '02' , 'counselor_result.html','0') );
    upperObj.addMenu( new Menu('service' , '08' , '02' , 'counselor_noresult.html','0') );
    upperObj.addMenu( new Menu('service' , '08' , '02' , 'counselor_view.html','0') );
    upperObj.addMenu( new Menu('service' , '08' , '02' , 'counselor_write.html','0') );

    
    //대학원진학
    subObj = new Folder("higher/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('service' , '09' , '01' , 'higher_fair.html','0') );
        subObj.addMenu( new Menu('service' , '09' , '01' , 'higher_result.html','0') );
        subObj.addMenu( new Menu('service' , '09' , '01' , 'higher_noresult.html','0') );
        subObj.addMenu( new Menu('service' , '09' , '01' , 'higher_fair2007_1.html','0') );
        subObj.addMenu( new Menu('service' , '09' , '01' , 'higher_fair2006_1.html','0') );
        subObj.addMenu( new Menu('service' , '09' , '01' , 'higher_fair2006_2.html','0') );
        subObj.addMenu( new Menu('service' , '09' , '01' , 'higher_fair2006_3.html','0') );
        subObj.addMenu( new Menu('service' , '09' , '01' , 'higher_fair2006_4.html','0') );
        subObj.addMenu( new Menu('service' , '09' , '01' , 'higher_fair2005_1.html','0') );
        subObj.addMenu( new Menu('service' , '09' , '01' , 'higher_fair2005_2.html','0') );
        subObj.addMenu( new Menu('service' , '09' , '01' , 'higher_fair2004_1.html','0') );
        subObj.addMenu( new Menu('service' , '09' , '01' , 'higher_fair2004_2.html','0') );
        subObj.addMenu( new Menu('service' , '09' , '01' , 'higher_fair2004_3.html','0') );

        subObj.addMenu( new Menu('service' , '09' , '02' , 'higher_detail_kind.html','1') );
        subObj.addMenu( new Menu('service' , '09' , '02' , 'higher_detail_process.html','1') );
        subObj.addMenu( new Menu('service' , '09' , '02' , 'higher_detail_date.html','1') );
        subObj.addMenu( new Menu('service' , '09' , '02' , 'higher_detail_method.html','1') );
        subObj.addMenu( new Menu('service' , '09' , '02' , 'higher_detail_doc.html','1') );
        subObj.addMenu( new Menu('service' , '09' , '02' , 'higher_detail_introduce.html','1') );
        subObj.addMenu( new Menu('service' , '09' , '02' , 'higher_detail_exam.html','1') );
        subObj.addMenu( new Menu('service' , '09' , '02' , 'higher_detail_info.html','1') );

        subObj.addMenu( new Menu('service' , '09' , '03' , 'higher_situation.html','1') );
        subObj.addMenu( new Menu('service' , '09' , '03' , 'impressions_view.html','1') );
        subObj.addMenu( new Menu('service' , '09' , '03' , 'impressions_list.html','1') );
        subObj.addMenu( new Menu('service' , '09' , '03' , 'higher_department.html','0') );


    //취업도우미
    //upperObj.addMenu( new Menu('service' , '10' , '00' , 'job.html','0') ); 



// 07 대학생활 code ///////////////////////////////////////////
upperObj = new Folder( "/public/html/life/" , true );
menu_folder[7] = upperObj ;


    // 서브 메인
    upperObj.addMenu( new Menu('life' , '00' , '00' , 'life_main.html','0') );

    // 우리학과 소식
    upperObj.addMenu( new Menu('life' , '01' , '00' , 'news_list.aspx','0') );
    upperObj.addMenu( new Menu('life' , '01' , '00' , 'news_result.html','0') );
    upperObj.addMenu( new Menu('life' , '01' , '00' , 'news_noresult.html','0') );
    upperObj.addMenu( new Menu('life' , '01' , '00' , 'news_view.aspx','0') );

    // 이달의 한디인
    upperObj.addMenu( new Menu('life' , '02' , '00' , 'monthly_view.aspx','0') );
    upperObj.addMenu( new Menu('life' , '02' , '00' , 'monthly_list.aspx','0') );

    // 우리지역 사람들
    upperObj.addMenu( new Menu('life' , '03' , '00' , 'local_list.aspx','0') );
    upperObj.addMenu( new Menu('life' , '03' , '00' , 'local_view.aspx','0') );


    //학생대표모델
    subObj = new Folder("model/", false );
    upperObj.addFolder( subObj );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_reply.html','0') );
		//100715_수정:START
		subObj.addMenu( new Menu('life' , '04' , '00' , 'model_7.html','0') );
		//100715_수정:END	
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_6.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_6_bmr.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_6_uym.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_6_khh.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_6_cyj.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_6_lhk.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_6_sjs.html','0') );

        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_5.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_5_kdw.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_5_hhl.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_5_lsy.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_5_jsi.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_5_ckw.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_5_hjh.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_5_hhs.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_5_lhs.html','0') );

        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_4.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_4_bsb.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_4_jks.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_4_knl.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_4_chn.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_4_lsk.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_4_lpj.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_4_bso.html','0') );

        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_3.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_3_kjh.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_3_sjk.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_3_kma.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_3_shy.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_3_hbh.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_3_bhj.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_3_lll.html','0') );

        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_2.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_2_kw.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_2_yks.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_2_ljy.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_2_hmj.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_2_lka.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_2_jho.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_2_jyw.html','0') );

        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_1.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_1_kjh.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_1_kha.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_1_ksm.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_1_jjk.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_1_jha.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_1_jdk.html','0') );
        subObj.addMenu( new Menu('life' , '04' , '00' , 'model_1_jyh.html','0') );


    // 한디페스티발
	upperObj.addMenu( new Menu('life' , '05' , '01' , 'soccer_2009.html','0') );
    upperObj.addMenu( new Menu('life' , '05' , '01' , 'soccer_2008.html','0') );
    upperObj.addMenu( new Menu('life' , '05' , '01' , 'soccer_2007.html','0') );
    upperObj.addMenu( new Menu('life' , '05' , '01' , 'soccer_2004.html','0') );
    upperObj.addMenu( new Menu('life' , '05' , '02' , 'homecoming_2008.html','0') );
    upperObj.addMenu( new Menu('life' , '05' , '02' , 'homecoming.html','0') );
    upperObj.addMenu( new Menu('life' , '05' , '02' , 'homecoming_apply.html','0') );
	upperObj.addMenu( new Menu('life' , '05' , '03' , 'festival_2009.html','0') );
	upperObj.addMenu( new Menu('life' , '05' , '03' , 'festival_2008.html','0') );		
    upperObj.addMenu( new Menu('life' , '05' , '03' , 'festival_2007.html','0') );
    upperObj.addMenu( new Menu('life' , '05' , '03' , 'festival_2004.html','0') );
    upperObj.addMenu( new Menu('life' , '05' , '03' , 'festival_2003.html','0') );
    upperObj.addMenu( new Menu('life' , '05' , '03' , 'festival_2002.html','0') );
    

    // 한디동아리
    upperObj.addMenu( new Menu('life' , '06' , '01' , 'circle.html','0') );
    upperObj.addMenu( new Menu('life' , '06' , '02' , 'community.html','0') );



// 08 지식체험 code ///////////////////////////////////////////
upperObj = new Folder( "/public/html/experience/", true );
menu_folder[8] = upperObj ;


    // 서브 메인
    upperObj.addMenu( new Menu('experience' , '00' , '00' , 'experience_main.aspx','0') );

    // 지식기부 캠페인
    upperObj.addMenu( new Menu('experience' , '01' , '00' , 'knowledge_campain.aspx','1') );

    // 글로벌 캠페인
    upperObj.addMenu( new Menu('experience' , '02' , '01' , 'campain_introduce.html','1') );
    upperObj.addMenu( new Menu('experience' , '02' , '02' , 'language_test.html','1') );
    upperObj.addMenu( new Menu('experience' , '02' , '03' , 'culture_lecture.html','1') );


    //온라인대학 학술포럼
    subObj = new Folder("forum/", false );
    upperObj.addFolder( subObj );        
        subObj.addMenu( new Menu('experience' , '03' , '01' , 'forum_map.html','1') );
        subObj.addMenu( new Menu('experience' , '03' , '01' , 'forum_2009_speech.html','1') );
		subObj.addMenu( new Menu('experience' , '03' , '01' , 'forum_2009.html','1') );
        subObj.addMenu( new Menu('experience' , '03' , '01' , 'forum_2008.html','1') );
        subObj.addMenu( new Menu('experience' , '03' , '01' , 'forum_2007.html','1') );
        subObj.addMenu( new Menu('experience' , '03' , '01' , 'forum_2006.html','1') );
        subObj.addMenu( new Menu('experience' , '03' , '01' , 'forum_2005.html','1') );
        subObj.addMenu( new Menu('experience' , '03' , '01' , 'forum_2004.html','1') );
        subObj.addMenu( new Menu('experience' , '03' , '01' , 'forum_2003.html','1') );

        subObj.addMenu( new Menu('experience' , '03' , '02' , 'forum_request.html','0') );
        subObj.addMenu( new Menu('experience' , '03' , '02' , 'forum_confirm.html','0') );

    
    // 웰빙컨텐츠
    upperObj.addMenu( new Menu('experience' , '04' , '00' , 'wellbeing.html','0') );
    upperObj.addMenu( new Menu('experience' , '04' , '00' , 'pop_wellbeing_view.html','0') );


// 09 공인인증/보안 code ///////////////////////////////////////////
upperObj = new Folder("/public/html/security/", true );
menu_folder[9] = upperObj ;
	// 로그인안내
    upperObj.addMenu( new Menu('security' , '01' , '01' , 'what_att_info.html','1') );  
    upperObj.addMenu( new Menu('security' , '01' , '02' , 'what_id_info.html','1') );
    /*★MSKIM_091117120000 : START
    upperObj.addMenu( new Menu('security' , '01' , '03' , 'what_pw_info.html','1') );
	upperObj.addMenu( new Menu('security' , '01' , '03' , 'pw_modify_01.html','1') );
	upperObj.addMenu( new Menu('security' , '01' , '03' , 'pw_modify_02.html','1') );
	upperObj.addMenu( new Menu('security' , '01' , '03' , 'pw_modify_03.html','1') ); */
	upperObj.addMenu( new Menu('security' , '01' , '03' , 'what_id_find.aspx','1') );
	upperObj.addMenu( new Menu('security' , '01' , '03' , 'what_id_find_01.html','1') );
	upperObj.addMenu( new Menu('security' , '01' , '03' , 'what_id_find_02.html','1') );
	upperObj.addMenu( new Menu('security' , '01' , '03' , 'what_pw_find.aspx','1') );
	upperObj.addMenu( new Menu('security' , '01' , '03' , 'what_pw_find_01.html','1') );
	upperObj.addMenu( new Menu('security' , '01' , '03' , 'what_pw_find_02.html','1') );
	/*★MSKIM_091117120000 : END*/

    // 공인인증센터
    upperObj.addMenu( new Menu('security' , '02' , '01' , 'what_att.html','1') );
    upperObj.addMenu( new Menu('security' , '02' , '02' , 'att_bank_apply.html','1') );
	upperObj.addMenu( new Menu('security' , '02' , '02' , 'att_postoffice_apply.html','1') );
    upperObj.addMenu( new Menu('security' , '02' , '02' , 'att_certification_apply.html','1') );	
	upperObj.addMenu( new Menu('security' , '02' , '03' , 'att_receive_01.html','0') );
    upperObj.addMenu( new Menu('security' , '02' , '03' , 'att_receive_02.html','0') );
    upperObj.addMenu( new Menu('security' , '02' , '03' , 'att_receive_03.html','0') );
    upperObj.addMenu( new Menu('security' , '02' , '03' , 'att_receive_04.html','0') );
    /* 091014_KMS삭제
	upperObj.addMenu( new Menu('security' , '02' , '04' , 'att_delete_01.html','0') );
    upperObj.addMenu( new Menu('security' , '02' , '04' , 'att_delete_02.html','0') );
    upperObj.addMenu( new Menu('security' , '02' , '04' , 'att_delete_03.html','0') );
    upperObj.addMenu( new Menu('security' , '02' , '04' , 'att_delete_04.html','0') );
	*/
    upperObj.addMenu( new Menu('security' , '02' , '04' , 'att_manage.html','1') );
    upperObj.addMenu( new Menu('security' , '02' , '05' , 'att_faq_use.aspx','0') );
    upperObj.addMenu( new Menu('security' , '02' , '05' , 'att_faq_use_result.html','0') );
    upperObj.addMenu( new Menu('security' , '02' , '05' , 'att_faq_use_noresult.html','0') );
    upperObj.addMenu( new Menu('security' , '02' , '05' , 'att_faq_use_view.html','0') );
    upperObj.addMenu( new Menu('security' , '02' , '05' , 'att_faq.aspx','0') );
    upperObj.addMenu( new Menu('security' , '02' , '05' , 'att_faq_result.html','0') );
    upperObj.addMenu( new Menu('security' , '02' , '05' , 'att_faq_noresult.html','0') );
    upperObj.addMenu( new Menu('security' , '02' , '05' , 'att_faq_view.aspx','0') );

    // 웹보안센터
    upperObj.addMenu( new Menu('security' , '03' , '01' , 'what_web_preservation.html','1') );  
    upperObj.addMenu( new Menu('security' , '03' , '02' , 'web_preservation_use.html','1') );
    upperObj.addMenu( new Menu('security' , '03' , '03' , 'web_preservation_faq.html','1') );
	
/*
upperObj = new Folder("/public/html/security/", true );
menu_folder[9] = upperObj ;


    // 공인인증센터
    upperObj.addMenu( new Menu('security' , '01' , '01' , 'what_att.html','1') );

    upperObj.addMenu( new Menu('security' , '01' , '02' , 'att_bank_apply.html','1') );
    upperObj.addMenu( new Menu('security' , '01' , '02' , 'att_certification_apply.html','1') );

    upperObj.addMenu( new Menu('security' , '01' , '03' , 'att_receive_01.html','0') );
    upperObj.addMenu( new Menu('security' , '01' , '03' , 'att_receive_02.html','0') );
    upperObj.addMenu( new Menu('security' , '01' , '03' , 'att_receive_03.html','0') );
    upperObj.addMenu( new Menu('security' , '01' , '03' , 'att_receive_04.html','0') );

    upperObj.addMenu( new Menu('security' , '01' , '04' , 'att_delete_01.html','0') );
    upperObj.addMenu( new Menu('security' , '01' , '04' , 'att_delete_02.html','0') );
    upperObj.addMenu( new Menu('security' , '01' , '04' , 'att_delete_03.html','0') );
    upperObj.addMenu( new Menu('security' , '01' , '04' , 'att_delete_04.html','0') );

    upperObj.addMenu( new Menu('security' , '01' , '05' , 'att_manage.html','1') );

    upperObj.addMenu( new Menu('security' , '01' , '06' , 'att_faq_use.html','0') );
    upperObj.addMenu( new Menu('security' , '01' , '06' , 'att_faq_use_result.html','0') );
    upperObj.addMenu( new Menu('security' , '01' , '06' , 'att_faq_use_noresult.html','0') );
    upperObj.addMenu( new Menu('security' , '01' , '06' , 'att_faq_use_view.html','0') );
    upperObj.addMenu( new Menu('security' , '01' , '06' , 'att_faq.html','0') );
    upperObj.addMenu( new Menu('security' , '01' , '06' , 'att_faq_result.html','0') );
    upperObj.addMenu( new Menu('security' , '01' , '06' , 'att_faq_noresult.html','0') );
    upperObj.addMenu( new Menu('security' , '01' , '06' , 'att_faq_view.html','0') );

    // 웹보안센터
    upperObj.addMenu( new Menu('security' , '02' , '01' , 'what_web_preservation.html','1') );  
    upperObj.addMenu( new Menu('security' , '02' , '02' , 'web_preservation_use.html','1') );
    upperObj.addMenu( new Menu('security' , '02' , '03' , 'web_preservation_faq.html','1') );

*/

// 10 기타 메뉴 code ///////////////////////////////////////////
upperObj = new Folder( "/public/html/university/" , true );
menu_folder[10] = upperObj ;


    // 이용약관
    //upperObj.addMenu( new Menu('university' , '01' , '00' , 'stipulation.html','0') );  
	// 사이트맵
    upperObj.addMenu( new Menu('university' , '01' , '00' , 'sitemap.html','0') );
	
    // 개인정보취급방침
    upperObj.addMenu( new Menu('university' , '02' , '00' , 'private.html','0') );      

    // 예결산공고 
    upperObj.addMenu( new Menu('university' , '03' , '00' , 'budget_list.html','0') );  
    upperObj.addMenu( new Menu('university' , '03' , '00' , 'budget_result.html','0') );
    upperObj.addMenu( new Menu('university' , '03' , '00' , 'budget_noresult.html','0') );
    upperObj.addMenu( new Menu('university' , '03' , '00' , 'budget_view.html','0') );


// 공지사항
upperObj = new Folder( "/public/html/notice/" , true );
menu_folder[11] = upperObj ;

    upperObj.addMenu( new Menu('notice' , '00' , '00' , 'notice_list.aspx','0') );
    upperObj.addMenu( new Menu('notice' , '00' , '00' , 'notice_result.html','0') );
    upperObj.addMenu( new Menu('notice' , '00' , '00' , 'notice_noresult.html','0') );
    upperObj.addMenu( new Menu('notice' , '00' , '00' , 'notice_view.aspx','0') );


// 입찰공고
upperObj = new Folder( "/public/html/tender/" , true );
menu_folder[12] = upperObj ;

	upperObj.addMenu( new Menu('tender' , '00' , '00' , 'tender_list.html','0') );
    upperObj.addMenu( new Menu('tender' , '00' , '00' , 'tender_result.html','0') );
    upperObj.addMenu( new Menu('tender' , '00' , '00' , 'tender_noresult.html','0') );
    upperObj.addMenu( new Menu('tender' , '00' , '00' , 'tender_view.html','0') );


// 통합검색
upperObj = new Folder( "/public/html/search/" , true );
menu_folder[13] = upperObj ;

	upperObj.addMenu( new Menu('search' , '00' , '00' , 'search_default.html','0') );
    upperObj.addMenu( new Menu('search' , '00' , '00' , 'search_detail.html','0') );
    upperObj.addMenu( new Menu('search' , '00' , '00' , 'search_result.html','0') );
    upperObj.addMenu( new Menu('search' , '00' , '00' , 'search_noresult.html','0') );
    upperObj.addMenu( new Menu('search' , '00' , '00' , 'search_list.html','0') );



// 가이드 code ///////////////////////////////////////////
upperObj = new Folder( "/public/guide/page/" , true );
menu_folder[14] = upperObj ;

    upperObj.addMenu( new Menu('notice' , '00' , '00' , 'sub_guide.html','1') );
    upperObj.addMenu( new Menu('notice' , '00' , '00' , 'sub_guide02.html','1') );
	


// 전체 메인 code ////////////////////////////////////////
upperObj = new Folder( "/", true );
menu_folder[15] = upperObj ;

    // 메인
    upperObj.addMenu( new Menu('main' , '00' , '00' , 'index.php','0') );
    upperObj.addMenu( new Menu('main' , '00' , '00' , 'index_db.php','0') );


/*********************************************************************************************
* 이하  로직 포함
**********************************************************************************************/

section_name = '';
depth2 = '';
depth3 = '';
enableFontResize = '';

/**
* 
**/
function initMenuCode( ){
	var docurl = document.URL;
	var virturlPath;
	
	var targetMenuObj;
    var targetFolderObj;

    var startIdx = docurl.indexOf( "/", 7 );
    var endIdx = docurl.lastIndexOf( "#" ); 
    if( endIdx < 0 ){
        endIdx = docurl.lastIndexOf( "?" );
    }

	if( endIdx < 0 ){
		virturlPath = docurl.substring( startIdx  ) ;
	}else{
		virturlPath = docurl.substring( startIdx, endIdx ) ;
	}

	
	var fileDeliIdx = virturlPath.lastIndexOf( "/" );
	var url_folder_str = virturlPath.substring(0, fileDeliIdx+1 ) ;
	var url_filename = virturlPath.substring( fileDeliIdx+1 ) ;
	//alert(url_folder_str  + " : " + url_filename );
	

	var folder_idx = -1;
	
	//메인메뉴 루프
	
	
	outterLoop:
	for( var i=0; i < menu_folder.length ; i++ ){
	    var mainFolderPath = menu_folder[i].path;
	    //alert( mainFolderPath  );
	    
	    /** 경로가 "" 이거나 "#" 일경우 패스 **/
	    if( mainFolderPath != "/" &&  mainFolderPath.length <= 1 ){
	        continue;
	    }
	    
		//alert( menu_folder[i].sizeSubFolder() + ":" + menu_folder[i].sizeSubMenu() );
		
		if( url_folder_str.indexOf( mainFolderPath ) > -1 ){
		    
		    if( url_folder_str == mainFolderPath ){
		        //alert("url_folder_str == mainFolderPath ");
		        targetFolderObj = menu_folder[i];
		        break outterLoop;
		    }else{
		        //alert("url_folder_str != mainFolderPath ");
		        subFolderList = menu_folder[i].subFolders;
		        for( var k=0; k < subFolderList.length ; k++ ){
		            var subFolderPath = subFolderList[k].path;
		            
		            if( url_folder_str.indexOf( subFolderPath ) >= mainFolderPath.length ){
		                targetFolderObj = subFolderList[k];
		                break outterLoop;
		            }
		            
		        }
		    }		    
		}
	}	

    
    if( targetFolderObj != null ){
        var subMenus = targetFolderObj.subMenus ;
        for( var i=0; i< subMenus.length; i++  ){            
            if( url_filename == subMenus[i].req_file ) {
				targetMenuObj = subMenus[i];
				//alert( "Find :: " + targetMenuObj.req_file  );
				break;                
            }
        }        
    }else{
        //Exception :: 메뉴 찾지 못함
    }

	
	if( targetMenuObj ){	
	   section_name = targetMenuObj.s_name;
	   depth2 = targetMenuObj.depth2 ;
	   depth3 = targetMenuObj.depth3 ;
	   enableFontResize = targetMenuObj.enableFontResize;	
	}
}

initMenuCode();




/*********************************************************************************************
* section_name -> 1depth code
**********************************************************************************************/
switch(section_name) {
    case "main"        : depth1 = 0  ; break;
    case "choice"      : depth1 = 1  ; break;
    case "intro"       : depth1 = 2  ; break;
    case "department"  : depth1 = 4  ; break;
    case "affairs"     : depth1 = 5  ; break;
    case "service"     : depth1 = 6  ; break;
    case "life"        : depth1 = 7  ; break;
    case "experience"  : depth1 = 8  ; break;
    case "security"    : depth1 = 9  ; break;
    case "university"  : depth1 = 10 ; break;
    case "notice"      : depth1 = 11 ; break;
    case "tender"      : depth1 = 12 ; break; 
    case "search"      : depth1 = 13 ; break; 
}

