// JavaScript Document
function sitelink(code) {
        var LinkCode = code
                // È¨
        if (LinkCode == "home") {
                document.location.href = "/"



//´ë¸Þ´º ===========================================================================================

        //È¸»ç¼Ò°³

	             //CEOÀÎ»ç¸»
		 } else if (LinkCode == "sub01_1") {
                document.location.href = "/html/sub_01_1.asp"
	            // ¿¬Çõ
        } else if (LinkCode == "sub01_2") { 
                document.location.href = "/html/sub_01_2.asp"
				// Á¶Á÷µµ

        } else if (LinkCode == "sub01_3") { 
                document.location.href = "/html/sub_01_3.asp"
				// ¾÷¹«Èå¸§

        } else if (LinkCode == "sub01_4") { 
                document.location.href = "/html/sub_01_4.asp"
				// ¾àµµ

        } else if (LinkCode == "sub01_5") { 
                document.location.href = "/html/sub_01_5.asp"
				// Ã¤¿ëÁ¤º¸
		} else if (LinkCode == "sub01_6") { 
        document.location.href = "/html/sub_01_6.asp"

       
	   
		//Á¦Ç°¼Ò°³

                  
         //TV

		 } else if (LinkCode == "sub02_1") {
                document.location.href = "/html/sub_02_1.asp"
		//¸ð´ÏÅÍ

		 } else if (LinkCode == "sub02_2") {
                document.location.href = "/html/sub_02_2.asp"
		//°¡ÀüÁ¦Ç°

		 } else if (LinkCode == "sub02_3") {
                document.location.href = "/html/sub_02_3.asp"
		//»ç¹«¿ëÇ°

		 } else if (LinkCode == "sub02_4") {
                document.location.href = "/html/sub_02_4.asp"
		//ÀÚµ¿Â÷¿ëÇ°
				
		 } else if (LinkCode == "sub02_5") {
                document.location.href = "/html/sub_02_5.asp"
									
	
       
	   
	   
	   // ¼³ºñÇöÈ²
	     
		 //°í¼Ó°¡°ø±â

		} else if (LinkCode == "sub03_8") {
        document.location.href = "/html/sub_03_8.asp" 
		 //¹Ð¸µ

		} else if (LinkCode == "sub03_1") {
        document.location.href = "/html/sub_03_1.asp" 
		//¹æÀü±â

		} else if (LinkCode == "sub03_2") {
        document.location.href = "/html/sub_03_2.asp"
		//»çÃâ±â

		} else if (LinkCode == "sub03_3") {
        document.location.href = "/html/sub_03_3.asp"
		//´ÙÀÌÆ÷½ºÆÃ

		} else if (LinkCode == "sub03_4") {
        document.location.href = "/html/sub_03_4.asp"
		//¿ÍÀÌ¾îÄ¿ÆÃ

		} else if (LinkCode == "sub03_5") {
        document.location.href = "/html/sub_03_5.asp"
		//cad

		} else if (LinkCode == "sub03_6") {
        document.location.href = "/html/sub_03_6.asp" 
		//±âÅ¸		
		} else if (LinkCode == "sub03_7") {
        document.location.href = "/html/sub_03_7.asp"		
				
					
		//±â¼úÇöÈ²
 
		
		      //Ç°ÁúÀÎÁõ
    	 } else if (LinkCode == "sub04_1") {
                document.location.href = "/html/sub_04_1.asp"
				 //±â¼ú°³¹ß
		 } else if (LinkCode == "sub04_2") {
                document.location.href = "/html/sub_04_2.asp"
				 //°Å·¡½ÇÀû
		 } else if (LinkCode == "sub04_3") {
                document.location.href = "/html/sub_04_3.asp"
				 //¼ö»óÇöÈ²
		 } else if (LinkCode == "sub04_4") {
                document.location.href = "/html/sub_04_4.asp"
				 //Æ¯Çã
		 } else if (LinkCode == "sub04_5") {
                document.location.href = "/html/sub_04_5.asp"
	
       
		
		//°í°´Áö¿ø

		      
			  //°øÁö»çÇ×
		 } else if (LinkCode == "sub05_1" ) { 
                document.location.href = "/html/board/default.asp?checkt=cus01"  
	           //Q&A
        } else if (LinkCode == "sub05_2") { 
                document.location.href = "/html/board/default.asp?checkt=cus02"  
				   //ÀÚÀ¯°Ô½ÃÆÇ
		} else if (LinkCode == "sub05_3") { 
            document.location.href = "/html/board/default.asp?checkt=cus03"  
				   
				   
		//°í°´Áö¿ø		   
        } else if (LinkCode == "sub06_1") { 
                document.location.href = "/html/board/default.asp?checkt=s01"  
				   //°¶·¯¸®°Ô½ÃÆÇ 
        } else if (LinkCode == "sub06_2") { 
                document.location.href = "/html/board/default.asp?checkt=s02"  
				   //º¸µµÀÚ·á
       
				
       
		
	               
        } 
}

//ÇÃ·¡½Ã
function ShowFlash(obj,strMediaURL,obj_width,obj_height)  {
	var sTag = ''
		+ '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://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;

