// JavaScript Document

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function GoToGlossary(place) { 
	open("/pop/glossary.html#" + place, "glossary", "width=560,height=360,status,resizable=no,toolbar=no,scrollbars=yes"); 
} 

function GoToFAQ(faqplace) { 
	open("/pop/faq.html#" + faqplace, "faq", "width=560,height=360,status,resizable=no,toolbar=no,scrollbars=yes"); 
} 

function printNav() {
if(section == "services") {
	document.all.sidebar.innerHTML ='<a href="javascript:printFriendly()">Printer Friendly</a><br><br><a href="http://www.peakinsight.com/services/creativeevolution.html">Creative Evolution</a><br><a href="http://www.peakinsight.com/services/leadershipmetabolics.html">Leadership Metabolics</a><br><a href="http://www.peakinsight.com/services/kokorostrategy.html">Kokoro Strategy</a><br><a href="http://www.peakinsight.com/services/innovationhorizons.html">Innovation Horizons</a><br><a href="http://www.peakinsight.com/services/ecoenaction.html">Eco Enaction</a><br>'; 
} else if (section == "resources") {
	document.all.sidebar.innerHTML ='<a href="javascript:printFriendly()">Printer Friendly</a><br><br><a href="http://www.peakinsight.com/resources/dialogue.html">Dialogue Invitation</a><br><a href="http://www.peakinsight.com/resources/tools.html">Tools</a><br><a href="javascript:GoToGlossary(\'top\')">Glossary</a><br><a href="javascript:GoToFAQ(\'top\')">FAQs</a><br><a href="http://www.peakinsight.com/resources/sustainability.html">Sustainability Links</a><br><a href="http://www.peakinsight.com/resources/insights.html">Insights</a><br><a href="http://www.peakinsight.com/books/">Books</a><br><a href="http://www.peakinsight.com/newsletter/index.html">Newsletter</a>';
} else if (section == "partners") {
	document.all.sidebar.innerHTML ='<a href="javascript:printFriendly()">Printer Friendly</a><br><br><a href="http://www.peakinsight.com/partners/pals.html">Corporate Partners</a><br><a href="http://www.peakinsight.com/partners/coaches.html">Coaches</a><br><a href="http://www.peakinsight.com/partners/zeripractitioners.html">ZERI Practitioners</a><br><a href="http://www.peakinsight.com/partners/partnercomments.html">Partner Comments</a>';
} else if (section == "forum") {
	document.all.sidebar.innerHTML ='<a href="javascript:printFriendly()">Printer Friendly</a><br><br><a href="http://www.peakinsight.com/login.html">Log In</a><br><a href="http://www.peakinsight.com/for_bestpractices.html">Best Practices</a><br><a href="http://www.peakinsight.com/for_newideas.html">New Ideas</a><br><a href="http://www.peakinsight.com/forum/forum.php">Discussions</a><br><a href="http://www.peakinsight.com/for_webcasts.html">Webcasts</a><br>';
} else if (section == "events") {
	document.all.sidebar.innerHTML ='<a href="javascript:printFriendly()">Printer Friendly</a><br><br><a href="http://www.peakinsight.com/events/overview.html">Overview</a><br><a href="http://www.peakinsight.com/events/speaking.html">Speaking</a><br><a href="http://www.peakinsight.com/events/webinars.html">Webinars</a><br><a href="http://www.peakinsight.com/events/weekend.html">Weekend Workouts</a><br><a href="http://www.peakinsight.com/events/coach.html">Coach Certification</a><br><a href="http://www.peakinsight.com/events/conference.html">Conference</a><br><a href="http://www.peakinsight.com/events/calendar.html">Community Calendar</a>';
} else if (section == "about") {
	document.all.sidebar.innerHTML ='<a href="javascript:printFriendly()">Printer Friendly</a><br><br><a href="http://www.peakinsight.com/about/overview.html">Overview</a><br><a href="http://www.peakinsight.com/about/mission.html">Mission</a><br><a href="http://www.peakinsight.com/about/ourvalues.html">Our Values</a><br><a href="http://www.peakinsight.com/about/ecosophy.html">Ecosophy</a><br><a href="http://www.peakinsight.com/about/ourstory.html">Our Story</a><br><a href="http://www.peakinsight.com/about/katherineholt.html">Katherine Holt</a><br><a href="http://www.peakinsight.com/about/pctw.html">People Changing Their World</a>';
} else if (section == "home") {
	document.all.sidebar.innerHTML ='<a href="javascript:printFriendly()">Printer Friendly</a><br><br>';
} else if (section == "contact") {
	document.all.sidebar.innerHTML ='<a href="javascript:printFriendly()">Printer Friendly</a><br><br>';
}
}

function printFriendly() {
    window.location.href=window.location.href + "?print-friendly";
}