if (screen.width > 800 && screen.height > 600)
  {
  document.writeln('<BODY bgcolor="#000099" SCROLL="yes">');
  document.writeln('<table bgcolor="#000099" width=771 height=100% align=center border=0 bordercolor="red" cellpadding=0 cellspacing=0><tr><td height=100%>');
  document.writeln('<table bgcolor="#ffffff" width=771 align=center border=1 bordercolor="004080" cellpadding=0 cellspacing=0><tr><td>');
  document.writeln('<table bgcolor="#ffffff" width=767 align=center border=2 bordercolor="ffffff" cellpadding=0 cellspacing=0><tr><td>');
  }
  else document.writeln('<BODY bgcolor="#ffffff">')
