<SCRIPT language=JavaScript>
<!-- vor alten Browsern verstecken copyright Arnold Schiller http://homepages.muenchen.org/bm596269
function msgopen() {
fenster = open("", "Welcome", "scrollbar=yes,width=400,height=200");
fenster.document.open();
with (fenster.document) {
write("<html><base target='Frame 0'><body onBlur='window.close()'>");//Frame0 is name of the display change it, if
//necessary
write("Hi There!
");
write(" Here's a quick way to get another window up here.<BR>");
write("<A HREF='http://www.htmlgoodies.com/'>http://www.htmlgoodies.com</A><BR>");
write("<P>Close the window to grab the script.<BR>");
write("</body></html>");
}
fenster.document.close();
}

// -->

</SCRIPT>