<!--
//---------------------------------------------------------------------
// 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="DU2.js"></script>
//
//
// Created by Agama Web Buttons
//----------------------------------------------------------------------

DU2_imgsrc=new Array();
DU2_imgsrc[1]="a_DU21.gif";
DU2_imgsrc[2]="p_DU21.gif";
DU2_imgsrc[3]="a_DU22.gif";
DU2_imgsrc[4]="p_DU22.gif";
DU2_imgsrc[5]="a_DU23.gif";
DU2_imgsrc[6]="p_DU23.gif";

DU2_img =new Array();
for (i=0; i< DU2_imgsrc.length; i++) {
  DU2_img[i]=new Image();
  DU2_img[i].src=DU2_imgsrc[i];
}
function DU2_change(number, picture) {
  {
    document[picture].src=DU2_img[number].src;
  }
}

qt="'";

document.writeln('<DIV>');
document.writeln('  <TABLE style="width: 450px; height: 23px;" border="0" Cellpadding="0" Cellspacing="0" align="left" >');
document.writeln('    <TR>');
document.writeln('    <TD width="1"><A ID="" HREF="http://www.rekacapital.ru/form/form.php"  TARGET="_top"  ONMOUSEOVER="DU2_change('+qt+'1'+qt+','+qt+'DU2_1'+qt+')" ONMOUSEOUT= "DU2_change('+qt+'2'+qt+','+qt+'DU2_1'+qt+')" name="DU2_1"><IMG NAME="DU2_1" SRC="p_DU21.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="http://rekacapital.ru/kontakti.html"  TARGET="_top"  ONMOUSEOVER="DU2_change('+qt+'3'+qt+','+qt+'DU2_2'+qt+')" ONMOUSEOUT= "DU2_change('+qt+'4'+qt+','+qt+'DU2_2'+qt+')" name="DU2_2"><IMG NAME="DU2_2" SRC="p_DU22.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="http://rekacapital.ru/form/form3.php"  TARGET="_top"  ONMOUSEOVER="DU2_change('+qt+'5'+qt+','+qt+'DU2_3'+qt+')" ONMOUSEOUT= "DU2_change('+qt+'6'+qt+','+qt+'DU2_3'+qt+')" name="DU2_3"><IMG NAME="DU2_3" SRC="p_DU23.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    </TR>');
document.writeln('  </TABLE>');
document.writeln('</DIV>');
//-->

