function spage(pnum){
	switch(pnum){
		case "01":
			location.href='../html/sub01_1.jsp';
			break;
		case "01_1":
			location.href='../html/sub01_1.jsp';
			break;
		case "01_2":
			location.href='../html/sub01_2.jsp';
			break;
		case "01_3":
			location.href='../html/sub01_3d.jsp';
			break;
		case "01_4":
			location.href='../html/sub01_4.jsp';
			break;
		case "01_5":
			location.href='../html/sub01_5.jsp';
			break;
		case "01_6":
			location.href='../html/sub01_6.jsp';
			break;
		case "01_7":
			location.href='../html/sub01_7.jsp';
			break;
		case "01_8":
			location.href='../html/sub01_8.jsp';
			break;
		case "02":
			location.href='../html/sub02_1.jsp';
			break;
		case "02_1":
			location.href='../html/sub02_1.jsp';
			break;
		case "02_2":
			location.href='../html/sub02_2.jsp';
			break;
		case "02_3":
			location.href='../html/sub02_3.jsp';
			break;
		case "03":
			location.href='../html/sub03_1.jsp';
			break;
		case "03_1":
			location.href='../html/sub03_1.jsp';
			break;
		case "03_2":
			location.href='../html/sub03_13.jsp';
			break;
		case "03_3":
			location.href='../html/sub03_14.jsp';
			break;
		case "04":
			location.href='../html/sub04_1.jsp';
			break;
		case "04_1":
			location.href='../html/sub04_1.jsp';
			break;
		case "04_2":
			location.href='../html/sub04_2.jsp';
			break;
		case "05":
			location.href='../html/journal_parent.jsp?purl=list1';
			break;
		case "05_1":
			location.href='../html/journal_parent.jsp?purl=list1';
			break;
		case "05_2":
			location.href='../html/journal_parent.jsp?purl=list2';
			break;
		case "05_3":
			location.href='../html/journal_parent.jsp?purl=list3';
			break;
		case "05_4":
			location.href='../html/journal_parent.jsp?purl=list4';
			break;
		case "05_5":
			location.href='../html/journal_parent.jsp?purl=list5';
			break;
		case "06":
			location.href='../html/notice_parent.jsp?ncode=a0001';
			break;
		case "06_1":
			location.href='../html/notice_parent.jsp?ncode=a0001';
			break;
		case "06_2":
			location.href='../html/notice_parent.jsp?ncode=e0001';
			break;
		case "06_3":
			location.href='../html/notice_parent.jsp?ncode=a0002';
			break;
		case "06_4":
			location.href='../html/notice_parent.jsp?ncode=a0003';
			break;
		case "06_5":
			location.href='../html/sub06_3.jsp?ncode=j0001';
			break;
		case "06_6":
			location.href='../html/sub06_4.jsp';
			break;
		case "logo":
			location.href='../html/main.jsp';
			break;
		case "admin":
			location.href='#';
			break;
		case "english":
			location.href='../eng/html/main.jsp';
			break;
		case "contactus":
			location.href='mailto:kgbc@greenbuilding.or.kr';
			break;
		case "sitemap":
			location.href='../html/sitemap.jsp';
			break;
	}
}