

function buildHomePageMenu()
{
document.write("<table align=\"center\" cellpadding=\"10\">");
document.write("<tr><td align = \"center\"><a href=\"index.php\">Home</a></td>");
document.write("<td align = \"center\"><a href=\"whatArePresuppositions.php\" >What are <br/>Presuppositions?</a></td>");	  
document.write("<td align = \"center\"><a href=\"presup.php\" >Card Samples</a></td>");	  
document.write("<td align = \"center\"><a href=\"howDoIUse.php\" >How do I <br/>use these cards?</a></td>");
document.write("<td align = \"right\"><a href=\"whatClientsSay.php\" >Testimonials</a></td>");	  
document.write("<td align = \"right\"><a href=\"about.php\" >About Barb</a></td></tr>");	  
document.write("</table>");
}

function buildMenu()
{
document.write("<table class = \"menu\" align=\"center\" cellpadding=\"3\" width = \"800\">");
document.write("<col width = \"20\">");
document.write("<tr><td></td><td colspan = \"9\" align = \"left\" valign = \"center\" ><img src=\"assets/creativeTransitionsHeader.gif\"></td>");
document.write("</tr>");
//document.write("</table>");
//document.write("<table class = \"menu\" align=\"center\" cellpadding=\"10\" width = \"800\">");
document.write("<tr>");
document.write("<td></td><td align = \"left\" valign=\"bottom\"><a href=\"index.php\">Home</a></td>");
document.write("<td align = \"center\" valign=\"bottom\"><a href=\"whatArePresuppositions.php\" >What are<br/>Presuppositions?</a></td>");	  
document.write("<td align = \"center\" valign=\"bottom\"><a href=\"presup.php\" >Samples</a></td>");	  
document.write("<td align = \"center\" valign=\"bottom\"><a href=\"whatClientsSay.php\" >Testimonials</a></td>");	  
document.write("<td align = \"center\" valign=\"bottom\"><a href=\"about.php\" >About<br/>Barb</a></td>");	  
document.write("<td align = \"center\" valign=\"bottom\"><a href=\"aboutAriel.php\" >About<br/>Ariel</a></td>");	  
document.write("<td align = \"center\" valign=\"bottom\"><a href=\"order.php\" >Order<br/>Now</a></td>");	  
document.write("<td align = \"center\" valign=\"bottom\"><a href=\"contact.php\" >Contact<br/>Us</a></td></tr>");	  
document.write("</table>");
}
