
  /* ÆÄÀÏ ¸µÅ©(°øÅë) */ 
  function file_link(str) {
    location.href= str;
  }


  /* ---------- ÆË¾÷ ¸µÅ© ---------- */ 

  /* ÆË¾÷1 (460x250) */ 
  function pop1(str) {
    newwindow = window.open(str, "", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=460, height=250, left=" + ((screen.width - 460) / 2) + ", top=50");
  }

  /* ÆË¾÷2 (460x300) */ 
  function pop2(str) {
    newwindow = window.open(str, "", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=460, height=300, left=" + ((screen.width - 460) / 2) + ", top=50");
  }

  /* ÆË¾÷3 (460x400) */ 
  function pop3(str) {
    newwindow = window.open(str, "", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=460, height=400, left=" + ((screen.width - 460) / 2) + ", top=50");
  }

  /* ÆË¾÷6 (460x400) - ¼¼·Î ½ºÅ©·Ñ */ 
  function pop6(str) {
    newwindow = window.open(str, "", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=460, height=400, left=" + ((screen.width - 460) / 2) + ", top=50");
  }

  /* ÆË¾÷4 (»õÃ¢) */ 
  function pop4(str) {
    newwindow = window.open(str, "", "toolbar=yes, location=yes, directories=yes, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=" + (screen.width - 100) + ", height=" + (screen.height - 100) + ", left=50, top=50");
  }

  /* ÆË¾÷5 (480x450) */ 
  function pop5(str) {
    newwindow = window.open(str, "", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=480, height=450, left=" + ((screen.width - 480) / 2) + ", top=50");
  }

  /* ¿¬±¸¿ø ¼Ò°³ (796x615) */ 
  function pop_keriguide(str) {
    newwindow = window.open(str, "", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=796, height=615, left=" + ((screen.width - 796) / 2) + ", top=50");
  }

  /* ¿¬±¸¿ø ÇÁ·ÎÇÊ */ 
  function pop_profile(str) {
    newwindow = window.open(str, "", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=603, height=560, left=" + ((screen.width - 603) / 2) + ", top=30");
  }

  /* ¸ÞÀÏÁø */ 
  function pop_mailzine(str) {
    newwindow = window.open(str, "", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=705, height=600, left=" + ((screen.width - 805) / 2) + ", top=50");
  }

  /* ---------- ÆË¾÷ ¸µÅ© // ---------- */ 
