self.name = "imode_window";
function WinOpen2() {
   if   (navigator.appName == "Netscape" ) {
        msg=window.open("http://www.who.ne.jp/m/","wkfrm","status=no,location=0,scrollbars=yes,resizable=no,toolbar=0,directories=0,menubar=0,width=170,height=350");
   }
   else
   { 
        msg=window.open("http://www.who.ne.jp/m/","wkfrm","status=no,location=0,scrollbars=yes,resizable=no,toolbar=0,directories=0,menubar=0,width=170,height=350");
   }
}
