<!--
//---------------------------------------------------------------------
// Horizontal menu (navbar)
// 
// How to use this file:
// Please add next line to your existing web project. Place the line 
// in the HTML code at position where you want to have the buttons menu.
//
// <script language="Javascript" src="mainmenu.js"></script>
//
//
// Created by Agama Web Buttons
//----------------------------------------------------------------------

mainmenu_imgsrc=new Array();
mainmenu_imgsrc[1]="images/a_menubutton1.gif";
mainmenu_imgsrc[2]="images/p_menubutton1.gif";
mainmenu_imgsrc[3]="images/a_menubutton2.gif";
mainmenu_imgsrc[4]="images/p_menubutton2.gif";
mainmenu_imgsrc[5]="images/a_menubutton3.gif";
mainmenu_imgsrc[6]="images/p_menubutton3.gif";
mainmenu_imgsrc[7]="images/a_menubutton4.gif";
mainmenu_imgsrc[8]="images/p_menubutton4.gif";
mainmenu_imgsrc[9]="images/a_menubutton5.gif";
mainmenu_imgsrc[10]="images/p_menubutton5.gif";
mainmenu_imgsrc[11]="images/a_menubutton10.gif";
mainmenu_imgsrc[12]="images/p_menubutton10.gif";
mainmenu_imgsrc[13]="images/a_menubutton11.gif";
mainmenu_imgsrc[14]="images/p_menubutton11.gif";
mainmenu_imgsrc[15]="images/a_menubutton12.gif";
mainmenu_imgsrc[16]="images/p_menubutton12.gif";

mainmenu_img =new Array();
for (i=0; i< mainmenu_imgsrc.length; i++) {
  mainmenu_img[i]=new Image();
  mainmenu_img[i].src=mainmenu_imgsrc[i];
}
function mainmenu_change(number, picture) {
  {
    document[picture].src=mainmenu_img[number].src;
  }
}

qt="'";

document.writeln('<DIV>');
document.writeln('  <TABLE border="0" Cellpadding="0" Cellspacing="0" align="center" >');
document.writeln('    <TR>');
document.writeln('    <TD width="1"><A ID="" HREF="/index.html"  TARGET="_top"  ONMOUSEOVER="mainmenu_change('+qt+'1'+qt+','+qt+'mainmenu_1'+qt+')" ONMOUSEOUT= "mainmenu_change('+qt+'2'+qt+','+qt+'mainmenu_1'+qt+')" name="mainmenu_1"><IMG NAME="mainmenu_1" SRC="images/p_menubutton1.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="/About.html"  TARGET="_top"  ONMOUSEOVER="mainmenu_change('+qt+'3'+qt+','+qt+'mainmenu_2'+qt+')" ONMOUSEOUT= "mainmenu_change('+qt+'4'+qt+','+qt+'mainmenu_2'+qt+')" name="mainmenu_2"><IMG NAME="mainmenu_2" SRC="images/p_menubutton2.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="/Marineaquaria.html"  TARGET="_top"  ONMOUSEOVER="mainmenu_change('+qt+'11'+qt+','+qt+'mainmenu_6'+qt+')" ONMOUSEOUT= "mainmenu_change('+qt+'12'+qt+','+qt+'mainmenu_6'+qt+')" name="mainmenu_6"><IMG NAME="mainmenu_6" SRC="images/p_menubutton10.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="/Freshwateraquaria.html"  TARGET="_top"  ONMOUSEOVER="mainmenu_change('+qt+'15'+qt+','+qt+'mainmenu_8'+qt+')" ONMOUSEOUT= "mainmenu_change('+qt+'16'+qt+','+qt+'mainmenu_8'+qt+')" name="mainmenu_8"><IMG NAME="mainmenu_8" SRC="images/p_menubutton12.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="/Help.html"  TARGET="_top"  ONMOUSEOVER="mainmenu_change('+qt+'5'+qt+','+qt+'mainmenu_3'+qt+')" ONMOUSEOUT= "mainmenu_change('+qt+'6'+qt+','+qt+'mainmenu_3'+qt+')" name="mainmenu_3"><IMG NAME="mainmenu_3" SRC="images/p_menubutton3.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="/Gallery2.html"  TARGET="_top"  ONMOUSEOVER="mainmenu_change('+qt+'7'+qt+','+qt+'mainmenu_4'+qt+')" ONMOUSEOUT= "mainmenu_change('+qt+'8'+qt+','+qt+'mainmenu_4'+qt+')" name="mainmenu_4"><IMG NAME="mainmenu_4" SRC="images/p_menubutton4.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="/Contact.html"  TARGET="_top"  ONMOUSEOVER="mainmenu_change('+qt+'9'+qt+','+qt+'mainmenu_5'+qt+')" ONMOUSEOUT= "mainmenu_change('+qt+'10'+qt+','+qt+'mainmenu_5'+qt+')" name="mainmenu_5"><IMG NAME="mainmenu_5" SRC="images/p_menubutton5.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="#" ONCLICK="alert('+qt+'Coming Soon'+qt+')"  TARGET="_top"  ONMOUSEOVER="mainmenu_change('+qt+'13'+qt+','+qt+'mainmenu_7'+qt+')" ONMOUSEOUT= "mainmenu_change('+qt+'14'+qt+','+qt+'mainmenu_7'+qt+')" name="mainmenu_7"><IMG NAME="mainmenu_7" SRC="images/p_menubutton11.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    </TR>');
document.writeln('  </TABLE>');
document.writeln('</DIV>');
//-->