var str="" ;

str += "<div style='text-align:center;' onmouseover=\"this.style.color='red'\" onmouseout=\"this.style.color='black'\" class=\"anchor2\" onclick=\"window.location.href='index.html'\">Home</div>" ;
str += "<div style='text-align:center;' onmouseover=\"this.style.color='red'\" onmouseout=\"this.style.color='black'\" class=\"anchor2\" onclick=\"window.location.href='archive.htm'\">Games Archive</div>" ;
str += "<div style='text-align:center;' onmouseover=\"this.style.color='red'\" onmouseout=\"this.style.color='black'\" class=\"anchor2\" onclick=\"window.location.href='mailto:help@nemesis.info'\">Contact Us</div>" ;
str += "<div style='text-align:center;' onmouseover=\"this.style.color='red'\" onmouseout=\"this.style.color='black'\" class=\"anchor2\" onclick=\"window.location.href='buying.htm'\">Buying</div>" ;
str += "<div style='text-align:center;' onmouseover=\"this.style.color='red'\" onmouseout=\"this.style.color='black'\" class=\"anchor2\" onclick=\"window.location.href='download.htm'\">Download</div>" ;
str += "<div style='text-align:center;' onmouseover=\"this.style.color='red'\" onmouseout=\"this.style.color='black'\" class=\"anchor2\" onclick=\"window.location.href='faq.htm'\">FAQ (Nemesis)</div>" ;
str += "<div style='text-align:center;' onmouseover=\"this.style.color='red'\" onmouseout=\"this.style.color='black'\" class=\"anchor2\" onclick=\"window.location.href='recommend.htm'\">Recommendations</div>" ;
str += "<div style='text-align:center;' onmouseover=\"this.style.color='red'\" onmouseout=\"this.style.color='black'\" class=\"anchor2\" onclick=\"window.location.href='Nexus.htm'\">Nexus</div>" ;

str += "<div class=\"gamanchor\">"
+ "<img src='images/new.gif'><B>NEMESIS GAMES ARCHIVE</b> "
+ "Finally, the archive is here! First up we have almost all the World Championship games"
+ " ever played."
+ "<p><a style='color:yellow' class='anchor3' href=\"archive.htm\"'><b>See the archive</b></a>"
+ "<p>Also see the games from the Nemesis-Cake++ match.</p>"
+ "<p><a style='color:yellow' class='anchor3' href=\"benchmarks.htm\"'><b>Check it out</b></a>"
+ "<p>Also check these:"
+ "<p><div style='color:yellow' class='anchor3' onclick='window.open(\"viewer/viewer.htm?doc=games/showcase1.xml\", \"\", \"width=600,height=400,resizable=1\")'><b>Showcase 1</b></div>"
+    "<div style='color:yellow' class='anchor3' onclick='window.open(\"viewer/viewer.htm?doc=games/showcase2.xml\", \"\", \"width=600,height=400,resizable=1\")'><b>Showcase 2</b></div>"
+ "</div><br>";

str += "<div class=\"news\">"
+ "<b>NEMESIS V1.2 RELEASED</b> <div class='anchor3' onclick=\"window.location.href='download.htm'\">Download</div><br>"
+ "<p>Lots of great new enhancements and bug fixes. The user interface has got a lot faster!"
+ " Drag pieces and watch them animate a lot faster. A very useful new 'Mode' button, and "
+ "3 new menu items. Mark the last piece that has moved."
+ "<p>Also the hardware requirements are reduced again! Only 233Mhz CPU needed now, and less disk space!</p>"
+ "<p><span class='anchor3' onclick='window.location.href=\"buying.htm\"'><b>Buy Nemesis</b></span>"
+ "</div><br>";

str += "<div class=\"news\">"
+ "<B>NEXUS NEWS:</b> Nexus now available for all operating systems including 2000, Me and XP, Shareware included."
+ "<span class='anchor3' onclick='window.location.href=\"nexus.htm\"'><b>See the new Nexus Pages</b></span>"
+ "</div><br>";

document.write (str) ;
