
	//»õÃ¢ °¡¿îµ¥·Î ¶ç¿ì±â
	function NewWindow(mypage, myname, w, h, scroll){
		var winl = (screen.width - w) / 2;
		var wint = (screen.height - h) / 2;
		winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',noresize';
		win = window.open(mypage, myname, winprops)
		if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
	}


	//»õÃ¢ °¡¿îµ¥·Î ¶ç¿ì±â
	function new_window(mypage, myname, w, h, scroll)
	{
		var winl = (screen.width - w) / 2;
		var wint = (screen.height - h) / 2;
		winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',toolbar=no,location=no,status=no,menubar=no,resizable=no';
		win = window.open(mypage, myname, winprops)
		if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
	} 


// JavaScript Document
function sitelink(code) {
	//alert(code);
        var LinkCode = code
		//½Ç¼­¹ö
        //var SslCode = "http://www.bcm.co.kr"  //º¸¾ÈÁ¢¼Ó
        //var SslNoCode = "http://www.bcm.co.kr"		//ÀÏ¹ÝÁ¢¼Ó
		//Å×½ºÆ® ¼­¹ö
      //  var SslCode = "http://219.253.33.125:10001"  //º¸¾ÈÁ¢¼Ó
     //   var SslNoCode = "http://219.253.33.125:10001"		//ÀÏ¹ÝÁ¢¼Ó

                // È¨
        if (LinkCode == "home") {
                document.location.href = "/main.asp"
                // º»¿ø È¨
        } else if (LinkCode == "bcm") {
                document.location.href = "http://www.bcm.co.kr/index.asp"

// Left ===========================================================================================

	//ÇÐ¿øÁ¤º¸
                // ÀÎ»ç¸»
        } else if (LinkCode == "sub1_1") { 
                document.location.href = "/Fr/sub1_1.asp"
                // ÇÐ¿ø¼Ò°³
        } else if (LinkCode == "sub1_5") { 
                document.location.href = "/Fr/sub1_5.asp"
                // °­»ç¼Ò°³
        } else if (LinkCode == "sub1_2") { 
                document.location.href = "/Fr/html/sub1/sub1_2.asp"
                // Æ÷Åä°¶·¯¸®
        } else if (LinkCode == "photo") {
                document.location.href = "/Fr/html/board/default.asp?checkT=photo"
                // Ã£¾Æ¿À½Ã´Â ±æ
        } else if (LinkCode == "sub1_6") { 
                document.location.href = "/Fr/sub1_6.asp"
				


	//ºê·£µå°­ÁÂ

                // EMP
        } else if (LinkCode == "brand1") { 
                document.location.href = "/Fr/html/brand/brand1_1.asp"
                // First class Business
        } else if (LinkCode == "brand2") { 
                document.location.href = "/Fr/html/brand/brand2_1.asp"
                // catchup listening
        } else if (LinkCode == "brand3") { 
                document.location.href = "/Fr/html/brand/brand3_1.asp"
                // survival english
        } else if (LinkCode == "brand4") { 
                document.location.href = "/Fr/html/brand/brand4_1.asp"
				// BIC
		} else if (LinkCode == "brand5") { 
                document.location.href = "/Fr/html/brand/brand5_1.asp"



	//°øºÎÇÏ±â
            // °øºÎÇÏ±â¸ÞÀÎ
        } else if (LinkCode == "sub4_1") { 
                document.location.href = "/study/main2.asp"
				
				 // sllÀÚ·á½Ç(sll °í¼Ó¿µ¾î°­ÁÂ)
        } else if (LinkCode == "sll_1") { 
                document.location.href = "/study/board/default2.asp?checkT=sll"
				 // sllÀÚ·á½Ç(sll °í¼Ó½Ç¿ë¿µ¾îÇÐ½À¹ý)
        } else if (LinkCode == "sll_2") { 
                document.location.href = "/study/sll/sllguide_page_1.asp"
				 // sllÀÚ·á½Ç(¹Îº´Ã¶¹Ú»ç ±³À°Á¤º¸)
        } else if (LinkCode == "sll_3") { 
                document.location.href = "/study/sll/sll_column_1.asp"
				 // sllÀÚ·á½Ç(¹Îº´Ã¶¹Ú»ç ±³À°Á¤º¸_2)
        } else if (LinkCode == "sll_4") { 
                document.location.href = "/study/sll/sll_column_b1_1.asp"
				 // sllÀÚ·á½Ç(¹Îº´Ã¶¹Ú»ç ÇÁ·ÎÇÊ)
        } else if (LinkCode == "sll_profile") { 
                NewWindow('/study/sll/pop_profile.asp','sll_profile','517','700');

				 // sllÀÚ·á½Ç(°­¿¬ÀÚ·á01)
        } else if (LinkCode == "sll_movie1") { 
                NewWindow('/study/sll/view_vod.asp?fileName=jeffrey_jones.wmv','sll_movie1','320','240');
				 // sllÀÚ·á½Ç(°­¿¬ÀÚ·á02)
        } else if (LinkCode == "sll_movie2") { 
                NewWindow('/study/sll/view_vod.asp?fileName=hanbia.wmv','sll_movie2','320','240');
				 // sllÀÚ·á½Ç(°­¿¬ÀÚ·á03)
        } else if (LinkCode == "sll_movie3") { 
                NewWindow('/study/sll/view_vod.asp?fileName=chungang_university.wmv','sll_movie3','320','240');
				 // sllÀÚ·á½Ç(°­¿¬ÀÚ·á04)
        } else if (LinkCode == "sll_movie4") { 
                NewWindow('/study/sll/view_vod.asp?fileName=kyh_pd.wmv','sll_movie4','320','240');
				 // sllÀÚ·á½Ç(°­¿¬ÀÚ·á05)
        } else if (LinkCode == "sll_movie5") { 
                NewWindow('/study/sll/view_vod.asp?fileName=ing.wmv','sll_movie5','320','240');
				 // sllÀÚ·á½Ç(°­¿¬ÀÚ·á06)
        } else if (LinkCode == "sll_movie6") { 
                NewWindow('/study/sll/view_vod.asp?fileName=korea_1st_class.wmv','sll_movie6','320','240');
				 // sllÀÚ·á½Ç(°­¿¬ÀÚ·á07)
        } else if (LinkCode == "sll_movie7") { 
                NewWindow('/study/sll/view_vod.asp?fileName=SEB_1000K.wmv','sll_movie7','320','240');

				
				 // µ¿¿µ»ó°­ÁÂ¸ÞÀÎ
        } else if (LinkCode == "movie_0") { 
                document.location.href = "/study/movie/moviem_1.asp"
		 } else if (LinkCode == "to_go_english_sll") { 
                document.location.href = "/study/board/to_go_english_sll_bun.asp"
		 } else if (LinkCode == "bcm_sll") { 
                document.location.href = "/study/board/sll_view_bun.asp"
		 } else if (LinkCode == "vod_gallery") { 
                document.location.href = "/study/board/vod_gallery_bun.asp"
		} else if (LinkCode == "in_speech") { 
                document.location.href = "/study/board/bcm_in_speech_bun.asp"
				 // µ¿¿µ»ó°­ÁÂ(¸Àº¸±â¿µ»ó)
        } else if (LinkCode == "movie_sample") { 
                NewWindow('http://elearning.ebcm.co.kr/Contents/Sample/video.asp','sample_view','731','531');
				 // µ¿¿µ»ó°­ÁÂ(bcm »ýÈ°¿µ¾î a/b/c)
        } else if (LinkCode == "movie_1") { 
                document.location.href = "/study/movie/movie01_1.asp"
				 // µ¿¿µ»ó°­ÁÂ(ani-english)
        } else if (LinkCode == "movie_2") { 
                document.location.href = "/study/movie/movie02_1.asp"
				 // µ¿¿µ»ó°­ÁÂ(¸»¹®ÀÌ ÅÍÁö´Â bcm¿µ¾îÈ¸È­)
        } else if (LinkCode == "movie_3") { 
                document.location.href = "/study/movie/movie03_1.asp"
				 // µ¿¿µ»ó°­ÁÂ(ÀÎÅÍ³Ý ½ÇÀü ¸ðÀÇÅäÀÍ)
        } else if (LinkCode == "movie_4") { 
                document.location.href = "/study/movie/movie04_1.asp"
				 // µ¿¿µ»ó°­ÁÂ(Áö³ª kimÀÇ toelc)
        } else if (LinkCode == "movie_5") { 
                document.location.href = "/study/movie/movie05_1.asp"
				 // µ¿¿µ»ó°­ÁÂ(new °­ÀÇ·Î µè´Â jpt)
        } else if (LinkCode == "movie_6") { 
                document.location.href = "/study/movie/movie06_1.asp"
				
				 // ¹®È­·Î º¸´Â ÀÚ·á½Ç
        } else if (LinkCode == "culture") { 
                document.location.href = "/study/board/default2.asp?checkT=culture"
				 // today's flavor
        } else if (LinkCode == "today") { 
                document.location.href = "/study/board/default2.asp?checkT=flavor"


	//¼ö°­½ÅÃ»

                // ¼ö°­°¡ÀÌµå
        } else if (LinkCode == "sub2_1") { 
                document.location.href = "/Fr/html/register/reg_guide01.asp"
                // °­ÁÂ¼Ò°³
        } else if (LinkCode == "sub1_3") { 
                document.location.href = "/Fr/sub1_3.asp"
				// ¼ö°­°¡ÀÌµå_2
        } else if (LinkCode == "sub2_2") { 
                document.location.href = "/Fr/html/register/reg_guide02.asp"
                // ¼ö°­½ÅÃ»
        } else if (LinkCode == "reg_form") { 
                document.location.href = "/Fr/sub2_2_1.asp"
                // ±Ù·ÎÀÚ¼ö°­Áö¿ø
        } else if (LinkCode == "reg_support") { 
                document.location.href = "/Fr/html/register/reg_support.asp"
                // ´ÜÃ¼¼ö°­
        } else if (LinkCode == "reg_question") { 
                document.location.href = "/Fr/html/register/reg_question.asp"
	              // ·¹º§Å×½ºÆ®°¡ÀÌµå
        } else if (LinkCode == "sub2_5") { 
                document.location.href = "/Fr/sub2_5_a.asp"
	              // ·¹º§Å×½ºÆ®(ÆË¾÷)
        } else if (LinkCode == "leveltest") { 
                NewWindow('/html/leveltest/leveltest.asp','leveltest','823','570');
	            // ÀÚ°¡Áø´Ü(ÆË¾÷)
        } else if (LinkCode == "myself") { 
				NewWindow('/html/leveltest/self_01.asp','myself','768','570','yes');
	            // ½ºÇÇÅ·Å×½ºÆ®
        } else if (LinkCode == "speaking") { 
                document.location.href = "/Fr/sub2_5_b.asp"
	            // e-½Ã°£Ç¥
        } else if (LinkCode == "etime") { 
				//  alert('ÁØºñÁßÀÔ´Ï´Ù.');
               NewWindow('/fr/include/etime.asp','etimepop','992','650');
                // ÀÌ´ÞÀÇÃßÃµ°­ÁÂ
        } else if (LinkCode == "mstudy") {
                document.location.href = "/Fr/html/board/default.asp?checkT=mstudy"

				
	//Ä¿¹Â´ÏÆ¼
                // Ä¿¹Â´ÏÆ¼
        } else if (LinkCode == "community1") { 
                document.location.href = "http://www.bcm.co.kr/community/index.asp"
                // µ¿¿µ»ó°­ÁÂ
        } else if (LinkCode == "movie_list") { 
                document.location.href = "/community/movie_list.asp"
				 // º¸Ãæ¼ö¾÷
        } else if (LinkCode == "community2") { 
                document.location.href = "/community/community_all.asp"
				 // ÀÚÀ²ÇÐ½À
        } else if (LinkCode == "community3") { 
                document.location.href = "/community/board/default.asp?checkT=study0101"
				 // Æ¯º°È°µ¿
        } else if (LinkCode == "community4") { 
                document.location.href = "/community/board/default.asp?checkT=eduInfo"
					
	//°øºÎÇÏ±â
                // °øºÎÇÏ±â
        } else if (LinkCode == "sub4_1") { 
                document.location.href = "/Fr/sub4_1.asp"
	
	//°í°´¼¾ÅÍ
                // ÀÌº¥Æ®(ÁøÇàÁß)
        } else if (LinkCode == "event1") { 
                document.location.href = "/Fr/html/event/default.asp?checkT=event1&prochk=0"
                // ÀÌº¥Æ®(Á¾·á)
        } else if (LinkCode == "event2") { 
                document.location.href = "/Fr/html/event/default.asp?checkT=event1&prochk=1"
                // ÀÌº¥Æ®(´çÃ·ÀÚ¹ßÇ¥)
        } else if (LinkCode == "event3") { 
                document.location.href = "/Fr/html/event/default.asp?checkT=event2"
                // °øÁö»çÇ×
        } else if (LinkCode == "notice") {
                document.location.href = "/Fr/html/board/default.asp?checkT=notice"
				// ¾îÇÐÁ¤º¸¼¾ÅÍ
        } else if (LinkCode == "lang_info") {
                document.location.href = "/Fr/html/board/default.asp?checkT=lang_info"
				// ÀÚ·á¿äÃ»¼¾ÅÍ
        } else if (LinkCode == "pds_request") {
                document.location.href = "/Fr/html/board/pds_request.asp"
                // Q&A
        } else if (LinkCode == "qna") {
                document.location.href = "/Fr/html/board/default.asp?checkT=qna"
                // Toeic Q&A
        } else if (LinkCode == "toeicqna") {
                document.location.href = "/Fr/html/board/default.asp?checkT=toeicqna&left_menu=0"
                // ¼ö°­ÈÄ±â
        } else if (LinkCode == "afternote") {
                document.location.href = "/Fr/html/board/default.asp?checkT=afternote"
                // Á¦ÈÞ¹®ÀÇ
        } else if (LinkCode == "jehue") {
                document.location.href = "/Fr/html/customer/question.asp"
                // 1:1»ó´ãÇÏ±â
        } else if (LinkCode == "onetoone") {
                document.location.href = "/Fr/html/board/default.asp?checkT=onetoone"
				// ÇÒÀÎÁ¤º¸
        } else if (LinkCode == "dcinfo") {
                document.location.href = "/Fr/html/customer/saleInfo.asp"
        } else if (LinkCode == "dcinfo_sw") {
                document.location.href = "/Fr/html/customer/new_saleInfo.asp"
				// FAQ
        } else if (LinkCode == "faq") {
                document.location.href = "/Fr/html/board/default.asp?checkT=faq01"
        } else if (LinkCode == "faq02") {
                document.location.href = "/Fr/html/board/default.asp?checkT=faq02"
        } else if (LinkCode == "faq03") {
                document.location.href = "/Fr/html/board/default.asp?checkT=faq03"
        } else if (LinkCode == "faq04") {
                document.location.href = "/Fr/html/board/default.asp?checkT=faq04"
        } else if (LinkCode == "faq05") {
                document.location.href = "/Fr/html/board/default.asp?checkT=faq05"

	  //»çÀÌÆ®¸Ê
               //¸ÞÀÎ
        } else if (LinkCode == "map") { 
                document.location.href = "/Fr/html/sitemap.asp"		
               //Àå¹Ù±¸´Ï
        } else if (LinkCode == "map_01") { 
                document.location.href = "/Fr/html/member/login.asp?refererUrl=/Fr/html/member/cart.asp"
               //¼ö°­ÀÌ·Â
        } else if (LinkCode == "map_02") { 
                document.location.href = "/Fr/html/member/login.asp?refererUrl=/Fr/html/member/sghistory.asp"
               //Æ÷ÀÎÆ®Á¶È¸
        } else if (LinkCode == "map_03") { 
                document.location.href = "/Fr/html/member/login.asp?refererUrl=/Fr/html/member/pointsh.asp"
               //È¸¿øÁ¤º¸¼öÁ¤
        } else if (LinkCode == "map_04") { 
                document.location.href = "/Fr/html/member/login.asp?refererUrl=/Fr/html/member/joinedit.asp"
               //È¸¿øÅ»Åð
        } else if (LinkCode == "map_05") { 
                document.location.href = "/Fr/html/member/login.asp?refererUrl=/Fr/html/member/memout.asp"


	//È¸¿ø°¡ÀÔ ¹× ·Î±×ÀÎ
                // Àå¹Ù±¸´Ï
        } else if (LinkCode == "my1") {
                document.location.href = "/Fr/html/member/cart.asp"
                // ¼ö°­ÀÌ·Â
        } else if (LinkCode == "my2") {
                document.location.href = "/Fr/html/member/sghistory.asp"
               //·¹º§Å×½ºÆ®ÀÌ·Â
        } else if (LinkCode == "my3") { 
                document.location.href = "/Fr/html/member/leveltest.asp"
                // Æ÷ÀÎÆ®Á¶È¸
        } else if (LinkCode == "my4") {
                document.location.href = "/Fr/html/member/pointsh.asp"
                // È¸¿ø°¡ÀÔ(³»±¹ÀÎ)
        } else if (LinkCode == "memjoin") { 
                document.location.href = "/Fr/html/member/joinform.asp"
                // È¸¿ø°¡ÀÔ(¿Ü±¹ÀÎ)
        } else if (LinkCode == "memjoin1") { 
                document.location.href = "/Fr/html/member/joinform1.asp"
                // È¸¿øÁ¤º¸¼öÁ¤
        } else if (LinkCode == "memedit") {
                document.location.href = "/Fr/html/member/joinedit.asp"
                // ·Î±×ÀÎ
        } else if (LinkCode == "login") {
                document.location.href = "/Fr/html/member/login.asp?refererUrl=/main.asp"
                // ·Î±×¾Æ¿ô
        } else if (LinkCode == "logout") {
                document.location.href = "/Fr/html/member/logoutOk.asp"
                // ¾ÆÀÌµðºñ¹øÃ£±â(³»±¹ÀÎ)
        } else if (LinkCode == "idpw") {
                document.location.href = "/Fr/html/member/idpwsearch.asp"
                // ¾ÆÀÌµðºñ¹øÃ£±â(¿Ü±¹ÀÎ)
        } else if (LinkCode == "idpw2") {
                document.location.href = "/Fr/html/member/idpwsearch2.asp"
				// °³ÀÎº¸È£
        } else if (LinkCode == "pr") {
                document.location.href = "/Fr/html/member/joinagree.asp"
				// È¸¿øÅ»Åð
        } else if (LinkCode == "memout") {
                document.location.href = "/Fr/html/member/memout.asp"

		//Ã¤¿ëÁ¤º¸
                // Ã¤¿ë´º½º
        } else if (LinkCode == "recuit1") { 
                document.location.href = "/Fr/html/recruit/default.asp"
                // Á÷¿øÃ¤¿ë
        } else if (LinkCode == "recuit2") { 
                document.location.href = "/Fr/html/recruit/default1.asp"
                // °­»çÃ¤¿ë
        } else if (LinkCode == "recuit3") { 
                document.location.href = "/Fr/html/recruit/default3.asp"




	//bcm´ëÇ¥°­ÀÇ
                // ½ºÇÇÅ·¿÷½º Toeic
        } else if (LinkCode == "brand0_1") { 
                document.location.href = "/Fr/html/brand/brand0_1.asp"
                // emp
        } else if (LinkCode == "brand1_1") { 
                document.location.href = "/Fr/html/brand/brand1_1.asp"
                // firstclass business
        } else if (LinkCode == "brand2_1") {
                document.location.href = "/Fr/html/brand/brand2_1.asp"
                // catch up listening
        } else if (LinkCode == "brand3_1") {
                document.location.href = "/Fr/html/brand/brand3_1.asp"
                // survival english
        } else if (LinkCode == "brand4_1") {
                document.location.href = "/Fr/html/brand/brand4_1.asp"
                // toeic coach program
        } else if (LinkCode == "brand5_1") {
                document.location.href = "/Fr/html/brand/brand5_1.asp"
		} else if (LinkCode == "brand1_1_sw") {
                document.location.href = "/Fr/html/brand/brand1_1_sw.asp?left_menu=1"
		} else if (LinkCode == "brand1_1_c1") {
                document.location.href = "/Fr/html/brand/brand1_1_c1.asp"
		} else if (LinkCode == "sub1_2_brand_1") {
                document.location.href = "/Fr/html/sub1/sub1_2_brand.asp?left_menu=1"
		} else if (LinkCode == "brand1_3_sw") {
                document.location.href = "/Fr/html/brand/brand1_3_sw.asp?left_menu=1"    
		} else if (LinkCode == "brand_program_sw_1") {
                document.location.href = "/Fr/html/brand/brand_program_sw.asp?left_menu=1"                   
		} else if (LinkCode == "sub2_2_1_brand_1") {
                document.location.href = "/Fr/sub2_2_1_brand.asp?left_menu=1"  
		} else if (LinkCode == "brand2_1_sw") {
                document.location.href = "/Fr/html/brand/brand2_1_sw.asp?left_menu=2"
		} else if (LinkCode == "sub1_2_brand_2") {
                document.location.href = "/Fr/html/sub1/sub1_2_brand.asp?left_menu=2"
		} else if (LinkCode == "brand2_3_sw") {
                document.location.href = "/Fr/html/brand/brand2_3_sw.asp?left_menu=2"    
		} else if (LinkCode == "brand_program_sw_2") {
                document.location.href = "/Fr/html/brand/brand_program_sw.asp?left_menu=2"                        
		} else if (LinkCode == "sub2_2_1_brand_2") {
                document.location.href = "/Fr/sub2_2_1_brand.asp?left_menu=2"                              
		} else if (LinkCode == "brand3_1_sw") {
                document.location.href = "/Fr/html/brand/brand3_1_sw.asp?left_menu=3"
		} else if (LinkCode == "sub1_2_brand_3") {
                document.location.href = "/Fr/html/sub1/sub1_2_brand.asp?left_menu=3"
		} else if (LinkCode == "brand3_3_sw") {
                document.location.href = "/Fr/html/brand/brand3_3_sw.asp?left_menu=3"    
		} else if (LinkCode == "brand_program_sw_3") {
                document.location.href = "/Fr/html/brand/brand_program_sw.asp?left_menu=3"                         
		} else if (LinkCode == "sub2_2_1_brand_3") {
                document.location.href = "/Fr/sub2_2_1_brand.asp?left_menu=3"                             
		} else if (LinkCode == "brand4_1_sw") {
                document.location.href = "/Fr/html/brand/brand4_1_sw.asp?left_menu=4"
		} else if (LinkCode == "sub1_2_brand_4") {
                document.location.href = "/Fr/html/sub1/sub1_2_brand.asp?left_menu=4"
		} else if (LinkCode == "brand4_3_sw") {
                document.location.href = "/Fr/html/brand/brand4_3_sw.asp?left_menu=4"      
		} else if (LinkCode == "brand_program_sw_4") {
                document.location.href = "/Fr/html/brand/brand_program_sw.asp?left_menu=4"                     
		} else if (LinkCode == "sub2_2_1_brand_4") {
                document.location.href = "/Fr/sub2_2_1_brand.asp?left_menu=4"                               
		} else if (LinkCode == "brand5_1_sw") {
                document.location.href = "/Fr/html/brand/brand5_1_sw.asp?left_menu=5"
		} else if (LinkCode == "brand5_1_c1") {
                document.location.href = "/Fr/html/brand/brand5_1_c1.asp"
		} else if (LinkCode == "toeic_c1_500") {
                document.location.href = "/Fr/html/brand/toeic_c1_500.asp"
		} else if (LinkCode == "brand4_1_c1") {
                document.location.href = "/Fr/html/brand/brand4_1_c1.asp"
		} else if (LinkCode == "brand6_1_c1") {
                document.location.href = "/Fr/html/brand/brand6_1_c1.asp"
		} else if (LinkCode == "toeic_c1_700") {
                document.location.href = "/Fr/html/brand/toeic_c1_700.asp"
		} else if (LinkCode == "toeic_c1_prac") {
                document.location.href = "/Fr/html/brand/toeic_c1_prac.asp"
		} else if (LinkCode == "sub1_2_brand_5") {
                document.location.href = "/Fr/html/sub1/sub1_2_brand.asp?left_menu=5"
		} else if (LinkCode == "brand5_3_sw") {
                document.location.href = "/Fr/html/brand/brand5_3_sw.asp?left_menu=5"    
		} else if (LinkCode == "brand_program_sw_5") {
                document.location.href = "/Fr/html/brand/brand_program_sw.asp?left_menu=5"                    
		} else if (LinkCode == "sub2_2_1_brand_5") {
                document.location.href = "/Fr/sub2_2_1_brand.asp?left_menu=5"                                  
		} else if (LinkCode == "brand6_1_sw") {
                document.location.href = "/Fr/html/brand/brand6_1_sw.asp?left_menu=6"
		} else if (LinkCode == "sub1_2_brand_6") {
                document.location.href = "/Fr/html/sub1/sub1_2_brand.asp?left_menu=6"
		} else if (LinkCode == "brand6_3_sw") {
                document.location.href = "/Fr/html/brand/brand6_3_sw.asp?left_menu=6"    
		} else if (LinkCode == "brand_program_sw_6") {
                document.location.href = "/Fr/html/brand/brand_program_sw.asp?left_menu=6"                    
		} else if (LinkCode == "sub2_2_1_brand_6") {
                document.location.href = "/Fr/sub2_2_1_brand.asp?left_menu=6"                                  
		} else if (LinkCode == "brand7_1_sw") {
                document.location.href = "/Fr/html/brand/brand7_1_sw.asp?left_menu=7"
		} else if (LinkCode == "sub1_2_brand_7") {
                document.location.href = "/Fr/html/sub1/sub1_2_brand.asp?left_menu=7"
		} else if (LinkCode == "brand7_3_sw") {
                document.location.href = "/Fr/html/brand/brand7_3_sw.asp?left_menu=7"  
		} else if (LinkCode == "brand_program_sw_7") {
                document.location.href = "/Fr/html/brand/brand_program_sw.asp?left_menu=7"                        
		} else if (LinkCode == "sub2_2_1_brand_7") {
                document.location.href = "/Fr/sub2_2_1_brand.asp?left_menu=7"                                
		} else if (LinkCode == "brand8_1_k2") {
                document.location.href = "/Fr/html/brand/k2_brand8_1.asp"
		} else if (LinkCode == "brand9_1_k2") {
                document.location.href = "/Fr/html/brand/k2_brand9_1.asp"

		} else if (LinkCode == "brand_program_sw") {
                document.location.href = "/Fr/html/brand/brand_program_sw.asp"
		} else if (LinkCode == "brand8_1_s7") {
                document.location.href = "/Fr/html/brand/brand8_1_1_s7.asp?left_menu=8"


		//ÆÐ¹Ð¸® »çÀÌÆ®
                // ebcm
        } else if (LinkCode == "fm-site01") { 
                new_window('http://online.ebcm.co.kr','site01','1024','768','yes');
                // bcmjunior
        } else if (LinkCode == "fm-site02") {
                new_window('http://ebcm.bcmjunior.com','site02','1024','768','yes');
                // bcm
        } else if (LinkCode == "fm-site03") {
                new_window('http://www.bcmjunior.com','site03','1024','768','yes');
                // u-tutor
        } else if (LinkCode == "fm-site04") {
                new_window('http://www.ututor.co.kr','site04','1024','768','yes');
                // k12
        } else if (LinkCode == "fm-site05") {
                new_window('http://www.k12korea.com/offline/main.asp','site05','1024','768','yes');
                // u-phone
        } else if (LinkCode == "fm-site06") {
                new_window('http://www.shallwetalk.co.kr','site06','1024','768','yes');
                // bcmcorp
        } else if (LinkCode == "fm-site07") {
                new_window('http://www.bcmcorp.co.kr','site06','1024','768','yes');
		}
}


//ÇÃ·¡½Ã
function ShowFlash(obj,strMediaURL,obj_width,obj_height)  {
	var sTag = ''
		+ '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + obj_width + '" height="' + obj_height + '">'
		+ '<param name="movie" value="' + strMediaURL + '">'
		+ '<param name="quality" value="best">'
		+ '<param name="WMode" value="Transparent">'
		+ '<embed src="' + strMediaURL + '" quality="best" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + obj_width + '" height="' + obj_height + '"></embed>'
		+ '</object>'
		+ '';
	document.write (sTag);
}

//onfocus='blur();' ¸¦ ÇÑ¹ø¿¡
function bluring(){
	if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
	}
	document.onfocusin=bluring;
	
<!-- Overture Korea
var ysm_accountid  = "15GVM6BU43IJ5L2JUF42RTDP2LG";
document.write("<SCR" + "IPT language='JavaScript' type='text/javascript' " 
+ "SRC=//" + "srv3.wa.marketingsolutions.yahoo.com" + "/script/ScriptServlet" + "?aid=" + ysm_accountid 
+ "></SCR" + "IPT>");
// -->	