function writeMenu() {
document.write("<A HREF=/cgi-bin/books.pl CLASS=m3>ORDER BOOK</A><BR><BR>");
document.write("<A HREF=/pics/svn_poster_full.jpg TARGET=_blank CLASS=m3>DOWNLOAD POSTER</A><BR><BR>");
document.write("<A HREF=/open_acct.htm CLASS=m3>RESELLERS</A><BR><BR>");
document.write("<A HREF=/sunstones.htm CLASS=m3>SUNSTONES</A><BR><BR>");
document.write("<A HREF=\"javascript: popwin('/contact.htm');\" CLASS=m3>CONTACT US</A><BR><BR>");
document.write("<A HREF=/links.htm CLASS=m3>LINKS</A><BR><BR>");
document.write("<A HREF=/index.htm CLASS=m3>HOME</A><BR><BR>");
}

function writeHPMenu() {
document.write("<A HREF=/cgi-bin/books.pl CLASS=m3>ORDER BOOK</A><BR><BR>");
document.write("<A HREF=/pics/svn_poster_full.jpg TARGET=_blank CLASS=m3>DOWNLOAD POSTER</A><BR><BR>");
document.write("<A HREF=/open_acct.htm CLASS=m3>RESELLERS</A><BR><BR>");
document.write("<A HREF=/sunstones.htm CLASS=m3>SUNSTONES</A><BR><BR>");
document.write("<A HREF=\"javascript: popwin('/contact.htm');\" CLASS=m3>CONTACT US</A><BR><BR>");
document.write("<A HREF=/links.htm CLASS=m3>LINKS</A><BR><BR>");
}


function popwin(sel)
	{
	winLoc = sel
	newwindow = window.open(winLoc, "popup", "width=460,height=440");
	}
