<!--

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

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

//

//

// Created by Agama Web Buttons

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



login_imgsrc=new Array();

login_imgsrc[1]="http://www.fatsound.co.uk/images/a_login1.gif";

login_imgsrc[2]="http://www.fatsound.co.uk/images/p_login1.gif";



login_img =new Array();

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

  login_img[i]=new Image();

  login_img[i].src=login_imgsrc[i];

}

function login_change(number, picture) {

  {

    document[picture].src=login_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="http://www.fatsound.co.uk/login/"  TARGET="_top"  ONMOUSEOVER="login_change('+qt+'1'+qt+','+qt+'login_1'+qt+')" ONMOUSEOUT= "login_change('+qt+'2'+qt+','+qt+'login_1'+qt+')" name="login_1"><IMG NAME="login_1" SRC="http://www.fatsound.co.uk/images/p_login1.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');

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

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

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

//-->

