<!--
//---------------------------------------------------------------------
// 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="peticionesmenu.js"></script>
//
//
// Created by Agama Web Buttons
//----------------------------------------------------------------------

peticionesmenu_imgsrc=new Array();
peticionesmenu_imgsrc[1]="a_peticionesbutton1.gif";
peticionesmenu_imgsrc[2]="p_peticionesbutton1.gif";

peticionesmenu_img =new Array();
for (i=0; i< peticionesmenu_imgsrc.length; i++) {
  peticionesmenu_img[i]=new Image();
  peticionesmenu_img[i].src=peticionesmenu_imgsrc[i];
}
function peticionesmenu_change(number, picture) {
  {
    document[picture].src=peticionesmenu_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="peticiones.html"  TARGET="_top"  ONMOUSEOVER="peticionesmenu_change('+qt+'1'+qt+','+qt+'peticionesmenu_1'+qt+')" ONMOUSEOUT= "peticionesmenu_change('+qt+'2'+qt+','+qt+'peticionesmenu_1'+qt+')" name="peticionesmenu_1"><IMG NAME="peticionesmenu_1" SRC="p_peticionesbutton1.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    </TR>');
document.writeln('  </TABLE>');
document.writeln('</DIV>');
//-->
