<!--

//---------------------------------------------------------------------

// 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="tc.js"></script>

//

//

// Created by Agama Web Buttons

//----------------------------------------------------------------------



tc_imgsrc=new Array();

tc_imgsrc[1]="http://www.fatsound.co.uk/images/a_t&c1.gif";

tc_imgsrc[2]="http://www.fatsound.co.uk/images/p_t&c1.gif";



tc_img =new Array();

for (i=0; i< tc_imgsrc.length; i++) {

  tc_img[i]=new Image();

  tc_img[i].src=tc_imgsrc[i];

}

function tc_change(number, picture) {

  {

    document[picture].src=tc_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="<#AWBID>" HREF="http://www.fatsound.co.uk/terms/"  TARGET="_top"  ONMOUSEOVER="tc_change('+qt+'1'+qt+','+qt+'tc_1'+qt+')" ONMOUSEOUT= "tc_change('+qt+'2'+qt+','+qt+'tc_1'+qt+')" name="tc_1"><IMG NAME="tc_1" SRC="http://www.fatsound.co.uk/images/p_t&c1.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');

document.writeln('    </TR>');

document.writeln('  </TABLE>');

document.writeln('</DIV>');

//-->

