Be certain when copying the source code to keep the very
long line below intact. You will get an error if you split
the line. Have some fun, play with the various options such
as height, width, and scrollbars!
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function windy()
{
window.open('h44a.html','windy','toolbar=no,location=no,
directories=no,status=no,menubar=no,resizable=yes,
copyhistory=no,scrollbars=yes,width=300,height=200');
}
//-->
</script>
<A HREF="JavaScript: windy()"
onMouseOver="window.status='Show Secret!';
return true" onMouseOut="window.status=''; return true">
<B>HERE IS THE SECRET MESSAGE!</B></A>