
var contentjs = 'chat/indexcontent.cgi';

function chatHelp()
{
  var helpwin = window.open('http://www.postiloota.net/chat/help.html', 'chathelp', 'status=no,location=no,copyhistory=no,resizable=yes,scrollbars=yes,width=350,height=400');
  helpwin.focus();
}

