<!--
//---------------------------------------------------------------------
// 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="cbcmenu2.js"></script>
//
//
// Created by Agama Web Buttons
//----------------------------------------------------------------------

imgsrc=new Array();
imgsrc[1]="a_cbc11.gif";
imgsrc[2]="p_cbc11.gif";
imgsrc[3]="a_cbc12.gif";
imgsrc[4]="p_cbc12.gif";
imgsrc[5]="a_cbc13.gif";
imgsrc[6]="p_cbc13.gif";
imgsrc[7]="a_cbc14.gif";
imgsrc[8]="p_cbc14.gif";
imgsrc[9]="a_cbc15.gif";
imgsrc[10]="p_cbc15.gif";
imgsrc[11]="a_cbc16.gif";
imgsrc[12]="p_cbc16.gif";
imgsrc[13]="a_cbc17.gif";
imgsrc[14]="p_cbc17.gif";
imgsrc[15]="a_cbc21.gif";
imgsrc[16]="p_cbc21.gif";
imgsrc[17]="a_cbc22.gif";
imgsrc[18]="p_cbc22.gif";
imgsrc[19]="a_cbc23.gif";
imgsrc[20]="p_cbc23.gif";
imgsrc[21]="a_cbc24.gif";
imgsrc[22]="p_cbc24.gif";
imgsrc[23]="a_cbc25.gif";
imgsrc[24]="p_cbc25.gif";
imgsrc[25]="a_cbc26.gif";
imgsrc[26]="p_cbc26.gif";
imgsrc[27]="a_cbc27.gif";
imgsrc[28]="p_cbc27.gif";
imgsrc[29]="a_cbc31.gif";
imgsrc[30]="p_cbc31.gif";
imgsrc[31]="a_cbc32.gif";
imgsrc[32]="p_cbc32.gif";
imgsrc[33]="a_cbc33.gif";
imgsrc[34]="p_cbc33.gif";

img =new Array();
for (i=0; i< imgsrc.length; i++) {
  img[i]=new Image();
  img[i].src=imgsrc[i];
}
function change(number, picture) {
  {
    document[picture].src=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="markets.html"  TARGET="_top"  ONMOUSEOVER="change('+qt+'15'+qt+','+qt+'m8'+qt+')" ONMOUSEOUT= "change('+qt+'16'+qt+','+qt+'m8'+qt+')" name="m8"><IMG NAME="m8" SRC="p_cbc21.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="days.html"  TARGET="_top"  ONMOUSEOVER="change('+qt+'17'+qt+','+qt+'m9'+qt+')" ONMOUSEOUT= "change('+qt+'18'+qt+','+qt+'m9'+qt+')" name="m9"><IMG NAME="m9" SRC="p_cbc22.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="standards.html"  TARGET="_top"  ONMOUSEOVER="change('+qt+'19'+qt+','+qt+'m10'+qt+')" ONMOUSEOUT= "change('+qt+'20'+qt+','+qt+'m10'+qt+')" name="m10"><IMG NAME="m10" SRC="p_cbc23.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="kids.html"  TARGET="_top"  ONMOUSEOVER="change('+qt+'21'+qt+','+qt+'m11'+qt+')" ONMOUSEOUT= "change('+qt+'22'+qt+','+qt+'m11'+qt+')" name="m11"><IMG NAME="m11" SRC="p_cbc24.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="links.html"  TARGET="_top"  ONMOUSEOVER="change('+qt+'23'+qt+','+qt+'m12'+qt+')" ONMOUSEOUT= "change('+qt+'24'+qt+','+qt+'m12'+qt+')" name="m12"><IMG NAME="m12" SRC="p_cbc25.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="contact.html"  TARGET="_top"  ONMOUSEOVER="change('+qt+'25'+qt+','+qt+'m13'+qt+')" ONMOUSEOUT= "change('+qt+'26'+qt+','+qt+'m13'+qt+')" name="m13"><IMG NAME="m13" SRC="p_cbc26.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="mailinglist.html"  TARGET="_top"  ONMOUSEOVER="change('+qt+'27'+qt+','+qt+'m14'+qt+')" ONMOUSEOUT= "change('+qt+'28'+qt+','+qt+'m14'+qt+')" name="m14"><IMG NAME="m14" SRC="p_cbc27.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    </TR>');
document.writeln('  </TABLE>');
document.writeln('</DIV>');
//-->
