// bottomNav writes the main text navigation menu  at the bottom of each page
function bnav(){
	document.writeln('<hr class="divider" noshade>');
	document.writeln('<br>');
	document.writeln('<div align="center" style="font-size:13pt;">');
	document.writeln('<a href="http://www.healingstory.org/home.html" class="menu">Home</a>&nbsp;||&nbsp;');
	document.writeln('<a href="http://www.healingstory.org/biblio/biblioread.html" class="menu">Bibliography</a>&nbsp;||&nbsp;');
	document.writeln('<a href="http://www.healingstory.org/board/board.html" class="menu">Board</a>&nbsp;||&nbsp;');
	document.writeln('<a href="http://www.healingstory.org/newsletters/current_newsletter.html" class="menu">Newsletter</a>&nbsp;||&nbsp;');
	document.writeln('<a href="http://www.healingstory.org/wwwboard/index.htm" class="menu">Story Forum</a><br>');
  document.writeln('<a href="http://www.healingstory.org/articles/articles.html" class="menu">Articles</a>&nbsp;||&nbsp;');   
	document.writeln('<a href="http://www.healingstory.org/join/join.html" class="menu">Join</a>&nbsp;||&nbsp;');
	document.writeln('<a href="http://www.healingstory.org/links/links.html" class="menu">Links</a>&nbsp;||&nbsp;');
	document.writeln('<a href="http://www.healingstory.org/events/events.html" class="menu">Events</a>&nbsp;||&nbsp;');
	document.writeln('<a href="http://www.healingstory.org/members/members.html" class="menu">Membership Roll</a><br>');
	document.writeln('<a href="http://www.healingstory.org/guide/guidelines.html" class="menu">Guidelines</a>&nbsp;||&nbsp;');
	document.writeln('<a href="http://www.healingstory.org/listserv/listserv.html" class="menu">List Serve</a>&nbsp;||&nbsp;');
	document.writeln('<a href="http://www.healingstory.org/crisis/crisis.html" class="menu">Stories for Children in Crisis</a>&nbsp;||&nbsp;');
	document.writeln('<a href="http://www.healingstory.org/hsa_journal/diving_in_the_moon.html" class="menu">HSA Journal</a>&nbsp;||&nbsp;');
	document.writeln('<a href="http://www.healingstory.org/book_reviews/healing_story_books.html" class="menu">Book Reviews</a>');
	document.writeln('</div>');
}


// preload navigation images 
if(document.images){
	img1on = new Image(); img1on.src   = "http://www.healingstory.org/mnav/nav01_on.gif";
	img2on = new Image(); img2on.src   = "http://www.healingstory.org/mnav/nav02_on.gif";
	img3on = new Image(); img3on.src   = "http://www.healingstory.org/mnav/nav03_on.gif";
	img4on = new Image(); img4on.src   = "http://www.healingstory.org/mnav/nav04_on.gif";
	img5on = new Image(); img5on.src   = "http://www.healingstory.org/mnav/nav05_on.gif";
	img6on = new Image(); img6on.src   = "http://www.healingstory.org/mnav/nav06_on.gif";
	img7on = new Image(); img7on.src   = "http://www.healingstory.org/mnav/nav07_on.gif";
	img8on = new Image(); img8on.src   = "http://www.healingstory.org/mnav/nav08_on.gif";	
	img9on = new Image(); img9on.src   = "http://www.healingstory.org/mnav/nav09_on.gif";
	img10on = new Image(); img10on.src = "http://www.healingstory.org/mnav/nav10_on.gif";
	img11on = new Image(); img11on.src = "http://www.healingstory.org/mnav/nav11_on.gif";
	img12on = new Image(); img12on.src = "http://www.healingstory.org/mnav/nav12_on.gif";
 	img13on = new Image(); img13on.src = "http://www.healingstory.org/mnav/nav13_on.gif";
 	img14on = new Image(); img14on.src = "http://www.healingstory.org/mnav/nav14_on.gif";
 	img15on = new Image(); img15on.src = "http://www.healingstory.org/mnav/nav15_on.gif";
 	img16on = new Image(); img16on.src = "http://www.healingstory.org/mnav/nav16_on.gif";
 	img17on = new Image(); img17on.src = "http://www.healingstory.org/mnav/nav17_on.gif";
 	img18on = new Image(); img18on.src = "http://www.healingstory.org/mnav/nav18_on.gif";  
 	img19on = new Image(); img19on.src = "http://www.healingstory.org/mnav/nav19_on.gif";    
 	img20on = new Image(); img20on.src = "http://www.healingstory.org/mnav/nav20_on.gif";    

	img1off = new Image(); img1off.src   = "http://www.healingstory.org/mnav/nav01_off.gif";
	img2off = new Image(); img2off.src   = "http://www.healingstory.org/mnav/nav02_off.gif";
	img3off = new Image(); img3off.src   = "http://www.healingstory.org/mnav/nav03_off.gif";
	img4off = new Image(); img4off.src   = "http://www.healingstory.org/mnav/nav04_off.gif";
	img5off = new Image(); img5off.src   = "http://www.healingstory.org/mnav/nav05_off.gif";
	img6off = new Image(); img6off.src   = "http://www.healingstory.org/mnav/nav06_off.gif";
	img7off = new Image(); img7off.src   = "http://www.healingstory.org/mnav/nav07_off.gif";
	img8off = new Image(); img8off.src   = "http://www.healingstory.org/mnav/nav08_off.gif";
	img9off = new Image(); img9off.src   = "http://www.healingstory.org/mnav/nav09_off.gif";
	img10off = new Image(); img10off.src = "http://www.healingstory.org/mnav/nav10_off.gif";
	img11off = new Image(); img11off.src = "http://www.healingstory.org/mnav/nav11_off.gif";
	img12off = new Image(); img12off.src = "http://www.healingstory.org/mnav/nav12_off.gif";
 	img13off = new Image(); img13off.src = "http://www.healingstory.org/mnav/nav13_off.gif";
 	img14off = new Image(); img14off.src = "http://www.healingstory.org/mnav/nav14_off.gif";   
 	img15off = new Image(); img15off.src = "http://www.healingstory.org/mnav/nav15_off.gif";
 	img16off = new Image(); img16off.src = "http://www.healingstory.org/mnav/nav16_off.gif";   
 	img17off = new Image(); img17off.src = "http://www.healingstory.org/mnav/nav17_off.gif";     
 	img18off = new Image(); img18off.src = "http://www.healingstory.org/mnav/nav18_off.gif";       
 	img19off = new Image(); img19off.src = "http://www.healingstory.org/mnav/nav19_off.gif";         
 	img20off = new Image(); img20off.src = "http://www.healingstory.org/mnav/nav20_off.gif";         	
	}	

//Function to engage onmouseover image
var imgName;
function imgOn(imgName){
	if (document.images){
		window.onerror = null;
		document[imgName].src= eval(imgName + "on.src");
	}
}
//Function to engage onmouseout image
function imgOff(imgName){
	if (document.images){
		window.onerror = null;
		document[imgName].src= eval(imgName + "off.src");
	}
}


