// page1.js
document.write("<P CLASS='cent'>");
document.write("<A NAME='bigpic' CLASS='img'><IMG SRC='pictures/eye2.jpg' WIDTH='319' HEIGHT='236' ALT='large images: 7K to 12K' NAME='bigpic'><\/A>");
document.write("<\/P>");
document.write("<CENTER>");
document.write("<TABLE CELLSPACING='0' CELLPADDING='5'>");
document.write("<TR VALIGN='top'>");
document.write("<TD>");
document.write("<P CLASS='cent'>");
document.write("<A HREF='#bigpic' onmouseover=document.bigpic.src='pictures/eye2.jpg'>The Eye of<BR>");
document.write("the Future<\/A>");
document.write("<\/P>");
document.write("<\/TD>");
document.write("<TD>");
document.write("<P CLASS='cent'>");
document.write("<A HREF='#bigpic' onmouseover=document.bigpic.src='pictures/planets2.jpg'>Some planets<\/A>");
document.write("<\/P>");
document.write("<\/TD><\/TR>");
document.write("<TR VALIGN='top'>");
document.write("<TD>");
document.write("<P CLASS='cent'>");
document.write("<A HREF='#bigpic' onmouseover=document.bigpic.src='pictures/christa2.jpg'>The Christa<\/A>");
document.write("<\/P>");
document.write("<\/TD>");
document.write("<TD>");
document.write("<P CLASS='cent'>");
document.write("<A HREF='#bigpic' onmouseover=document.bigpic.src='pictures/walter2.jpg'>Walter's credit<\/A>");
document.write("<\/P>");
document.write("<\/TD><\/TR>");
document.write("<\/TABLE>");
document.write("<\/CENTER>")
