<!--
var Oldobject = ''
function showhide(what) {

if (what.style.display=='') {
closewhide(what);
return ;
}
if (Oldobject !='')
Oldobject.style.display='none';

if (what.style.display=='none') {
what.style.display='';
}
Oldobject = what

}
function closewhide(what) {
what.style.display='none';
}
function MM_popupMsg(msg) { //v1.0
alert(msg);
}
//-->


//  ÆùÆ®Á¶Àý
    var nowFontSz = 11 ; // À§ CSSÀÇ article°ú °°Àº Font Å©±â
    //var nowlineHei= 2 ; // À§ CSSÀÇ article°ú °°Àº Font Çà°£
    var fontObj ;

    function fontSz(){
     if (document.getElementById) fontObj = document.getElementById("fontSzArea").style ;
     else if (document.all) fontObj = document.all("fontSzArea").style ;
     // Font Resize
     if (arguments[0] == "-"){
	      if (nowFontSz <= 9) return ;
	      fontObj.fontSize = nowFontSz-1 + "pt" ;
	      nowFontSz = eval(nowFontSz-1) ;

	      if(nowFontSz < 13){
	      }

     }else if (arguments[0] == "+"){
	      if (nowFontSz >= 21) return ;
	      fontObj.fontSize = nowFontSz+1 + "pt" ;
	      nowFontSz = eval(nowFontSz+1) ;

	      if(nowFontSz < 13){
	     }  
     }
    }


//flash object insert
function MakeFlashString(source,id,width,height,wmode, otherParam)
{ 
return "<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0\" width="+width+" height="+height+" id="+id+"><param name=wmode value="+wmode+" /><param name=movie value="+source+" /><param name=quality value=high />"+otherParam+"<embed src="+source+" quality=high wmode="+wmode+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" width="+width+" height="+height+"></embed></object>";
}

function MakeObjectString(classid, codebase, name, id, width,height, param)
{
return "<object classid="+classid+" codebase="+codebase+" name="+name+" width="+width+" height="+height+" id="+id+"><param name=wmode value="+wmode+" />"+param+"</object>";
}

// innerHTML Type
function SetInnerHTML(target, code)
{ 
target.innerHTML = code; 
}

// Direct Write Type
function DocumentWrite(src)
{
document.write(src);
}



