<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: To edit menus code edit the coolstyle.css


var menuwidth	= "120"	  	// OVERALL MENU WIDTH
var botmline	= "19"	  	// HEIGHT OF VERT LINE OVER MENU
var pageheight	= "150"		// HEIGHTEN ALL SUBPAGES


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td>');
document.write('<img src="picts/spacer.gif" HEIGHT="10" WIDTH="10"><br>');
document.write('</td><td valign="top" align="left">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('</td></tr><tr><td class="menu-line">');
document.write('<img src="picts/spacer.gif" height="'+botmline+'" width="'+menuwidth+'"><br>');



// START MENU LINKS

// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=linda%40newleaders%2ebiz&item_name=New%20Leaders%20Institute%20Donation&page_style=Primary&no_shipping=1&return=http%3a%2f%2fwww%2enewleaders%2ebiz%2fthanks%2dpayment%2ehtm&cancel_return=http%3a%2f%2fwww%2enewleaders%2ebiz%2fcancel%2ehtm&cn=Comments&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8">donate</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="faqs.htm">FAQs</a><br>');

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="contact.htm">contact</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="site_map.htm">site map</a><br>');

document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu_bottom_lower.gif" HEIGHT="2" WIDTH="38"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

document.write('<img src="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="10"><br>');

//  End -->