<!--


if ( sTopFolder != "/" && sTopFolder !="/index.html" ) {
document.writeln("<tr><td height=60 width=150>");
document.writeln("<A HREF=\"/\" ");
document.writeln(" target = \"_top\">");
document.writeln(" <img src=\"/Menu/mnuJPEGs/btnArgon.jpg\"");
document.writeln(" height=\"60\" width=\"150\" ALT=\"Argon-Evolution\"");
document.writeln(" border=\"0\"></a>");
document.writeln("</td></tr>");
}

if ( sTopFolder != "/buy.html" ) {
document.writeln("<tr><td height=60 width=150>");
document.writeln("<A HREF=\"/buy.html\" ");
document.writeln(" target = \"_top\">");
document.writeln(" <img src=\"/Menu/mnuJPEGs/btnStuff.jpg\"");
document.writeln(" height=\"60\" width=\"150\" ALT=\"Stuff\"");
document.writeln(" border=\"0\"></a>");
document.writeln("</td></tr>");
}

if ( sTopFolder != "/events.html" ) {
document.writeln("<tr><td height=60 width=150>");
document.writeln("<A HREF=\"/events.html\"");
document.writeln(" target = \"_top\">");
document.writeln(" <img src=\"/Menu/mnuJPEGs/btnEvents.jpg\"");
document.writeln(" height=\"60\" width=\"150\"");
document.writeln(" target = \"Top\" ALT=\"Events\"border=\"0\"></a>");
document.writeln("</td></tr>");
}

if ( sTopFolder != "/press.html" ) {
document.writeln("<tr><td height=60 width=150>");
document.writeln("<A HREF=\"/press.html\"");
document.writeln(" target = \"_top\">");
document.writeln(" <img src=\"/Menu/mnuJPEGs/btnPress.jpg\"");
document.writeln(" height=\"60\" width=\"150\"");
document.writeln(" target = \"Top\" ALT=\"Press\"border=\"0\"></a>");
document.writeln("</td></tr>");
}

if ( sTopFolder != "/ScottMorgan/" ) {
document.writeln("<tr><td height=60 width=150>");
document.writeln("<A HREF=\"/ScottMorgan/\"");
document.writeln(" target = \"_top\">");
document.writeln(" <img src=\"/Menu/mnuJPEGs/btnScott.jpg\"");
document.writeln(" height=\"60\" width=\"150\"");
document.writeln(" target = \"Top\" ALT=\"Scott Morgan\"border=\"0\"></a>");
document.writeln("</td></tr>");
}

if ( sTopFolder == "/ScottMorgan/" ) {
document.writeln("<tr><td height=60 width=150>");
document.writeln("<A HREF=\"/Ploodoh/\"");
document.writeln(" target = \"_top\" >"); 
document.writeln("<img src=\"/Menu/mnuJPEGs/btnPloodoh.jpg\"");
document.writeln(" height=\"60\" width=\"150\" ALT=\"Ploodoh\" ");				document.writeln(" target = \"Top\" border=\"0\"> </a>");
document.writeln(" </td></tr>");
}

if ( sTopFolder != "/Proposal.html" ) {
document.writeln("<tr><td height=60 width=150>");
document.writeln("<A HREF=\"/Proposal.html\"");
document.writeln(" target = \"_top\" >"); 
document.writeln("<img src=\"/Menu/mnuJPEGs/btnPropSum.jpg\"");
document.writeln(" height=\"60\" width=\"150\" ALT=\"Proposal\" ");				document.writeln(" target = \"Top\" border=\"0\"> </a>");
document.writeln(" </td></tr>");
}


//--->

