var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="25" background="picts/background-menu.gif"><tr><td ALIGN="center" VALIGN="center">');
document.write('<a href="index.html"><font color="FFDAB9">| Home | </font></a> ');
document.write('<a href="couples.htm"><font color="FFDAB9">Couples Therapy | </font></a>');
document.write('<a href="anxiety.htm"><font color="FFDAB9"> Anxiety Therapy | </font></a>');
document.write('<a href="depression.htm"><font color="FFDAB9"> Depression Therapy | </font></a>');
document.write('<a href="emotionaleating.htm"><font color="FFDAB9">Therapy for Overeating | </font></a>');
if (sPage!='client_info.php') {
	document.write('	<a href="http://freedomfromemotionaleating.blogspot.com"><font color="FFDAB9">Blog | </font></a>');
}
document.write('<a href="toxicparents.htm"><font color="FFDAB9">Toxic Parents | </font></a>');
document.write('<a href="Coaching.htm"><font color="FFDAB9">Marketing For Therapists | </font></a>');
document.write('<a href="articles.htm"><font color="FFDAB9">Articles | </font></a>');
document.write('<a href="Hypnotherapy.htm"><font color="FFDAB9">Hypnosis | </font></a>');
document.write('<a href="bio.htm"><font color="FFDAB9">Bio | </font></a>');
document.write('<a href="fees.htm"><font color="FFDAB9">Fees | </font></a>');
document.write('<a href="contact.php"><font color="FFDAB9">Contact |</font></a>');
document.write('</td></tr></table>');