<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS


var bottomspace		= "40"		// MENU BOTTOM SPACE
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		= "10"		// MENU TOP SPACING

var showimage		= "yes"			// SHOW FIRST SIDEBAR IMAGE
var linkimage		= "products.htm"	// LINK FOR IMAGE 1





document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu" onMouseover="Sound()">Home</a>');


// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu" onMouseover="Sound()">About Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="services.htm" class="menu" onMouseover="Sound()">Classes & Events</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="privacy.htm" class="menu" onMouseover="Sound()">Policies</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu" onMouseover="Sound()">Links</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="paypal.htm" class="menu" onMouseover="Sound()">Payments</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="partnerships.htm" class="menu" onMouseover="Sound()">Partnerships</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="resources.htm" class="menu" onMouseover="Sound()">Frequently Asked Questions</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="emedia.htm" class="menu" onMouseover="Sound()">Educational Media</a>');



// END TOP LINKS //



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


// MENU IMAGE 1
   if (showimage == "yes") {
document.write('<a href="'+linkimage+'"><img src="picts/menu-picture.jpg" border="0" class="sideborder"></a><br>');
}





// START BOTTOM LINKS //




//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="join_us.htm" class="menu" onMouseover="Sound()">Join Us</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu" onMouseover="Sound()">Contact</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="skeptics.htm" class="menu" onMouseover="Sound()">Skeptics Corner</a>');


// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="center" class="bottomline">');

document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');

<!-- START





// SAMPLE SCROLLING NEWS FOR A .JS FILE NON-FLOATING


document.write('<table cellpadding="2" cellspacing="0" border="0" style="border: #041938 1px solid; background-color: #F0F0F0;COLOR: #264c71; FONT: 13px arial, sans-serif; font-weight: bold;"><tr><td align="center">');
document.write('Latest News<br>');
document.write('</td></tr><tr><td>');
document.write('<iframe id="NewsWindow" src="news_win.htm" width="150" height="150" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border: #000000 1px solid;"></iframe>');
document.write('</td></tr></table>');
document.write('<br><br>');

// END CODE 1







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

//  End -->
