function obj_var(ver) {
  var obj = "";
  obj += "<object classid='CLSID:4D04A489-D720-4FB2-8F7E-623041097B7E' codebase='http://down.goodprivacy.co.kr/atxgdpp.cab#version="+ver+"' width='0' height='0' id='atxp' style='display:none;'>";  
  obj += "<param name='pcode' value=''>";
  obj += "</object>";
  return obj;
}
function draw_obj(src) {
  document.write(src);
}
function run_atx(p) { 
  browser = navigator.userAgent.toLowerCase();  
  if(browser.indexOf("msie") > 0) { 
    atx = document.getElementById('atxp');  
    if(typeof(atx) != "undefined" && atx != null && atx.object != null) {      
      atx.pcode = p;
      atx.run();      
    }
    else {
      alert('¸ÕÀú ¿¢Æ¼ºê¿¢½º¸¦ ¼³Ä¡ÇÏ¼¼¿ä.');    
    }
  }
  else {
    alert('ÀÎÅÍ³Ý ÀÍ½ºÇÃ·Î·¯¿¡¼­¸¸ ¼³Ä¡ °¡´ÉÇÕ´Ï´Ù.');
  }
}
