<script language="JavaScript">
<!--
// This function will move the window
// to a location zero pixels to the left and zero pixels from the top,
// maximize the browser to the full window settings
function shnacker()
{
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
}
-->
</script>