<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function explain(name, output, msg) {
newwin = window.open('','','top=150,left=350,width=325,height=200');
if (!newwin.opener) newwin.opener = self;
with (newwin.document)
{
open();
write('<html><LINK href="parnulv.css" type=text/css rel=stylesheet>');
write('<body>' + msg + '<br>');
write('<p><left>' + name);
write('<p><center><input type=button class=nupp value="Sulge aken" onClick=window.close()>');
write('</center></form></body></html>');
close();
   }
}
//  End -->


