// Places Copyright note at the bottom of the page
var enroll="";
function showCopy() {
	document.writeln('<br><br><br>');		
	document.writeln('<b>\&copy; <a style="text-decoration: none; color: #808080; font-size: 9pt" class="copyLnk" href="http://www.hypnotherapiststraining.com/about-APA.html">Alternative Practitioner Academy</a></b><br>');
	document.writeln('- The Leidecker Institute -<br>');
	document.writeln('Arlington Heights, 60006 USA.<br>');
	document.writeln('Phone: (847) 760-5000<br><br>');
}

function showNavLinksBtm(str){

  	if (str=='location')
    	{
			document.writeln('<a href="http://www.hypnotherapiststraining.com/location.html" class="lnkpages">School Location</a>  | '); 
   			document.writeln('<a href="http://www.hypnotherapiststraining.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 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> |'); 
   			document.writeln('<a target="_blank" href="http://calendar.hypnotherapiststraining.com/setup/index.php" class="lnkpages">Manage Calendar</a>');
		}
	else if (str=='enrollPg')
    	{
			document.writeln('<a href="http://www.hypnotherapiststraining.com/" class="lnkpages">Hypnotherapists Training Home</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=='apa-faculty')
    	{
			document.writeln('<a href="http://www.hypnotherapiststraining.com/" class="lnkpages">Hypnotherapists Training Home</a>  | '); 
			document.writeln('<a href="http://www.hypnotherapiststraining.com/hypnosis101-103.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.hypnotherapiststraining.com/hypnosis101-103.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.hypnotherapiststraining.com/hypnosis101-103.html" class="lnkpages">Hypnotherapy Training in IL</a>');
		}
	else if (str=='staff')
    	{
			document.writeln('<a href="http://www.hypnotherapiststraining.com/apa-faculty.html" class="lnkpages">APA Staff &amp; Faculty</a>  | '); 
   			document.writeln('<a href="http://www.hypnotherapiststraining.com/location.html" class="lnkpages">School Location</a>');
		}
	else if (str=='H123-contact')
    	{
			document.writeln('<a href="http://www.hypnotherapiststraining.com/hypnosis101-103.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.hypnotherapiststraining.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
		{
			return '';
	 	}
      
     
}