
// 아래와 같은 방법으로 메뉴의 정보를 쌓아나간다.
// addData(메뉴의seq[int], 상위메뉴seq[int], 메뉴의제목[String], 메뉴의URL[String], 메뉴의Target[String], 서브메뉴존재여부[String], 메뉴영문제목[String]);

addData(   0,	   0,	"정보기술원"         ,	"/info_tech/"          ,	"_top", "Y", "");
addData(  10,	   0,	"업무소개"           ,	"/info_tech/sub01.html",	"_top", "N", "");
addData(  20,	   0,	"종합정보시스템"     ,	"/info_tech/sub0201.html",	"_top", "Y", "");
addData(  30,	  20,		"학사관리(C/S)"       ,	"/info_tech/sub0201.html",	"_top", "N", "");
addData(  40,	  20,		"행정관리(C/S)"       ,	"/info_tech/sub0202.html",	"_top", "N", "");
addData(  50,	  20,		"종합정보서비스(WEB)" ,	"/info_tech/sub0203.html",	"_top", "N", "");
addData(  60,	  20,		"설치안내"            ,	"/info_tech/sub0204.html",	"_top", "N", "");
//addData(  70,	  20,		"시스템장애문의"      ,	"/info_tech/sub0205.html",	"_top", "N", "");
addData(  71,	  20,		"기안서작성법"        ,	"/info_tech/sub0206.html",	"_top", "N", "");
addData(  72,	  20,		"예산시스템사용설명서",	"/info_tech/sub0207.html",	"_top", "N", "");
addData(  73,	  20,		"학생지도교수입력설명서",	"/info_tech/sub0208.html",	"_top", "N", "");
addData(  74,	  20,		"학생지도기록입력설명서",	"/info_tech/sub0209.html",	"_top", "N", "");
addData(  75,	  20,		"엑셀2010에서 OPEN 방법",	"/info_tech/sub0210.html",	"_top", "N", "");
addData(  80,	   0,	"공지사항"           ,	"/info_tech/sub03.html",	"_top", "N", "");
//addData(  90,	   0,	"시스템요구사항접수" ,	"/info_tech/sub04.html",	"_top", "N", "");
addData( 100,	   0,	"데이터 센터 보유장비내역"       ,	"/info_tech/sub05.html",	"_top", "N", "");
//addData( 110,	   0,	"Q&A"                ,	"/info_tech/sub06.html",	"_top", "N", "");
addData( 120,	   0,	"FAQ"                ,	"/info_tech/sub07.html",	"_top", "N", "");
addData( 130,	   0,	"교내백신설치안내"   ,	"/info_tech/sub08.html",	"_top", "N", "");
//addData( 140,	   0,	"교내백신업데이트안내",	"/info_tech/sub09.html",	"_top", "N", "");
addData( 142,	   0,	"PC보안도구안내",	"/info_tech/sub14.html",	"_top", "N", "");
addData( 150,	   0,	"Windows업데이트안내",	"/info_tech/sub10.html",	"_top", "N", "");
addData( 160,	   0,	"정보인프라 포토갤러리",	"/info_tech/sub11.html",	"_top", "N", "");
addData( 170,	   0,	"찾아오는길",	"/info_tech/sub12.html",	"_top", "N", "");
addData( 180,	   0,	"전화번호안내",	"/info_tech/sub13.html",	"_top", "N", "");
