// Places Copyright note at the bottom of the page
var enroll="";
function showCopy() {
	document.writeln('<br><br><br>');
	document.writeln('\&copy; HypnotherapistsTraining.com \&#8226; Continued Education For Hypnotists<br>');		
	document.writeln('- An official site of <a  target="_blank" href="http://apatoday.com/about-alternative-practitioner-academy/" class="copyLnk">Alternative Practitioner Academy</a> -<br>');
	// document.writeln('- The Leidecker Institute -<br>');
	document.writeln('Arlington Heights, 60005 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=='feedbackTY')
    	{
			document.writeln('<a href="http://www.hypnotherapiststraining.com/" class="lnkpages">Hypnotherapists Training Home</a>'); 
		}
	else if (str=='calendar')
    	{
			document.writeln('<a href="http://www.hypnotherapiststraining.com/" class="lnkpages">Hypnotherapists Training Home</a> | ');
			document.writeln('<a target="_blank" 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=='enrollPg')
    	{
			document.writeln('<a href="http://www.hypnotherapiststraining.com/" class="lnkpages">Hypnotherapists Training Home</a>  | ');
			document.writeln('<a target="_blank" 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 Home</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.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=='index')
    	{
			document.writeln('<a href="http://knowthetruth.apatoday.com/" class="lnkpages">Want to Become a Hypnotherapist? - Watch This First</a>  | ');
			document.writeln('<a href="http://www.apatoday.com/apa-faculty.html" class="lnkpages">APA Staff &amp; Faculty</a>  | ');
			document.writeln('<a target="_blank" 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=='htv')
    	{
			document.writeln('<a href="#AboutHypnosisTrainingVideo" class="lnkpages">Want to Become a Hypnotherapist? - Watch This First</a>  | ');
			document.writeln('<a target="_blank" 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
		{
			return '';
	 	}
      
     
}