function showHelp(vrl)
{
if (screen.width > "999")
      { window.open(vrl,"HELP","width=155,height=310,left=700,top=55,scrollbars=no"); }
else  { window.open(vrl,"HELP","width=155,height=310,left=575,top=75,scrollbars=no"); }
}