<SCRIPT LANGUAGE="JavaScript"><!-- hide from old browsers
function PopIt(label, msg)
{
// Set up Page Colors & Table
var s1 =
"<TITLE>Der Arztwitz der Woche!</TITLE>" +
"<BODY BGCOLOR='ffffff'><TABLE BORDER=0><TR>" +
"<TD WIDTH=90% HEIGHT=90 VALIGN=TOP ALIGN=LEFT>"+
"<FONT SIZE=4>"
var s2 = "<FONT
COLOR='FF0000'><B>"+label+"</B></FONT><P>"
var s3 =
"</TD><TD WIDTH=10%> </TD></TR><TR><TD>
</TD>"+
"<TD VALIGN=TOP ALIGN=RIGHT>"+
"<FORM><INPUT TYPE='BUTTON' VALUE='Okay'" +
"onClick='self.close()'>" +
"</FORM></TD></TR></TABLE></BODY>"
popup =
window.open("","popDialog","height=160,width=300,scrollbars=yes")
popup.document.write(s1+s2+msg+s3)
popup.document.close()
}
function popHelp()
{
PopIt('Der Arztwitz der Woche!', 'Was ist das?' + 'Es ist weiss und hüpft im Wald von
Baum zu Baum?!' + 'Es ist ein österreichischer' + '(sorry Austria! könnte auch ein
nordfriesischer, o.Ä. sein...)' + 'Arzt bei der Zeckenimpfung!')
}
<!-- done hiding --></SCRIPT><title>Pop-Up
Window</title></HEAD>
<CENTER><FORM><INPUT TYPE="BUTTON" VALUE="Arztwitz der
Woche" onClick="popHelp()"></FORM></CENTER><p>