function Home()
{
      //Goto the home page.
      top.location.href='index.htm';
}

function AboutUs()
   {
      //Goto the AboutUs page.
      top.location.href='aboutus.htm';
   }

function Articles()
{
      //Goto the Articles page.
      top.location.href='articles.htm';
}

function Study()
{
      //Goto the study page.
      top.location.href='studies.htm';
}

function Links()
{
      //Goto the links page.
      top.location.href='links.htm';
}

function Forum()
{
      //Goto the forum.
      window.open('http://www.allon.org/discussion/index.php');
}

function Shopping()
{
      //Goto the PayPerView page.
      top.location.href='PayPerView.htm';
}

function SendIt()
   {
      //Send us some money.
      top.location.href='https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=donation@allon.org&item_name=Allon+Ministries&return=http%3A%2F%2Fwww.allon.org%2Fmessages.htm&cancel_return=http%3A%2F%2Fwww.allon.org%2Fmessages.htm&no_note=1&currency_code=USD&tax=0&submit.x=67&submit.y=11';
   }

document.write("<TABLE WIDTH='885' HEIGHT='5' BGCOLOR='#333300' BORDER='1' BORDERCOLOR='#333300' CELLPADDING='0' CELLSPACING='0'>");
document.write("   <TR>");
document.write("      <TD>");
document.write("         <TABLE ALIGN='right' BORDER='0' BORDERCOLOR='' CELLPADDING='0' CELLSPACING='0'>");
document.write("            <TR>");
document.write("               <TD><FONT SIZE='1' COLOR='white'>|</FONT></TD>");
document.write("               <TD onMouseOver=bgColor='#999933' STYLE=CURSOR:hand onMouseOut=bgColor='#333300' BGCOLOR='#333300' WIDTH='90' ALIGN='center' VALIGN='center'>");
document.write("                  <B><A HREF='#' CLASS='stOne'>Home</A></B>");
document.write("               </TD>");
document.write("               <TD><FONT SIZE='1' COLOR='white'>|</FONT></TD>");
document.write("               <TD onMouseOver=bgColor='#999933' STYLE=CURSOR:hand onMouseOut=bgColor='#333300' BGCOLOR='#333300' WIDTH='90' ALIGN='center' VALIGN='center'>");
document.write("                  <B><A HREF='#' CLASS='stOne'>About</A></B>");
document.write("               </TD>");
document.write("               <TD><FONT SIZE='1' COLOR='white'>|</FONT></TD>");
document.write("               <TD onMouseOver=bgColor='#999933' STYLE=CURSOR:hand onMouseOut=bgColor='#333300' BGCOLOR='#333300' WIDTH='90' ALIGN='center' VALIGN='center'>");
document.write("                  <B><A HREF='#' CLASS='stOne'>Articles</A></B>");
document.write("               </TD>");
document.write("               <TD><FONT SIZE='1' COLOR='white'>|</FONT></TD>");
document.write("               <TD onMouseOver=bgColor='#999933' STYLE=CURSOR:hand onMouseOut=bgColor='#333300' BGCOLOR='#333300' WIDTH='90' ALIGN='center' VALIGN='center'>");
document.write("                  <B><A HREF='#' CLASS='stOne'>Pay Per View</A></B>");
document.write("               </TD>");
document.write("            </TR>");
document.write("         </TABLE>");
document.write("      </TD>");
document.write("   </TR>");
document.write("</TABLE>");


