
/* ------------------------------------------------------------
 Copyright (C) 2005 en-japan Inc.
------------------------------------------------------------ */

function HelpWin()
{
hw=window.open("","help","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,dependent=yes,width=460,height=300,screenX=0,screenY=0,left=0,top=0");
hw.focus();
}
