  function MagazineOpen(Code) {
    if ( document.getElementById ) {
      magazine.document.location.href = "/system/magazine.html?"+Code;
      document.getElementById("MagazineBox").style.visibility = "visible"; } }
  function MagazineClose() {
    if ( document.getElementById ) {
      magazine.document.location.href = "/system/magazine.html";
      document.getElementById("MagazineBox").style.visibility = "hidden"; } }

