/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 JavaScript Library [ Use Free ] 
---------------------------------------------------------------------------------
                                                                     Ver.20030505
---------------------------------------------------------------------------------
 Support url : http://game.gr.jp/js/         Toshirou Takahashi tato@fureai.or.jp
===============================================================================*/

 function openHELP(url,x,y){
    helpwin=window.open(url,'helpwin'
                          ,'left='+x+',top='+y+',width=400,height=400')
    helpwin.focus()
  }
