function ShowHelp (n)
{
 var newWin = window.open("/dict/help.asp?id="+n, "help", "width=300,height=200,resizable=yes,toolbar=0,status=0,scrollbars=0");
}
