<script language="JavaScript"> <!-- // please keep these lines on when you copy the source // made by: Nicolas - http://www.javascript-page.com function text(txt) { window.status = txt; } // --> </script> <body onLoad="text('This is what the Window Statusbar does.');">