<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var transparent		= "40"		// MENU TOP TRANSPARENCY
var showimage 		= "yes" 	// SHOW THE SMALL IMAGE ON THE MENU
var imaglink		= "contact.htm"	// SMALL IMAGE PAGE LINK
var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "right"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "106"		// DATE Y LOCATION


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="2" cellspacing="0" border="0"><tr><td>');
document.write('<DIV id="menutop" style="width : 150px; filter:alpha(opacity='+transparent+');">');
document.write('</DIV>');

// HERE ARE PICS document.write('<img src="picts/menu-top-1.gif" width="150" height="78"></a><br>');
// document.write('<img src="picts/menu-top-2.gif" width="168" height="52"></a><br>');


// START LINKS //



document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="mental-health-links.html">Mental Health Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="marital-and-relationship-issues.html">Marital &amp; Relationship Issues</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="parenting.html">Parenting</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="addiction-and-substance-abuse.html">Addiction &amp; Substance Abuse</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="anger-issues.html">Anger Issues</a>');

//document.write('</td></tr><tr><td nowrap>');
//document.write('<img src="images/pimp1.gif">&nbsp;<a href="sexuality.html">Sexuality****</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="sexual-abuse.html">Sexual Abuse</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="codependency.html">Codependency</a>');

//document.write('</td></tr><tr><td nowrap>');
//document.write('<img src="images/pimp1.gif">&nbsp;<a href="self-esteem.html">Self-Esteem*****</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="domestic.html">Domestic Violence</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="gayissues.html">Gay &amp; Lesbian Issues</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="teen-issues.html">Teen Issues</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="adhd.html">ADHD</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="mens-issues.html">Mens Issues</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="depression.html">Depression</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="grief-and-loss.html">Grief &amp; Loss</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="stress-and-anxiety.html">Stress &amp; Anxiety</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<img src="images/pimp1.gif">&nbsp;<a href="spirituality.html">Spirituality</a>');



// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK
// document.write('</td></tr><tr><td nowrap>');
// document.write('<img src="images/pimp1.gif">&nbsp;<a href="page.htm">Link Title</a>');


document.write('</td></tr><tr><td>');
document.write('</td></tr></table></DIV>');


//  End -->
