<!---
hProg=new Array("index","text-to-speech","text-to-speech2","text-to-speech3","text-to-speech4","text-to-speech5",
"text-to-speech6","text-to-speech1","prevchg","did_you_know","access","keyboard-shortcuts","accessibility-keytab","accessibility-windows","keyboard-control-panel","accessibility-magnify","finance","about","audio-links","index")
hLink=new Array(' <a href="index.htm" title="Home Page">',' <a href="text-to-speech.htm" title="Text to Speech Review & links">',
' <a href="text-to-speech2.htm" title="Review - mp3 Samples">',' <a href="text-to-speech3.htm" title="Review - Installation/Performance">',
' <a href="text-to-speech4.htm" title="Review - Using the Reader">',' <a href="text-to-speech5.htm" title="Review - Writing Web Pages">',
' <a href="text-to-speech6.htm" title="Review - Downloads">',' <a href="text-to-speech1.htm" title="Review - Screenshot">',
' <a href="prevchg.htm" title="Previous Changes">',' <a href="did_you_know.htm" title="Did you Know?">',
' <a href="access.htm" title="accessibility">',' <a href="keyboard-shortcuts.htm" title="Keyboard Shortcuts">',
' <a href="accessibility-keytab.htm" title="Accessibility: The Tab Key">',' <a href="accessibility-windows.htm" title="Accessibility: Built into Windows">',
' <a href="keyboard-control-panel.htm" title="C/Panel Keyboard Shortcuts">',' <a href="accessibility-magnify.htm" title="Magnify Web Pages">',' <a href="finance.htm" title="Money and Diabetes">',
' <a href="about.htm" title="About this Site">',
' <a href="audio-links.htm" title="Links to Audio Clips">')

hName=new Array("Home Page","Text to Speech Review","TTS 2 - MP3 Samples","TTS 3 Instal/Perform",
"TTS 4 Using the Reader","TTS 5 Writing Pages","TTS 6 Downloads","TTS Screen Shot",
"Previous Changes","Did You Know?","Access Help","Keyboard Shortcuts","Access: The Tab Key",
"Access: Tools/Utilities","C/Panel Keyboard Shortcuts","Magnify your Pages","Money and Diabetes","About This Site","Audio Links")

function homemenu(next) {
 nPg=next
 max=hName.length
 nx=parseInt(next)+1
 if (nx==max) nx=0
 ls=next-1
 if (ls<0) ls=max-1
 wk=hLink[nx]+'Next: '+hName[nx]+'</a> &nbsp; '+hLink[ls]+'Last: '+hName[ls]+'</a> &nbsp;'

 i=1
 w1=hLink[0]+'Home</a> '
 while (max>i) {
  w1=w1+hLink[i]+i+'</a> '
  i++
 }
 document.write('<div class="bas stdcen">'+wk+w1+'</div>')
}
//--->
