<!--
//---------------------------------------------------------------------
// 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="teambuttons.js"></script>
//
//
// Created by Agama Web Buttons
//----------------------------------------------------------------------

imgsrc=new Array();
imgsrc[1]="http://5150gaming.com/images/a_5150.gif";
imgsrc[2]="http://5150gaming.com/images/p_5150.gif";
imgsrc[3]="http://5150gaming.com/images/a_wow.gif";
imgsrc[4]="http://5150gaming.com/images/p_wow.gif";
imgsrc[5]="http://5150gaming.com/images/a_cod.gif";
imgsrc[6]="http://5150gaming.com/images/p_cod.gif";
imgsrc[7]="http://5150gaming.com/images/a_bf2.gif";
imgsrc[8]="http://5150gaming.com/images/p_bf2.gif";
imgsrc[9]="http://5150gaming.com/images/a_cs16.gif";
imgsrc[10]="http://5150gaming.com/images/p_cs16.gif";
imgsrc[11]="http://5150gaming.com/images/a_css.gif";
imgsrc[12]="http://5150gaming.com/images/p_css.gif";

img =new Array();
for (i=0; i< imgsrc.length; i++) {
  img[i]=new Image();
  img[i].src=imgsrc[i];
}
function change(number, picture) {
  {
    document[picture].src=img[number].src;
  }
}

qt="'";

document.writeln('<DIV>');
document.writeln('  <TABLE border="0" Cellpadding="1" Cellspacing="0" align="CENTER" >');
document.writeln('    <TR><TD align="CENTER" height="0"><A ID="" HREF="http://www.5150gaming.com"  TARGET="_top"  ONMOUSEOVER="change('+qt+'1'+qt+','+qt+'m1'+qt+')" ONMOUSEOUT= "change('+qt+'2'+qt+','+qt+'m1'+qt+')" name="m1"><IMG NAME="m1" SRC="http://5150gaming.com/images/p_5150.gif" BORDER="0" vspace="0" hspace="0"></A></TD></TR>');
document.writeln('    <TR><TD height="0"></TD></TR>');
document.writeln('    <TR><TD align="CENTER" height="0"><A ID="" HREF="http://www.5150gaming.com/wow"  TARGET="_top"  ONMOUSEOVER="change('+qt+'3'+qt+','+qt+'m2'+qt+')" ONMOUSEOUT= "change('+qt+'4'+qt+','+qt+'m2'+qt+')" name="m2"><IMG NAME="m2" SRC="http://5150gaming.com/images/p_wow.gif" BORDER="0" vspace="0" hspace="0"></A></TD></TR>');
document.writeln('    <TR><TD height="0"></TD></TR>');
document.writeln('    <TR><TD align="CENTER" height="0"><A ID="" HREF="http://www.5150gaming.com/cod2"  TARGET="_top"  ONMOUSEOVER="change('+qt+'5'+qt+','+qt+'m3'+qt+')" ONMOUSEOUT= "change('+qt+'6'+qt+','+qt+'m3'+qt+')" name="m3"><IMG NAME="m3" SRC="http://5150gaming.com/images/p_cod.gif" BORDER="0" vspace="0" hspace="0"></A></TD></TR>');
document.writeln('    <TR><TD height="0"></TD></TR>');
document.writeln('    <TR><TD align="CENTER" height="0"><A ID="" HREF="http://www.5150gaming.com/bf2"  TARGET="_top"  ONMOUSEOVER="change('+qt+'7'+qt+','+qt+'m4'+qt+')" ONMOUSEOUT= "change('+qt+'8'+qt+','+qt+'m4'+qt+')" name="m4"><IMG NAME="m4" SRC="http://5150gaming.com/images/p_bf2.gif" BORDER="0" vspace="0" hspace="0"></A></TD></TR>');
document.writeln('    <TR><TD height="0"></TD></TR>');
document.writeln('    <TR><TD align="CENTER" height="0"><A ID="" HREF="http://www.5150gaming.com/cs16"  TARGET="_top"  ONMOUSEOVER="change('+qt+'9'+qt+','+qt+'m5'+qt+')" ONMOUSEOUT= "change('+qt+'10'+qt+','+qt+'m5'+qt+')" name="m5"><IMG NAME="m5" SRC="http://5150gaming.com/images/p_cs16.gif" BORDER="0" vspace="0" hspace="0"></A></TD></TR>');
document.writeln('    <TR><TD height="0"></TD></TR>');
document.writeln('    <TR><TD align="CENTER" height="0"><A ID="" HREF="http://www.5150gaming.com/css"  TARGET="_top"  ONMOUSEOVER="change('+qt+'11'+qt+','+qt+'m6'+qt+')" ONMOUSEOUT= "change('+qt+'12'+qt+','+qt+'m6'+qt+')" name="m6"><IMG NAME="m6" SRC="http://5150gaming.com/images/p_css.gif" BORDER="0" vspace="0" hspace="0"></A></TD></TR>');
document.writeln('    <TR><TD height="0"></TD></TR>');
document.writeln('  </TABLE>');
document.writeln('</DIV>');
//-->
