<!--
//---------------------------------------------------------------------
// Vertical menu 
// 
// 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="sitelinks.js"></script>
//
//
// Created by Agama Web Buttons
//----------------------------------------------------------------------

sitelinks_imgsrc=new Array();
sitelinks_imgsrc[1]="a_sitelinks1.jpg";
sitelinks_imgsrc[2]="p_sitelinks1.jpg";

sitelinks_img =new Array();
for (i=0; i< sitelinks_imgsrc.length; i++) {
  sitelinks_img[i]=new Image();
  sitelinks_img[i].src=sitelinks_imgsrc[i];
}
function sitelinks_change(number, picture) {
  {
    document[picture].src=sitelinks_img[number].src;
  }
}

qt="'";

document.writeln('<DIV>');
document.writeln('  <TABLE border="0" Cellpadding="0" Cellspacing="0" align="left" >');
document.writeln('    <TR><TD align="Left" height="0"><A ID="" HREF="http://thrustfencing.com/sitelinks.htm"  TARGET="_self"  ONMOUSEOVER="sitelinks_change('+qt+'1'+qt+','+qt+'sitelinks_1'+qt+')" ONMOUSEOUT= "sitelinks_change('+qt+'2'+qt+','+qt+'sitelinks_1'+qt+')" name="sitelinks_1"><IMG NAME="sitelinks_1" SRC="p_sitelinks1.jpg" BORDER="0" vspace="0" hspace="0"></A></TD></TR>');
document.writeln('    <TR><TD height="0"></TD></TR>');
document.writeln('  </TABLE>');
document.writeln('</DIV>');
//-->

