//main projects menu
document.writeln("<table cellpadding=1 bgcolor=#902F00 width=620><tr><td><font color='white'>");
document.writeln("<a href='../delta1010/' style='{color:white}'>Delta 1010 Fix</a>");
document.writeln(" / ");
document.writeln("<a href='../hybridpre/' style='{color:white}'>Hybrid Mic Preamp</a>");
/*document.writeln(" / ");
if (page != "spudgun"){document.writeln("<a href='../spudgun/' style='{color:white}'>Spud Gun</a>");}
else {document.writeln("Spud Gun");}
*/
document.writeln(" / ");
document.writeln("<a href='../wifi/' style='{color:white}'>WiFi Projects</a>");
document.writeln(" / ");
document.writeln("<a href='../filmcannon/' style='{color:white}'>Film Cannon</a>");/*document.writeln(" / ");
if (page != "heatpump"){document.writeln("<a href='../wifi/' style='{color:white}'>Heatpump Control</a>");}
else {document.writeln("Heatpump Control");}
*/
document.writeln("</font></td></tr></table>");

/*
//how-to menu
document.writeln("<table cellpadding=1 bgcolor=#003978 width=620><tr><td><font color='white'>");
if (page != "pcbetching"){document.writeln("<a href='../pcbetching/' style='{color:white}'>PCB Etching</a>");}
else {document.writeln("PCB Etching");}
document.writeln(" / ");
if (page != "rcfilter"){document.writeln("<a href='../rcfilter/' style='{color:white}'>RC Filter Design</a>");}
else {document.writeln("RC Filter Design");}
document.writeln(" / ");
if (page != "valveschem"){document.writeln("<a href='../valveschem/' style='{color:white}'>Reading Valve Schematics</a>");}
else {document.writeln("Reading Valve Schematics");}
document.writeln("</font></td></tr></table>");
*/
