


var speedtop=3

if (speedtop==3)
{
document.write("<br>")

document.write("<table><tbody><tr>")

document.write("<td valign='top' ><span id='s12green'><ul>")


if (menupage==1)
    {
     document.write("<li><a href='index.html' style='text-decoration: none;'><b> Home Page of the Aktion Club of Elmira</b></a></li>")
    }
else
    {
     document.write("<li><a href='index.html' style='text-decoration: none;'> Home Page of the Aktion Club of Elmira</a></li>")
    }
document.write("<img src='pixel.gif' border='0' height='5' width='1'><br>")


if (menupage==2)
     {
     document.write("<li><a href='boardand.html' style='text-decoration: none;'><b> Board, Advisors, Contributors, and Sponsors</b></a></li>")
     }
else
     {
     document.write("<li><a href='boardand.html' style='text-decoration: none;'> Board, Advisors, Contributors, and Sponsors</a></li>")
     }
document.write("<img src='pixel.gif' border='0' height='5' width='1'><br>")

if (menupage==3)
     {
     document.write("<li><a href='event-pages/events.html' style='text-decoration: none;'><b>Past Events Information and Photos</b></a></li>")
     }
else
     {
     document.write("<li><a href='event-pages/events.html' style='text-decoration: none;'>Past Events Information and Photos</a></li>")
     }


document.write("<img src='pixel.gif' border='0' height='5' width='1'><br>")


if (menupage==7)
     {
     document.write("<li><a href='gallery.html' style='text-decoration: none;'><b>Photo Gallery and Scrapbook<br>&nbsp; &nbsp; &nbsp; &nbsp;     (more photos than the above link)</b></a></li>")
     }
else
     {
     document.write("<li><a href='gallery.html' style='text-decoration: none;'>Photo Gallery and Scrapbook<br>&nbsp; &nbsp; &nbsp; &nbsp;     (more photos than the above link)</a></li>")
     }


document.write("<img src='pixel.gif' border='0' height='5' width='1'><br>")





document.write("</ul></span></td><td valign='top' ><span id='s12green'><ul>")

if (menupage==4)
     {
     document.write("<li> <a href='contactus.html' style='text-decoration: none;'><b> Contact Us, Meeting Locations, and Directions</b></a></li>")
     }
     else
     {
     document.write("<li> <a href='contactus.html' style='text-decoration: none;'> Contact Us, Meeting Locations, and Directions</a></li>")
     }

document.write("<img src='pixel.gif' border='0' height='5' width='1'><br>")

if (menupage==5)
     {
     document.write("<li> <a href='links.html' style='text-decoration: none;'><b> Web Links and Suggested Sites</b></a></li>")
     }
else
     {
     document.write("<li> <a href='links.html' style='text-decoration: none;'> Web Links and Suggested Sites</a></li>")
     }


document.write("<img src='pixel.gif' border='0' height='5' width='1'><br>")

if (menupage==6)
     {
     document.write("<li> <a href='calendar.html' style='text-decoration: none;'><b> Calendar and Future Events</b></a></li>")
     }
else
     {
      document.write("<li> <a href='calendar.html' style='text-decoration: none;'> Calendar and Future Events</a></li>")
     }



document.write("<img src='pixel.gif' border='0' height='5' width='1'><br>")

if (menupage==8)
     {
     document.write("<li> <a href='projects.html' style='text-decoration: none;'><b> Some Projects</b></a></li>")
     }
else
     {
      document.write("<li> <a href='projects.html' style='text-decoration: none;'> Some Projects</a></li>")
     }


document.write("<img src='pixel.gif' border='0' height='5' width='1'><br>")


if (menupage==9)
     {
      document.write("<li> <a href='html-documents/index.html' style='text-decoration: none;'><b>HTML and Web Page Documents</b></a></li>")

 }
else
     {
     document.write("<li> <a href='html-documents/index.html' style='text-decoration: none;'>HTML and Web Page Documents</a></li>")     
     }


document.write("</ul></span></td></tr></tbody></table>")


}


