
//ÇÃ·¡½Ã
function flash_renew(url, width, height, id){
document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+width+"' height='"+height+"' id='"+id+"' align='middle'>");
document.write("<param name='allowScriptAccess' value='sameDomain' />");
document.write("<param name='movie' value='"+url+"' />");
document.write("<param name='quality' value='high' />");
document.write("<param name='bgcolor' value='#ffffff' />");
document.write("<embed src='"+url+"' quality='high' bgcolor='#ffffff' width='"+width+"' height='"+height+"' name='"+id+"' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
document.write("</object>");

}


//ÅÇ µð½ºÇÃ·¹ÀÌ ½ºÅ©¸³Æ®
        /* onfocus-='this.blur()'*/
        function bluring(){
        if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
        }
        document.onfocusin=bluring;

        //Tab Menu
        function DisplayTab(index,cut) {
            for (i=1; i<=cut; i++)
                if (index == i) {
                    thisMenu = eval("tab" + index + ".style");
                    thisMenu.display = "";
                }
                else {
                    otherMenu = eval("tab" + i + ".style");
                    otherMenu.display = "none";
                }
        }

		function DisplayTab2(index,cut) {
            for (i=1; i<=cut; i++)
                if (index == i) {
                    thisMenu = eval("tab2_" + index + ".style");
                    thisMenu.display = "";
                }
                else {
                    otherMenu = eval("tab2_" + i + ".style");
                    otherMenu.display = "none";
                }
        }