function writePageButtsTblRed(){


document.write('<table cellspacing=0 cellpadding=3>');
document.write(' <tr><td><a href="./index.html" STYLE="text-decoration: none;color:red;font-family:arial;font-size:14;font-weight:bold" onMouseOver="style.color=\'blue\'" onMouseOut="style.color=\'red\'">HOME</a></td></tr>');
document.write(' <tr><td><a href="./TheStory.html" STYLE="text-decoration: none;color:red;font-family:arial;font-size:14;font-weight:bold" onMouseOver="style.color=\'blue\'" onMouseOut="style.color=\'red\'">The Story</a></td></tr>');
document.write(' <tr><td><a href="./MoreFeatures.html" STYLE="text-decoration: none;color:red;font-family:arial;font-size:14;font-weight:bold" onMouseOver="style.color=\'blue\'" onMouseOut="style.color=\'red\'">More Features</a></td></tr>');
document.write(' <tr><td><a href="./HowItWorks.html" STYLE="text-decoration: none;color:red;font-family:arial;font-size:14;font-weight:bold" onMouseOver="style.color=\'blue\'" onMouseOut="style.color=\'red\'">How It Works</a></td></tr>');
document.write(' <tr><td><a href="Specifications.html" STYLE="text-decoration: none;color:red;font-family:arial;font-size:14;font-weight:bold" onMouseOver="style.color=\'blue\'" onMouseOut="style.color=\'red\'">Specifications</a></td></tr>');
document.write(' <tr><td><a href="PruductFeedback.html" STYLE="text-decoration: none;color:red;font-family:arial;font-size:14;font-weight:bold" onMouseOver="style.color=\'blue\'" onMouseOut="style.color=\'red\'">Owners Comments</a></td></tr>');
document.write(' <tr><td><a href="./demo.html" STYLE="text-decoration: none;color:red;font-family:arial;font-size:14;font-weight:bold" onMouseOver="style.color=\'blue\'" onMouseOut="style.color=\'red\'">Audio Demos</a></td></tr>');
//
document.write(' <tr><td><a href="./UserGuide.html" STYLE="text-decoration: none;color:red;font-family:arial;font-size:14;font-weight:bold" onMouseOver="style.color=\'blue\'" onMouseOut="style.color=\'red\'">User Guide</a></td></tr>');
//document.write(' <tr><td><a href="./History.html" STYLE="text-decoration: none;color:red;font-family:arial;font-size:14;font-weight:bold" onMouseOver="style.color=\'blue\'" onMouseOut="style.color=\'red\'">A Brief History</a></td></tr>');
//
document.write(' <tr><td><a href="./FAQ.html" STYLE="text-decoration: none;color:red;font-family:arial;font-size:14;font-weight:bold" onMouseOver="style.color=\'blue\'" onMouseOut="style.color=\'red\'">FAQ</a></td></tr>');
document.write(' <tr><td><a href="./ContactUs.html" STYLE="text-decoration: none;color:red;font-family:arial;font-size:14;font-weight:bold" onMouseOver="style.color=\'blue\'" onMouseOut="style.color=\'red\'">Contact</a></td></tr>');
//document.write(' <tr><td><a href="./fractal.html" STYLE="text-decoration: none;color:red;font-family:arial;font-size:14;font-weight:bold" onMouseOver="style.color=\'blue\'" onMouseOut="style.color=\'red\'">Fractal</a></td></tr>');

//document.write(' <tr><td><a href="./OrderA.html" STYLE="text-decoration: none;color:red;font-family:arial;font-size:14;font-weight:bold" onMouseOver="style.color=\'blue\'" onMouseOut="style.color=\'red\'">Purchase</a></td></tr>');
document.write('</table>');
}
