
function poplesson( pageName ) {
  popup=open( pageName, "popupbig", "width=400,height=300,resizeable=no" );
}


function PrintHomeLink () {
  document.write('<DIV ID="sectionhead">');
  document.write('<A href="http://www.pewpackers.com">PewPackers.com Main Page</A>');
  document.write('</DIV>');
}


function PrintHeaderImage () {
  document.write('<DIV ID="header">');
  document.write('<IMG SRC="images/ppheader1.jpg" ALT="PewPackers.com Logo">');
  document.write('</DIV>');
}


function PrintNavigationLinks () {
  document.write('<DIV id=BannerToolbar>');
  document.write('<A class=topnav href="index.htm">Memory Drills & Games</A> | ');
  document.write('<A class=topnav href="about.htm">About This Work</A> | ');
  document.write('<A class=topnav href="how.htm">How We Do It</A> | ');
  document.write('<A class=topnav href="study.htm">Study Materials</A> |');
  document.write('<A class=topnav href="articles.htm">Articles</A>');
  document.write('</DIV>');
}


function PrintFooter ( lastupdate ) {
  document.write('<DIV ID="footer">');
  document.write('Thank you for your interest in this work.');
  document.write('<BR>');
  document.write('May the Lord bless our children as we endeavor to increase their knowledge of His word and their love for Him!');
  document.write('<BR>');
  document.write('All scripture quotations, unless otherwise indicated, are taken from the New King James Version&reg; (NKJV).');
  document.write('<BR>');
  document.write('NKJV Copyright &copy; 1982 by Thomas Nelson, Inc. Used by permission. All rights reserved.');
  document.write('<BR>');
  document.write('This page was last updated: ');
  document.write(lastupdate);
  document.write('<BR>');
  document.write('<IMG SRC="images/pp.jpg" ALT="PewPackers.com Logo">');
  document.write('<BR>');
  document.write('<BR>');
  document.write('<A href="http://get.adobe.com/reader"><IMG SRC="images/adobe.jpg" border=0 ALT="Get Adobe Reader for free"></A>');
  document.write('<BR>');
  document.write('</DIV>');
}

