var wopen=1;
function longnote(tekst)
{
if (wopen=1) {
msgWindow=window.open("","displayWindow","menubar=no,toolbar=no,scrollbars=yes,status=no,width=500,height=400,resizable=yes");
wopen=0;
}
msgWindow.focus();
msgWindow.document.close();
msgWindow.document.write("<FONT SIZE=2 FACE=Verdana>");
msgWindow.document.write(tekst+"<p><center>");
msgWindow.document.write("</font>");
msgWindow.document.write("<form><input type=button value='close' onClick='window.close()'></form>");
}

