<!-- Begin CSS Horizontal Menu - menu ver 3.15 2009

// NOTE: If you use a ' add a slash before it like this \'


var menuside		= "left"	// MENU SIDE | left | right | center
var fixwrap		= "no"		// MAKE yes ONLY IF MENUS ARE WRAPPING
var menuwidth		= "900"		// TOTAL MENU WIDTH TO FIX WRAP



document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');

document.write('<ul id="menunav">');




// START MENU LINKS - EDIT BELOW THIS AREA




document.write('<li style="width: 90px;"><a href="index.htm">Home</a></li>');

document.write('  <li style="width: 90px;"><a href="bio.htm">Bio</a>'); 

document.write('  <li style="width: 100px;"><a href="quotes.htm">Quotes</a>');

document.write('  <li style="width: 100px;"><a href="testimonials.htm">Actual Results</a>'); 

document.write('  <li style="width: 100px;"><a href="bestseller.htm"> #1 Best Seller</a>'); 

document.write('  <li style="width: 100px;"><a href="http://www.chamberspeaker.com">Chambers of Commerce</a>');

document.write('  <li style="width: 90px;"><a href="http://www.glennshepardstore.com">Store</a>'); 

document.write('  <li style="width: 90px;"><a href="attendees.htm">Clients</a>'); 

document.write('  <li style="width: 90px;"><a href="http://www.glennshepardnewsletter.com">Newsletter</a>'); 

document.write('  <li style="width: 90px;"><a href="mentoring.htm">Mentoring</a>'); 

document.write('  <li style="width: 90px;"><a href="international.htm">Outside the U.S.</a>'); 

document.write('  <li style="width: 90px;"><a href="http://www.youtube.com/glennshepard">Video Clips</a>'); 

document.write('  <li style="width: 90px;"><a href="speaking.htm">Book Glenn to Speak</a>'); 


// END LINKS //



document.write('</ul>');
document.write('</td></tr></table>');
   if (fixwrap == "yes") {
document.write('<img src="picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');
}
document.write('</td></tr></table>');

// END -->
