
function MainLogo()
{
	document.write("<a href=http://www.rginews.com>"
	+ "<img src=/images/masthead_leftcorner.gif width=457 height=45 border=0></a>");
}

function NavMenu()
{
	document.write("<map name=\"NavmenuTop\">\n"
	+ "<area href=\"https://secure.rginews.com/cgi-bin/signup_form\""
	+ " shape=\"rect\" coords=\"0, 0, 116, 24\">\n"
	+ "<area href=\"http://www.rginews.com/features.htm\""
	+ " shape=\"rect\" coords=\"129, 0, 235, 24\">\n"
	+ "<area href=\"http://www.rginews.com/support.htm\""
	+ " shape=\"rect\" coords=\"248, 0, 355, 24\">\n"
	+ "<area href=\"https://secure.rginews.com/user/accnt_main\""
	+ " shape=\"rect\" coords=\"365, 0, 474, 24\">\n"
	+ "<area href=\"http://mail.rginews.com/zmail\""
	+ " shape=\"rect\" coords=\"487, 0, 599, 24\">\n"
	+ "</map><img border=\"0\" src=\"/images/masthead_menubar.gif\""
	+ " usemap=\"\#NavmenuTop\" width=\"600\" height=\"25\">");
}

function CopyrightFooter()
{
	document.write("<map name=\"Copyright\">\n"
	+ "<a href=\"http://www.rginews.com/copyrightnotice.htm\">"
	+ "<img border=0 src=/images/footer.gif width=413 height=37></td>");
}
