// JavaScript Document
function sitelink(code) {
        var LinkCode = code
                // È¨
        if (LinkCode == "home") {
                document.location.href = "/"

// Left ===========================================================================================
		//ABOUT SMITH
                // Welcome to Smith
        } else if (LinkCode == "about01") { 
                document.location.href = "/html/about/about01.asp"
                // Up-Grade Commmunications
        } else if (LinkCode == "about02") {
                document.location.href = "/html/about/about02.asp"
		//COMPANY
                // CEOÀÎ»ç¸»
        } else if (LinkCode == "company01") {
                document.location.href = "/html/company/company01.asp"
                // È¸»ç¿¬Çõ
        } else if (LinkCode == "company02") {
                document.location.href = "/html/company/company02.asp"
                // Ãë±Þ¾÷¹«
        } else if (LinkCode == "company03") {
                document.location.href = "/html/company/company03.asp"
                // ¾÷¹«½Ã½ºÅÛ
        } else if (LinkCode == "company04") {
                document.location.href = "/html/company/company04.asp"
                // Á¶Á÷ÇöÈ²
        } else if (LinkCode == "company05") {
                document.location.href = "/html/company/company05.asp"
                // ±â¾÷Á¤½Å
        } else if (LinkCode == "company06") {
                document.location.href = "/html/company/company06.asp"
                // ÁÖ¿ä±¤°íÁÖ
        } else if (LinkCode == "company07") {
                document.location.href = "/html/company/company07.asp"
                // ¿À½Ã´Â±æ
        } else if (LinkCode == "company08") {
                document.location.href = "/html/company/company08.asp"
		//SERVICE
                // ±¤°í±âÈ¹
        } else if (LinkCode == "service01") {
                document.location.href = "/html/service/service01.asp"
                // ±¤°íÁ¦ÀÛ
        } else if (LinkCode == "service02") {
                document.location.href = "/html/service/service0201.asp"
        } else if (LinkCode == "service0201") {
                document.location.href = "/html/service/service0201.asp"
        } else if (LinkCode == "service0202") {
                document.location.href = "/html/service/service0202.asp"
        } else if (LinkCode == "service0203") {
                document.location.href = "/html/service/service0203.asp"
                // ¸¶ÄÉÆÃÄÁ¼³ÆÃ
        } else if (LinkCode == "service03") {
                document.location.href = "/html/service/service03.asp"
                // ¸¶ÄÉÆÃ¸®¼­Ä¡
        } else if (LinkCode == "service04") {
                document.location.href = "/html/service/service04.asp"
                // PR
        } else if (LinkCode == "service05") {
                document.location.href = "/html/service/service05.asp"
                // ¹Ìµð¾î Plan
        } else if (LinkCode == "service06") {
                document.location.href = "/html/service/service06.asp"
                // Sales Promotion
        } else if (LinkCode == "service07") {
                document.location.href = "/html/service/service07.asp"
                // Á¤Ä¡ÇàÁ¤±¤°í
        } else if (LinkCode == "service08") {
                document.location.href = "/html/service/service08.asp"
		//CREATIVE
                // TV-CM/Raadio-CM
        } else if (LinkCode == "creative01") {
                document.location.href = "/html/creative/creative01.asp"
                // ½Å¹®±¤°í/ÀâÁö±¤°í
        } else if (LinkCode == "creative02") {
                document.location.href = "/html/creative/default01.asp?checkT=cre02"
                // Àü´Ü±¤°í/Ä«Å»·Î±× µî
        } else if (LinkCode == "creative03") {
                document.location.href = "/html/creative/default03.asp?checkT=cre03"
		//GUEST BOARD
                // °øÁö»çÇ×
        } else if (LinkCode == "guest01") {
                document.location.href = "/html/guest/default.asp?checkT=guest"
        } else if (LinkCode == "guest02") {
                document.location.href = "/html/guest/default.asp?checkT=info"
		}
}
