    /* ƒvƒ‰ƒ“ˆÄ“à          */
     function openWin3(url) {     var w = window;
     if ((w==window) || w.closed) {  
     { w = open(url, "gamen3", "width=620,height=630,left=0,top=0,status=yes,resizable=yes,scrollbars=yes"); }
     { w.focus(); } }
     else
     { w.focus(); }
     { w = open(url, "gamen3", "width=620,height=630,left=0,top=0,status=yes,resizable=yes,scrollbars=yes"); }
     
      return(false);}

