function writeMainMenu() {
document.write("<A HREF=who_choses.htm CLASS=c>Why Choose Counseling</A><BR>"); 
document.write("<A HREF=education.htm CLASS=c>Education & Experience</A><BR>");
document.write("<A HREF=map.htm CLASS=c>Office Location and Map</A><BR>"); 
document.write("<A HREF=fees.htm CLASS=c>Fees and Scheduling</A><BR>"); 
document.write("<A HREF=lifespan.htm CLASS=c>Lifespan Integration</A><BR>"); 
document.write("<A HREF=\"javascript: show_contact()\"; CLASS=c>Contact Me</A><BR>");
document.write("<A HREF=index.htm CLASS=c>Home</A>");
}


function writeHPMenu() {
document.write("<A HREF=who_choses.htm CLASS=c>Why Choose Counseling</A><BR>"); 
document.write("<A HREF=education.htm CLASS=c>Education & Experience</A><BR>");
document.write("<A HREF=map.htm CLASS=c>Office Location and Map</A><BR>"); 
document.write("<A HREF=fees.htm CLASS=c>Fees and Scheduling</A><BR>"); 
document.write("<A HREF=lifespan.htm CLASS=c>Lifespan Integration</A><BR>"); 
document.write("<A HREF=\"javascript: show_contact()\"; CLASS=c>Contact Me</A><BR>");
}

