/**
 * @type   : function
 * @access : public
 * @desc   : Active X ÄÄÆ÷³ÍÆ® XP ¾÷µ¥ÀÌÆ® KB912945
 * @sig    : cfShowEmbedObject

 * @param  : elementId  Active X ¿ÀºêÁ§Æ® Comment¸í
 * @author : ÀÌÁ¤ÇÐ
 */
function cfShowEmbedObject(elementId){
 document.write(elementId.text);

 // µ¿ÀÏÇÑ ID¸¦ »ç¿ëÇÏ±â À§ÇØ ´Ù½Ã elementID ¸¦ ÃÊ±âÈ­
 elementId.id = "";
}

<!--ÀÌ¹ÌÁö ¿øº»º¸±â-->

<!-- 
function AutoResize(img){ 
  foto1= new Image(); 
  foto1.src=(img); 
  Controlla(img); 
} 
function Controlla(img){ 
  if((foto1.width!=0)&&(foto1.height!=0)){ 
    viewFoto(img); 

  } 
  else{ 
    funzione="Controlla('"+img+"')"; 
    intervallo=setTimeout(funzione,20); 
  } 
} 


function viewFoto(img){ 
  largh=foto1.width+0; 
  altez=foto1.height+0; 
  stringa="width="+largh+",height="+altez; 

var open_img = img;
  finestra=window.open('about:blank','',stringa); 
  finestra.document.writeln("<body leftmargin=0 topmargin=0><img src="+open_img+" style='cursor:hand' onClick=self.close()></body>"); 
  finestra.document.close(); 
} 
//-->