<!--
//---------------------------------------------------------------------
// 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="DU1.js"></script>
//
//
// Created by Agama Web Buttons
//----------------------------------------------------------------------

DU1_imgsrc=new Array();
DU1_imgsrc[1]="a_DU11.gif";
DU1_imgsrc[2]="p_DU11.gif";
DU1_imgsrc[3]="a_DU12.gif";
DU1_imgsrc[4]="p_DU12.gif";
DU1_imgsrc[5]="a_DU13.gif";
DU1_imgsrc[6]="p_DU13.gif";

DU1_img =new Array();
for (i=0; i< DU1_imgsrc.length; i++) {
  DU1_img[i]=new Image();
  DU1_img[i].src=DU1_imgsrc[i];
}
function DU1_change(number, picture) {
  {
    document[picture].src=DU1_img[number].src;
  }
}

qt="'";

document.writeln('<DIV>');
document.writeln('  <TABLE style="width: 455px; height: 23px;" border="0" Cellpadding="0" Cellspacing="0" align="left" >');
document.writeln('    <TR>');
document.writeln('    <TD width="1"><A ID="" HREF="http://rekacapital.ru/statements_2010.pdf"  TARGET="_top"  ONMOUSEOVER="DU1_change('+qt+'1'+qt+','+qt+'DU1_1'+qt+')" ONMOUSEOUT= "DU1_change('+qt+'2'+qt+','+qt+'DU1_1'+qt+')" name="DU1_1"><IMG NAME="DU1_1" SRC="p_DU11.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="http://rekacapital.ru/upravlenie.html"  TARGET="_top"  ONMOUSEOVER="DU1_change('+qt+'3'+qt+','+qt+'DU1_2'+qt+')" ONMOUSEOUT= "DU1_change('+qt+'4'+qt+','+qt+'DU1_2'+qt+')" name="DU1_2"><IMG NAME="DU1_2" SRC="p_DU12.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="http://rekacapital.ru/dogovor_upr.pdf"  TARGET="_top"  ONMOUSEOVER="DU1_change('+qt+'5'+qt+','+qt+'DU1_3'+qt+')" ONMOUSEOUT= "DU1_change('+qt+'6'+qt+','+qt+'DU1_3'+qt+')" name="DU1_3"><IMG NAME="DU1_3" SRC="p_DU13.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    </TR>');
document.writeln('  </TABLE>');
document.writeln('</DIV>');
//-->

