<!-- 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=150,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 onLoad="document.form.box.focus()"><form name=form>' + msg + '<br>');
write('<CENTER><p><input type=button class=nupp3 value="Sulge aken" onClick=window.close()>');
write('</center></form></body></html>');
close();
   }
}
//  End -->



