
		// ÇÐ°ú ¸ÞÀÎ ÆäÀÌÁö °øÁö»çÇ×, km¾Ë¸²°ø°í, ÇÐ°ú¾Ë¸²°ø°í ³»¿ë º¸±â
	function openList(pfkHomepageNo, fkBoardEntryPkNo, no){
		url = "/_ezaid/board/genBoardForm.ez?method=list&pfkHomepageNo="+pfkHomepageNo+"&fkBoardEntryPkNo="+fkBoardEntryPkNo;
		window.open(url,'pop','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=650,height=500');
	}
	function openView(pfkHomepageNo, fkBoardEntryPkNo, no){
		url = "/_ezaid/board/genBoardForm.ez?method=view&pfkHomepageNo="+pfkHomepageNo+"&fkBoardEntryPkNo="+fkBoardEntryPkNo+"&pkNo="+no;
		window.open(url,'pop','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=650,height=500');
	}
   function openkmView(tdiv, seq, page){
   url = "http://www.kyungmin.ac.kr/bbs/view.asp?bdiv=notice&tdiv="+tdiv+"&seq="+seq+"&page="+page;
		window.open(url,'pop','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=650,height=600');
	}
   function openkmlist(tdiv, seq, page){
   url = "http://www.kyungmin.ac.kr/bbs/list.asp?bdiv=notice&tdiv="+tdiv+"&seq="+seq+"&page="+page;
		window.open(url,'pop','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=650,height=600');
	}


	// ÇÐ°ú ¸ÞÀÎ Quick ¸Þ´º - Á¾ÇÕÁ¤º¸¼­ºñ½º
	function openQuick1(){
		url = "http://www.kyungmin.ac.kr/mmb/chk_kmu.asp";
		window.open(url, '_blank');
	}

	// ÇÐ°ú ¸ÞÀÎ Quick ¸Þ´º - ÀÎÅÍ³ÝÁõ¸í¹ß±Þ
	function openQuick2(){
		winStatus = "top=100, left=100, width=620, height=470, toolbar=no, status=no, menubar=no, scrollbars=no, resizable=no";
		newWin = window.open("http://uni.webminwon.com/web_kiosk_3/login_tpid/auto_contact/login_framessl.asp?contentId=10001&giwan_no=024102", "_blank", winStatus);
		newWin.focus();
	}

	// ÇÐ°ú ¸ÞÀÎ Quick ¸Þ´º - µµ¼­°ü
	function openQuick3(){
		url = "http://library.kyungmin.ac.kr/KMCL/Login/sso/LoginPortalSSO.csp";
		window.open(url, 'library');
	}

	// ÇÐ°ú ¸ÞÀÎ Quick ¸Þ´º - Ãë¾÷Á¤º¸¼¾ÅÍ
	function openQuick4(){
		url = "http://kyungminc.njob.net/";
		window.open(url, '_blank');
	}

	// ÇÐ°ú ¸ÞÀÎ Quick ¸Þ´º - ÃÑÇÐ»ýÈ¸
	function openQuick5(){
		url = "http://club.cyworld.com/club/main/club_main.asp?club_id=51901355";
		window.open(url, '_blank');
	}

	// °æ¹ÎÀ¯Ä¡¿ø VR
	function popWinKIDVR(vr) {	
		winStatus = "top=10, left=10, width=640, height=520, toolbar=no, status=no, menubar=no, scrollbars=no, resizable=no";
		newWin = window.open("vr.asp?vr="+vr, "_blank", winStatus);
		newWin.focus();
	}

	// ÇÐ°ú °Ô½ÃÆÇ ¸®»çÀÌÁî
	function ReSizeIframe() { 
		ReSiseTd.height = boardframe.document.body.scrollHeight; 
		ReSiseTd.width	= boardframe.document.body.scrollWidth; 
	}


	//·Î±×ÀÎ Ã¼Å©
	function chkLogin() {
		String.prototype.trim = function() {
			return this.replace(/(^\s*)|(\s*$)/g, "");
		}
		if (document.form1.uid.value.trim() == "")	{
			alert('¾ÆÀÌµð¸¦ ÀÔ·ÂÇØ ÁÖ½Ê½Ã¿À.');
			document.form1.uid.focus();
			return false;
		}
		if (document.form1.upw.value.trim() == "")	{
			alert('ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ½Ê½Ã¿À.');
			document.form1.upw.focus();
			return false;
		}
		return true;
	}


	// ÇÐ°ú ¸ÞÀÎ ÆäÀÌÁö °øÁö»çÇ×, KM¾Ë¸², Ãë¾÷°ø°í µî
	function MainDisplay(mode) {
		if (mode == 'center1') {
			center1.style.display = 'block';
			center2.style.display = 'none';
			center3.style.display = 'none';
		} else if (mode == 'center2') {
			center1.style.display = 'none';
			center2.style.display = 'block';
			center3.style.display = 'none';
		} else if (mode == 'center3') {
			center1.style.display = 'none';
			center2.style.display = 'none';
			center3.style.display = 'block';
		} else {
			center1.style.display = 'none';
			center2.style.display = 'none';
			center3.style.display = 'none';
		} 
	}

	function MainDisplay2(mode) {
		if (mode == 'center1') {
			center1.style.display = 'block';
			center2.style.display = 'none';
		} else if (mode == 'center2') {
			center1.style.display = 'none';
			center2.style.display = 'block';
		} else {
			center1.style.display = 'none';
			center2.style.display = 'none';
		} 
	}
