
function showFlashcardMenu()
{
   document.write('<p align="center">'); 
   document.write('<a href="index.html">Session 1</a> | '); 
   document.write('<a href="questions2.html">Session 2</a> | '); 
   document.write('<a href="questions3.html">Session 3</a> | '); 
   document.write('<a href="questions4.html">Session 4</a> | '); 
   document.write('Session 5 | '); 
   document.write('<a href="questions6.html">Session 6</a> | '); 
   document.write('<a href="questions7.html">Session 7</a> | '); 
   document.write('<a href="questions8.html">Midterm Study Guide Answers</a> | '); 
   document.write('</p>'); 
   document.write('<h1>CSIS 622 Midterm Study Guide</h1>'); 
} 
