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

sport_imgsrc=new Array();
sport_imgsrc[1]="js/a_sport1.gif";
sport_imgsrc[2]="js/p_sport1.gif";

sport_img =new Array();
for (i=0; i< sport_imgsrc.length; i++) {
  sport_img[i]=new Image();
  sport_img[i].src=sport_imgsrc[i];
}
function sport_change(number, picture) {
  {
    document[picture].src=sport_img[number].src;
  }
}

qt="'";

document.writeln('<DIV>');
document.writeln('  <TABLE border="0" Cellpadding="0" Cellspacing="0" align="left" >');
document.writeln('    <TR>');
document.writeln('    <TD width="1"><A ID="" HREF="./index.php?page=sport"  TARGET="_parent"  ONMOUSEOVER="sport_change('+qt+'1'+qt+','+qt+'sport_1'+qt+')" ONMOUSEOUT= "sport_change('+qt+'2'+qt+','+qt+'sport_1'+qt+')" name="sport_1"><IMG NAME="sport_1" SRC="js/p_sport1.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    </TR>');
document.writeln('  </TABLE>');
document.writeln('</DIV>');
//-->

