// JavaScript Document


function open_win()
{
window.open("privacy.html","_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=400, height=200")
}

function footerInfo()
{
document.write("<span class=\"privacy\">205 North K Street * Lake Worth, Florida 33460<br>");
document.write("Phone 561-202-0863 * Fax: 561-582-7264<br>");
document.write("Copyright &copy; 2005 * www.instituteforwomenandwealth.org <br><a class=\"footer\" href=\"contact.php\">Contact IWW</a> * ");
document.write("<a class=\"footer\" href=\"#\" onClick=\"open_win()\">Privacy Statement</a></span>");
}

function navigationBar()
{
document.write('<p>&nbsp;</p>')
document.write('<p>')
document.write('<a href="workshops2.htm">Speaking<br>')
document.write('Schedule </a> </p>')
document.write('<p><a href="testimonials.htm">Testimonials and Photos</a></p>')
document.write('<p><a href="flyer.htm">PDF Flyer </a></p>')
document.write('<p><a href="quiz.php">Quiz</a></p>')
document.write('<p><a href="bookstore.htm">Bookstore</a></p>')
document.write('<p><a href="newsletters.htm">Newsletter</a></p>')
document.write('<p><a href="audio.htm">Audio</a></p>')      
document.write('<p><a href="resources1.htm">Resources</a></p>')
document.write('<p><a href="worksheets.htm">Worksheets</a></p>')
document.write('<p><a href="links.htm">Links</a></p>')
document.write('<p><a href="http://www.instituteforwomenandwealth.org/pdf/seven.pdf">Seven Covenants of Virtuous Philanthropy</a></p>')
document.write('<p><a href="http://www.instituteforwomenandwealth.org/pdf/three.pdf">Three Principles of Abundance</a></p>')
document.write('<p><a href="praise.htm">Advance Praise for Women, Wealth and Giving</a></p>')
document.write('<p><a href="press.htm">In The Press</a></p>')
}