// JavaScript Document

var fot01 ="/mybox/join/agreement2.asp"; // Ç²ÅÍ ÀÌ¿ë¾à°ü
var fot02 ="/mybox/join/agreement.asp"; // Ç²ÅÍ °³ÀÎÁ¤º¸º¸È£Á¤Ã¥
var fot03 =""; // Ç²ÅÍ ÇïÇÁµ¥½ºÅ©
var fot04 ="/mybox/sitemap.asp"; // Ç²ÅÍ »çÀÌÆ®¸Ê



//¸µÅ©¿ë ÇÔ¼ö 
function GoMenu(name) {    

    if (eval(name) == "") {
        alert("¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.");
        return;    
    }
     else 
    {
        document.location.href = eval(name);
    }
}

// ÇÃ·¡½Ã È°¼ºÈ­ ½ºÅ©¸³Æ®
function Swf_View(URL,SizeX,SizeY,LnkId,Frm,Flag) // quick
{
    document.write('            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
    document.write('                    codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ');
    document.write('                    width="'+SizeX+'" height="'+SizeY+'"  id="'+LnkId+'" align="middle">');
    document.write('            <param name="movie"     value="'+URL+'" />');
    document.write('            <param name="quality"   value="high" />');
    if ( Flag == null || Flag != 'N' )
    {
        document.write('        <param name="wmode"     value="transparent"/>');
    }
	document.write('			<param name="allowScriptAccess" value="always"/> ');
	document.write('			<param name="base" value="." />');
    document.write('            <embed base="." src="'+URL+'" quality="high" width="'+SizeX+'" height="'+SizeY+'"  align="middle" ');
	 if ( Flag == null || Flag != 'N' )
    {
        document.write('       		wmode="transparent" ');
    }
    document.write('           		type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" allowScriptAccess="always" swLiveConnect=true name="'+LnkId+'"  />');
    document.write('            </embed></object>');
	if ( Frm == 'Y' ) { // form ÅÂ±× µé¾î°¡´Â ÆäÀÌÁö¿¡ Àû¿ë
		eval("window." + LnkId + " = document.forms[0]."+ LnkId +"; ");
	}

}


//ÀÍ½º6Àü¿ë png »ç¿ë
    function setPng24(obj) {
        obj.width=obj.height=1;
        obj.className=obj.className.replace(/\bpng24\b/i,'');

        obj.style.filter =

        "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');"
        obj.src=''; 
        return '';
    }

/* Á¢°í ÇÇ´Â ¼Ò½º ½Ã»çÈ¸¿ë */
	function Show_View(num)
		{
			for(i=1; i<=10; i++)
			 {
			 	if(num == i)
					{ 
						if(document.getElementById("onView"+i).style.display ="none")
							{
							 document.getElementById("onView"+i).style.display = "block";
							}
					}
				else
					document.getElementById("onView"+i).style.display ="none";
			 }
		}
