// Places Copyright note at the bottom of the page
var enroll="";
function showCopy() {
	document.writeln('<br><br><br>');		
	document.writeln('<b>\&copy; <a href="http://www.apatoday.com/apa/" class="copyLnk">Alternative Practitioner Academy</a></b><br>');
	// document.writeln('- The Leidecker Institute -<br>');
	document.writeln('125 South Wilke, Suite 101<br>');
	document.writeln('Arlington Heights IL, 60006 USA<br>');
	document.writeln('Phone: (847) 760-5000<br><br>');
}

function showNavLinksBtm(str){

  	if (str=='location')
    	{
			document.writeln('<a href="http://www.apatoday.com/apa-location.html" class="lnkpages">School Location</a> | '); 
   			document.writeln('<a href="http://www.apatoday.com/contact.html" class="lnkpages">Contact Us</a>');
		}
	else if (str=='apa-faculty')
    	{
			document.writeln('<a href="http://www.hypnotherapiststraining.com" class="lnkpages">Hypnotherapists Training</a> | '); 
			document.writeln('<a href="http://www.apatoday.com/hypnosis-certification.html" class="lnkpages">Hypnotherapy Certification Training</a> | '); 
			document.writeln('<a href="http://www.apatoday.com/apa-location.html" class="lnkpages">School Location</a> | '); 
   			document.writeln('<a href="http://www.apatoday.com/contact.html" class="lnkpages">Contact Us</a>');
		}

	else if (str=='sponsors')
    	{
			document.writeln('<a href="http://www.apatoday.com/hypnosis-certification.html" class="lnkpages">Hypnotherapy Certification Training</a> | '); 
			document.writeln('<a href="http://www.apatoday.com/apa-location.html" class="lnkpages">School Location</a> | '); 
   			document.writeln('<a href="http://www.apatoday.com/contact.html" class="lnkpages">Contact Us</a>');
		}

	else if (str=='onlyH123')
    	{
			document.writeln('<a href="http://www.apatoday.com/hypnosis-certification.html" class="lnkpages">Hypnotherapy Training in IL</a>');
		}
	else if (str=='staff')
    	{
			document.writeln('<a href="http://www.apatoday.com/apa-faculty.html" class="lnkpages">APA Staff &amp; Faculty</a> | '); 
   			document.writeln('<a href="http://www.apatoday.com/apa-location.html" class="lnkpages">School Location</a>');
		}
	else if (str=='H123-contact')
    	{
			document.writeln('<a href="http://www.apatoday.com/hypnosis-certification.html" class="lnkpages">Hypnotherapy Certification Training</a> | '); 
   			document.writeln('<a href="http://www.apatoday.com/contact.html" class="lnkpages">Contact Us</a>');
		}
	else if (str=='trainingIdx')
    	{
			document.writeln('<a href="http://www.apatoday.com/hypnotherapy-certification-infopack/" class="lnkpages">Hypnotherapy Certification Free Info Pack</a> | ');
			document.writeln('<a href="http://www.apatoday.com/apa-faculty.html" class="lnkpages">APA Staff &amp; Faculty</a> | ');
			document.writeln('<a href="http://www.apatoday.com/contact.html" class="lnkpages">Contact Us</a>');
		}
	else if (str=='training')
    	{
			document.writeln('<a href="http://www.apatoday.com/apa-location.html" class="lnkpages">School Location</a> | ');
			document.writeln('<a href="http://www.apatoday.com/hypnosis-certification.html" class="lnkpages">Hypnotherapy Certification Training</a> | ');
			document.writeln('<a href="http://www.apatoday.com/contact.html" class="lnkpages">Contact Us</a>');
		}
	else if (str=='LBL')
    	{
			document.writeln('<a href="http://www.apatoday.com/apa-location.html" class="lnkpages">School Location</a> | ');
			document.writeln('<a href="http://www.apatoday.com/contact.html" class="lnkpages">Contact Us</a>');
		}

	else if (str=='enrollIdx')
    	{
			document.writeln('<a href="http://www.apatoday.com/hypnosis-certification.html" class="lnkpages">Hypnotherapy Certification Training</a> | ');
			document.writeln('<a href="http://www.apatoday.com/apa-faculty.html" class="lnkpages">APA Staff &amp; Faculty</a> | ');
			document.writeln('<a href="http://www.apatoday.com/apa-location.html" class="lnkpages">School Location</a> | '); 
   			document.writeln('<a href="http://www.apatoday.com/contact.html" class="lnkpages">Contact Us</a>');
		}
	else if (str=='enroll')
    	{
			document.writeln('<a href="http://www.apatoday.com/apa-location.html" class="lnkpages">School Location</a> | '); 
   			document.writeln('<a href="http://www.apatoday.com/contact.html" class="lnkpages">Contact Us</a>');
		}
	else if (str=='bewareIdx')
    	{
			document.writeln('<a href="http://www.apatoday.com/hypnotherapy-certification-infopack/" class="lnkpages">Hypnotherapy Certification Free Info Pack</a> | ');
			document.writeln('<a href="http://www.apatoday.com/apa-faculty.html" class="lnkpages">APA Staff &amp; Faculty</a> | ');
			document.writeln('<a href="http://www.apatoday.com/contact.html" class="lnkpages">Contact Us</a>');
		}
	else
		{
			return '';
	 	}
      
     
}
