// NOTE: If you use a ' add a slash before it like this \'
// USE lowercase FOR ALL OPTIONS ONLY

var showimage1	= "no"	// SHOW FIRST SIDEBAR IMAGE
var showimage2	= "no"	// SHOW SECOND SIDEBAR IMAGE
var showtinyurl	= "yes"	// SHOW SECOND SIDEBAR IMAGE
var linkstop 	= "yes" // START LINKS AT THE VERY TOP

document.write('<DIV id="menulocation" style="z-index: 10;">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="152" height="90"><br>');
}
document.write('<ul id="top-nav">');

// START MENU LINKS - EDIT BELOW THIS AREA

document.write('  <li class="menuT"><a href="/index.htm">Steve-Cole.com</a></li>');

document.write('  <li class="menuT"><a href="/about/index.htm">About Steve</a></li>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="/about/index.htm">About Steve</a></li>');
document.write('      <li><a href="/about/testimonials.htm">Testimonials</a></li>');
document.write('      <li><a href="/coaching/coaching.htm">Coaching</a></li>');
document.write('      <li><a href="/about/clients.htm">Who I Work With</a></li>');
document.write('      <li><a href="/about/marathon.htm">I Ran a Marathon!</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menuT"><a href="/mental/mental-and-success.htm">The Mind</a>'); 
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="/mental/mental-and-success.htm">The Mind</a></li>');
document.write('      <li><a href="/the-work-of-byron-katie/byron-katie-story.htm">The Work</a></li>');
document.write('      <li><a href="/the-work-of-byron-katie/the-work-vs-cognitive-behavioral-therapy.htm">The Work vs CBT</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menuT"><a href="/communication/index.htm">Communication</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="/communication/index.htm">Communication</a></li>');
document.write('      <li><a href="/communication/high-talk-for-high-tech.htm">High Talk for High Tech</a></li>');
document.write('      <li><a href="/communication/men-listening-to-women.htm">Men Listening to Women</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menuT"><a href="/technology/technology.htm">Technology</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="/technology/technology-coach.htm">Technology...</a></li>');
document.write('      <li><a href="/technology/technology-for-technophobes.htm">  for Technophobes</a></li>');
document.write('      <li><a href="/technology/technology-tips.htm">  Tips</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menuT"><a href="/web/internet_business_excellence.htm">Business Internet</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="/web/internet_business_excellence.htm">Business Internet</a></li>');
document.write('      <li><a href="/web/web_design_features_and_benefits.htm">Full-function Business Website Systems</a></li>');
document.write('      <li><a href="/web/kintera-sphere-nonprofit.htm">Website Consulting for Nonprofits</a></li>');
document.write('      <li><a href="/web/web_design_benefits.htm">Website Design</a></li>');
document.write('      <li><a href="/web/web-design-examples.html">Website Examples</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menuT"><a href="/resources/resources.htm">Resources</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="/resources/resources.htm">Resources</a></li>');
document.write('      <li><a href="/recommended/index.htm">Recommended Products</a></li>');
document.write('      <li><a href="/assessments/assessments.htm">Assessments</a></li>');
document.write('      <li><a href="/thoughts/thoughts.htm">Articles</a></li>');
document.write('      <li><a href="/resources/links.htm">Primary Links</a></li>');
document.write('      <li><a href="/resources/links-other.htm">Other Links</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menuT"><a href="/shopping-cart/shop-services.htm">Buying Services</a></li>');
document.write('  <li class="menuT"><a href="/contact.htm">Contact Me</a></li>');

// END LINKS //
document.write('</ul>');
document.write('</td></tr><tr><td align="center">');

// Menu Images START
   if (showimage1 == "yes") {
document.write('<br><br><a href="http://breathspace.blogspot.com/"target="_blank"><img src="picts/menu-picture-1.jpg" border="0" class="borders"></a>');
}
   if (showimage2 == "yes") {
document.write('<br><br><br><a href="http://www.steve-cole.com"><img src="http://steve-cole.com/picts/zen-flowers.jpg" width="100" border="0" class="borders"></a><br><br>');
}
 if (showtinyurl == "yes") {
document.write('<br><br><br><br><br><br><br><br><br>');
}
 if (showtinyurl == "yes") {
document.write('<form action="http://tinyurl.com/create.php" method="post" target="_blank">');
}
 if (showtinyurl == "yes") {
document.write('<table BORDER="0" align="left" cellpadding="0" BORDERCOLOR="#E2E6F9"><tr><td>');
}
 if (showtinyurl == "yes") {
document.write('<div ALIGN="CENTER" CLASS="tinyurl">Paste a long URL<br>here to make tiny:</font><br>');
}
 if (showtinyurl == "yes") {
document.write('<input type="text" name="url" size="17"><br>');
}
 if (showtinyurl == "yes") {
document.write('<input type="submit" name="submit" CLASS="tinyurl" value="Make TinyURL!">');
}
 if (showtinyurl == "yes") {
document.write('</div></td></tr></table></form>');
}
// Menu Images END -->

document.write('</td></tr></table></DIV>');

// YOU DO NOT NEED TO EDIT BELOW THIS LINE
function IEHoverPseudo() {
	var navItems = document.getElementById("top-nav").getElementsByTagName("li");
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuT") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuT"; }
		}
	}
}

window.onload = IEHoverPseudo;