<!--
//---------------------------------------------------------------------
// 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="TS1.js"></script>
//
//
// Created by Agama Web Buttons
//----------------------------------------------------------------------

TS1_imgsrc=new Array();
TS1_imgsrc[1]="a_TS11.gif";
TS1_imgsrc[2]="p_TS11.gif";
TS1_imgsrc[3]="a_TS12.gif";
TS1_imgsrc[4]="p_TS12.gif";
TS1_imgsrc[5]="a_TS13.gif";
TS1_imgsrc[6]="p_TS13.gif";

TS1_img =new Array();
for (i=0; i< TS1_imgsrc.length; i++) {
  TS1_img[i]=new Image();
  TS1_img[i].src=TS1_imgsrc[i];
}
function TS1_change(number, picture) {
  {
    document[picture].src=TS1_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/inst_oplata.html"  TARGET="_top"  ONMOUSEOVER="TS1_change('+qt+'1'+qt+','+qt+'TS1_1'+qt+')" ONMOUSEOUT= "TS1_change('+qt+'2'+qt+','+qt+'TS1_1'+qt+')" name="TS1_1"><IMG NAME="TS1_1" SRC="p_TS11.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="http://rekacapital.ru/t_s_how.html"  TARGET="_top"  ONMOUSEOVER="TS1_change('+qt+'3'+qt+','+qt+'TS1_2'+qt+')" ONMOUSEOUT= "TS1_change('+qt+'4'+qt+','+qt+'TS1_2'+qt+')" name="TS1_2"><IMG NAME="TS1_2" SRC="p_TS12.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    <TD width="1"><A ID="" HREF="http://rekacapital.ru/opisanoe_t_s.pdf"  TARGET="_top"  ONMOUSEOVER="TS1_change('+qt+'5'+qt+','+qt+'TS1_3'+qt+')" ONMOUSEOUT= "TS1_change('+qt+'6'+qt+','+qt+'TS1_3'+qt+')" name="TS1_3"><IMG NAME="TS1_3" SRC="p_TS13.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    </TR>');
document.writeln('  </TABLE>');
document.writeln('</DIV>');
//-->

