<!---study--->

/***********************************************************************
* ½ºÅ©¸³Æ®¸í : À§µå»çÀÌÆ® º¸±â
***********************************************************************/
function studysiteOn(objTD) {
	obj = document.getElementById("studysite") ;
	if (obj.style.display == "none") {
		obj.style.display = "" ;
	} else {
		obj.style.display = "none" ;
	}
}

/***********************************************************************
* ½ºÅ©¸³Æ®¸í : À§µå»çÀÌÆ® ´Ý±â
***********************************************************************/
function studysiteOff() {
	obj = document.getElementById("studysite") ;
	obj.style.display = "none" ;
}

/***********************************************************************
* ½ºÅ©¸³Æ®¸í : ÇªÅÍÃâ·Â
***********************************************************************/
function writeSelect00() {

	studySite = new Object() ;
	studySite.total = 0 ;


			
studySite.site1 = ["	°ÇÃà°øÇÐ°ú     		" ,	 "window.open(\'http://bcb.bc.ac.kr/depart/depart01.html\');"] ;  
studySite.site2 = ["	Åä¸ñ°øÇÐ°ú     		" ,	 "window.open(\'http://bcb.bc.ac.kr/depart/depart02.html\');"] ;  
studySite.site3 = ["	ÀüÀÚ°øÇÐ°ú     		" ,	 "window.open(\'http://bcb.bc.ac.kr/depart/depart03.html\');"] ;  
studySite.site4 = ["	ÄÄÇ»ÅÍÁ¦¾î°øÇÐ°ú   		" ,	 "window.open(\'  http://bcb.bc.ac.kr/depart/depart04.html\');"] ;  
studySite.site5 =["	Àü»êÁ¤º¸Ã³¸®ÇÐ°ú    		" ,	 "window.open(\' http://bcb.bc.ac.kr/depart/depart05.html\');"] ;  
studySite.site6 = ["	e-ºñÁî´Ï½ºÇÐ°ú    		" ,	 "window.open(\' http://bcb.bc.ac.kr/depart/depart06.html\');"] ;  
studySite.site7 =["	½Ç³»°ÇÃàÇÐ°ú    		" ,	 "window.open(\' http://bcb.bc.ac.kr/depart/depart07.html\');"] ;  
studySite.site8 = ["	½ÄÇ°¿µ¾çÇÐ°ú   		" ,	 "window.open(\'  http://bcb.bc.ac.kr/depart/depart08.html\');"] ;  
studySite.site9 = ["	°æ¿µÇÐ°ú    		" ,	 "window.open(\' http://bcb.bc.ac.kr/depart/depart09.html\');"] ;  
studySite.site10 = ["	À¯¾Æ±³À°°ú     		" ,	 "window.open(\'http://bcb.bc.ac.kr/depart/depart10.html\');"] ;  
studySite.site11 =["	°ü±¤°æ¿µÇÐ°ú    		" ,	 "window.open(\' http://bcb.bc.ac.kr/depart/depart11.html\');"] ;  
studySite.site12 = ["	¼¼¹«È¸°èÇÐ°ú   		" ,	 "window.open(\'  http://bcb.bc.ac.kr/depart/depart12.html\');"] ;  
studySite.site13 = ["	ºÎµ¿»êÁ¤º¸ÇÐ°ú   		" ,	 "window.open(\'  http://bcb.bc.ac.kr/depart/depart13.html\');"] ;  
studySite.site14 = ["	±¤°íµðÀÚÀÎÇÐ°ú  		" ,	 "window.open(\'   http://bcb.bc.ac.kr/depart/depart14.html\');"] ;  
studySite.site15 = ["	ÀÇ»óµðÀÚÀÎÇÐ°ú  		" ,	 "window.open(\'   http://bcb.bc.ac.kr/depart/depart15.html\');"] ;  
studySite.site16 = ["	»ýÈ°½ºÆ÷Ã÷ÇÐ°ú  		" ,	 "window.open(\'   http://bcb.bc.ac.kr/depart/depart16.html\');"] ;  



	for (i=1 ; studySite["site"+i] ; i++) {
		studySite.total++ ;
	}

	// study site
	document.write('<div id="" style="position:relative ; z-index:5; ">') ;
	
	document.write('<div id="studysite" style="position:absolute ; top:23 ; display:none; height:177; overflow-y:scroll;  z-index:6;">') ;
	document.write('	<table width="173px" cellpadding="0" cellspacing="0" border="0" class=table01') ;
	document.write('		style="border:1px solid #D4D4D4 ; cursor:hand" >') ;

	for (i=1 ; i<=studySite.total ; i++) {
		document.write('		<tr bgcolor=#FFFFFF onmouseover="javascript:this.style.backgroundColor=0xF6F6F6;studysiteMode=true" onmouseout="javascript:this.style.backgroundColor=0xFFFFFF;studysiteMode=false"') ;
		document.write('			onClick="'+studySite["site"+i][1]+'studysiteOn();"> ') ;
		document.write('			<td height=18>&nbsp;'+studySite["site"+i][0]+'</td>') ;
		document.write('		</tr>') ;
	}

	document.write('	</table>') ;
	document.write('</div>') ;
	
	document.write('<table width="175" cellpadding="0" cellspacing="0" border="0" class=table01') ;
	document.write('	style="border:1px solid #D4D4D4 ; cursor:hand" onClick="javascript:studysiteOn();">') ;
	document.write('	<tr bgcolor=#FFFFFF>') ;
	document.write('		<td height=15>&nbsp;4³âÁ¦ ÇÐ»çÇÐÀ§ ÇÐ°ú</td>') ;
	document.write('		<td width=1><img src="images/sch_arrow_search.gif" border="0" align="ABSMIDDLE" vspace=1 hspace=1></td>') ;
	document.write('	</tr>') ;
	document.write('</table>') ;
	document.write('</div>') ;
}


<!-- with--->

/***********************************************************************
* ½ºÅ©¸³Æ®¸í : ÆÐ¹Ð¸®»çÀÌÆ® º¸±â
***********************************************************************/
function withsiteOn(objTD) {
	obj = document.getElementById("withsite") ;
	if (obj.style.display == "none") {
		obj.style.display = "" ;
	} else {
		obj.style.display = "none" ;
	}
}

/***********************************************************************
* ½ºÅ©¸³Æ®¸í : ÆÐ¹Ð¸®»çÀÌÆ® ´Ý±â
***********************************************************************/
function withsiteOff() {
	obj = document.getElementById("withsite") ;
	obj.style.display = "none" ;
}

/***********************************************************************
* ½ºÅ©¸³Æ®¸í : ÇªÅÍÃâ·Â
***********************************************************************/
function writeSelect01() {

	withsite = new Object() ;
	withsite.total = 0 ;




				withsite.site1 = ["========°øÇÐ°è========	" ,	 "window.open(\'/departinfo/departinfo_re.htm\');"] ;   
				withsite.site2 = [" °ÇÃà°ú" ,	 "window.open(\'/departinfo/departinfo_re_arc.htm\');"] ;
				withsite.site3 = [" Åä¸ñ°ú" ,	 "window.open(\'/departinfo/departinfo_re_civ.htm\');"] ;
				withsite.site4 = [" ¼¶À¯ºñÁî´Ï½º°ú" ,		 "window.open(\'/departinfo/departinfo_re_tex.htm\');"] ;
				withsite.site5 = [" ÀüÀÚ°ú" ,	 "window.open(\'/departinfo/departinfo_re_ele.htm\');"] ;
				withsite.site6 = [" µðÁöÅÐÁ¤º¸ÀüÀÚ°ú" , "window.open(\'/departinfo/departinfo_re_dig.htm\');"] ;
				withsite.site7 = [" ÄÄÇ»ÅÍÁ¦¾î°ú" ,	 "window.open(\'/departinfo/departinfo_re_coc.htm\');"] ;
				withsite.site8 = ["	Àü»êÁ¤º¸Ã³¸®°ú" ,	 "window.open(\'/departinfo/departinfo_re_cos.htm\');"] ;
				withsite.site9 = ["	µðÁöÅÐÄÜÅÙÃ÷°ú" ,	 "window.open(\'/departinfo/departinfo_re_inter.htm\');"] ;
				withsite.site10 = [" Á¤º¸Åë½Å°ú" ,		 "window.open(\'/departinfo/departinfo_re_inf.htm\');"] ;
				withsite.site11 = [" ¸ð¹ÙÀÏÅë½Å°ú" ,		 "window.open(\'/departinfo/departinfo_re_elt.htm\');"] ;
				withsite.site12 = ["	e-ºñÁî´Ï½º°ú" ,	 "window.open(\'/departinfo/departinfo_re_ebu.htm\');"] ;
				withsite.site13 = ["	½Ç³»°ÇÃà°ú" ,	 "window.open(\'/departinfo/departinfo_re_int.htm\');"] ;
				withsite.site14 = ["	=======¿¹Ã¼´É°è=======" ,		 "window.open(\'/departinfo/departinfo_re02.htm\');"] ;
				withsite.site15 = ["	»ê¾÷µðÀÚÀÎ°ú" ,	 "window.open(\'/departinfo/departinfo_re02_ind.htm\');"] ;
				withsite.site16 = [" ±¤°íµðÀÚÀÎ°ú" ,			 "window.open(\'/departinfo/departinfo_re02_adv.htm\');"] ;
				withsite.site17 = ["	FX¾Ö´Ï¸ÞÀÌ¼Ç°ú" ,	 "window.open(\'/departinfo/departinfo_re02_cha.htm\');"] ;
				withsite.site18 = [" ¹®È­»óÇ°µðÀÚÀÎ°ú" ,		 "window.open(\'/departinfo/departinfo_re02_cul.htm\');"] ;
				withsite.site19 = ["	ÀÇ»óµðÀÚÀÎ°ú" ,	 "window.open(\'/departinfo/departinfo_re02_clo.htm\');"] ;
				withsite.site20 = [" »ýÈ°½ºÆ÷Ã÷°ú" ,		 "window.open(\'/departinfo/departinfo_re02_spo.htm\');"] ;
				withsite.site21 = ["	======ÀÚ¿¬°úÇÐ°è======" ,	 "window.open(\'/departinfo/departinfo_re03.htm\');"] ;
				withsite.site22 = ["	½ÄÇ°¿µ¾ç°ú" ,		 "window.open(\'/departinfo/departinfo_re03_foo.htm\');"] ;
				withsite.site23 = ["		======ÀÎ¹®»çÈ¸°è======" ,	 "window.open(\'/departinfo/departinfo_re04.htm\');"] ;
				withsite.site24 = ["	°æ¿µ°ú" ,	 "window.open(\'/departinfo/departinfo_re04_bus.htm\');"] ;
				withsite.site25 = ["		À¯¾Æ±³À°°ú" ,	 "window.open(\'/departinfo/departinfo_re04_ear.htm\');"] ;
				withsite.site26 = ["	ºñ¼­°ú" ,	 "window.open(\'/departinfo/departinfo_re04_sec.htm\');"] ;
				withsite.site27 = ["	ÇàÁ¤°ú" ,	 "window.open(\'/departinfo/departinfo_re04_pub.htm\');"] ;
				withsite.site28 = ["	°ü±¤°æ¿µ°ú" ,	 "window.open(\'/departinfo/departinfo_re04_tou.htm\');"] ;
				withsite.site29 = ["	¼¼¹«È¸°è°ú" ,	 "window.open(\'/departinfo/departinfo_re04_acc.htm\');"] ;
				withsite.site30 = ["	ºÎµ¿»ê±ÝÀ¶Á¤º¸°ú" ,		 "window.open(\'/departinfo/departinfo_re04_est.htm\');"] ;
				withsite.site31 = ["	======================" ,		 ""] ;						
				withsite.site32 = ["	±³¾ç°ú" ,	 "window.open(\'/departinfo/departinfo_re05.htm\');"] ;


		
	
				



	for (i=1 ; withsite["site"+i] ; i++) {
		withsite.total++ ;
	}

	// withsite
	document.write('<div id="" style="position:relative ; z-index:3; ">') ;
	
	document.write('<div id="withsite" style="position:absolute ; top:23 ; display:none; height:177; overflow-y:scroll; "  z-index:4;>') ;
	document.write('	<table width="173px" cellpadding="0" cellspacing="0" border="0" class=table01') ;
	document.write('		style="border:1px solid #D4D4D4 ; cursor:hand">') ;

	for (i=1 ; i<=withsite.total ; i++) {
		document.write('		<tr bgcolor=#FFFFFF onmouseover="javascript:this.style.backgroundColor=0xF6F6F6;withsiteMode=true" onmouseout="javascript:this.style.backgroundColor=0xFFFFFF;withsiteMode=false"') ;
		document.write('			onClick="'+withsite["site"+i][1]+'withsiteOn();">') ;
		document.write('			<td height=18>&nbsp;'+withsite["site"+i][0]+'</td>') ;
		document.write('		</tr>') ;
	}

	document.write('	</table>') ;
	document.write('</div>') ;
	
	document.write('<table width="175" cellpadding="0" cellspacing="0" border="0" class=table01') ;
	document.write('	style="border:1px solid #D4D4D4 ; cursor:hand" onClick="javascript:withsiteOn();">') ;
	document.write('	<tr bgcolor=#FFFFFF>') ;
	document.write('		<td height=15>&nbsp;ºÎÃµ´ëÇÐ ÇÐ°ú</td>') ;
	document.write('		<td width=1><img src="images/sch_arrow_search.gif" border="0" align="ABSMIDDLE" vspace=1 hspace=1></td>') ;
	document.write('	</tr>') ;
	document.write('</table>') ;
	document.write('</div>') ;

}





<!---family---->

/***********************************************************************
* ½ºÅ©¸³Æ®¸í : À§µå»çÀÌÆ® º¸±â
***********************************************************************/
function familysiteOn(objTD) {
	obj = document.getElementById("familysite") ;
	if (obj.style.display == "none") {
		obj.style.display = "" ;
	} else {
		obj.style.display = "none" ;
	}
}

/***********************************************************************
* ½ºÅ©¸³Æ®¸í : À§µå»çÀÌÆ® ´Ý±â
***********************************************************************/
function familysiteOff() {
	obj = document.getElementById("familysite") ;
	obj.style.display = "none" ;
}

/***********************************************************************
* ½ºÅ©¸³Æ®¸í : ÇªÅÍÃâ·Â
***********************************************************************/
function writeSelect02() {

	familySite = new Object() ;
	familySite.total = 0 ;



			familySite.site1 = ["	±âÈ¹Á¶Á¤Ã³			" ,	 "window.open(\'/bcinfo/bcinfo_re21.htm#06\');"] ;  
			familySite.site2 = ["	±³ ¹« Ã³		" ,	 "window.open(\'/bcinfo/bcinfo_re21.htm#01\');"] ;  
			familySite.site3 = ["	ÇÐ »ý Ã³			" ,	 "window.open(\'/bcinfo/bcinfo_re21.htm#03\');"] ;  
			familySite.site4 = ["	»êÇÐÇù·ÂÃ³			" ,	 "window.open(\'/bcinfo/bcinfo_re21.htm#04\');"] ;
			familySite.site5 = ["	±¹Á¦¾îÇÐ±³À°¿ø			" ,	 "window.open(\'http://build.bc.ac.kr/#05\');"] ;  
			familySite.site6 = ["	Ãë¾÷Á¤º¸¼¾ÅÍ			" ,	 "window.open(\'http://selp.bc.ac.kr/#06\');"] ;  
			familySite.site7 = ["	Æò»ý±³À°Ã³			" ,	 "window.open(\'/bcinfo/bcinfo_re21.htm#07\');"] ;  
			familySite.site8 = ["	»ç ¹« Ã³			" ,	 "window.open(\'/bcinfo/bcinfo_re21.htm#08\');"] ;  
			familySite.site9 = ["	°æ ¸® ÆÀ			" ,	 "window.open(\'/bcinfo/bcinfo_re21.htm#09\');"] ;  
			familySite.site10 = ["	¸ù´çµµ¼­°ü			" ,	 "window.open(\'/bcinfo/bcinfo_re21.htm#10\');"] ;  
			familySite.site11 = ["	Áß¾ÓÀü»ê¼Ò			" ,	 "window.open(\'/bcinfo/bcinfo_re21.htm#11\');"] ;  
			familySite.site12 = ["	ÇÐ»ý»ýÈ°¿¬±¸¼Ò			" ,	 "window.open(\'/bcinfo/bcinfo_re21.htm#12\');"] ;  
			familySite.site13 = ["	»çÈ¸±³À°¿ø			" ,	 "window.open(\'/bcinfo/bcinfo_re21.htm#13\');"] ;  
			familySite.site14 = ["		Á¤ ½É °ü		" ,	 "window.open(\'/bcinfo/bcinfo_re21.htm#14\');"] ;  
			familySite.site15 = ["	Á÷Àå¿¹ºñ±º´ë´ë			" ,	 "window.open(\'/bcinfo/bcinfo_re21.htm#15\');"] ;  



	for (i=1 ; familySite["site"+i] ; i++) {
		familySite.total++ ;
	}

	// family site
	document.write('<div id="" style="position:relative ; z-index:1; ">') ;
	
	document.write('<div id="familysite" style="position:absolute ; top:23 ; display:none; height:177; overflow-y:scroll;  z-index:2;" >') ;
	document.write('	<table width="173px" cellpadding="0" cellspacing="0" border="0" class=table01') ;
	document.write('		style="border:1px solid #D4D4D4 ; cursor:hand">') ;

	for (i=1 ; i<=familySite.total ; i++) {
		document.write('		<tr bgcolor=#FFFFFF onmouseover="javascript:this.style.backgroundColor=0xF6F6F6;familysiteMode=true" onmouseout="javascript:this.style.backgroundColor=0xFFFFFF;familysiteMode=false"') ;
		document.write('			onClick="'+familySite["site"+i][1]+'familysiteOn();">') ;
		document.write('			<td height=18>&nbsp;'+familySite["site"+i][0]+'</td>') ;
		document.write('		</tr>') ;
	}

	document.write('	</table>') ;
	document.write('</div>') ;
	
	document.write('<table width="175" cellpadding="0" cellspacing="0" border="0" class=table01') ;
	document.write('	style="border:1px solid #D4D4D4 ; cursor:hand" onClick="javascript:familysiteOn();">') ;
	document.write('	<tr bgcolor=#FFFFFF>') ;
	document.write('		<td height=15>&nbsp;ºÎÃµ´ëÇÐ ÇàÁ¤±â°ü</td>') ;
	document.write('		<td width=1><img src="images/sch_arrow_search.gif" border="0" align="ABSMIDDLE" vspace=1 hspace=1></td>') ;
	document.write('	</tr>') ;
	document.write('</table>') ;
	document.write('</div>') ;

}




