///////////////////////////////////////////////////
// ウィンドウ No.1.1 Produced by「CLUB とむやん君」
// URL http://www2s.biglobe.ne.jp/~club_tom/
// 上の2行は著作権表示ですので消さないで下さい
///////////////////////////////////////////////////
function openWi11(fi,na,w,h) {
	window.open(fi,na,"width="+w+",height="+h+",left=50,top=100,toolbar=no,scrollbars=yes,location=no,directories=no,status=no,menubar=no,favorites=no,resizable=yes");
}
<!--
isIE4 = !!document.all
isNN4 = !!document.layers
isMOZ = (navigator.userAgent.match(/Gecko/i)!=null)

function link_info(m) {
  if(m==null)  m = "";

  if(isIE4) {
    el = parent.frames["msg"].document.all("LINKMSG1");
    el.innerHTML = m;
   }
  else if(isMOZ) {
    el = parent.frames["msg"].document.getElementById("LINKMSG1");
    el.innerHTML = m;
  }
  else if(isNN4) {
    lay = parent.frames["msg"].document.layers["PARENT_LINKMSG"].document.layers["LINKMSG1"];
    lay.document.open();
    lay.document.write(m);
    lay.document.close(); 
   }
}

