<!--
//---------------------------------------------------------------------
// 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="returntoprevious.js"></script>
//
//
// Created by Agama Web Buttons
//----------------------------------------------------------------------

returntoprevious_imgsrc=new Array();
returntoprevious_imgsrc[1]="Images/a_menubutton1.gif";
returntoprevious_imgsrc[2]="Images/p_menubutton1.gif";

returntoprevious_img =new Array();
for (i=0; i< returntoprevious_imgsrc.length; i++) {
  returntoprevious_img[i]=new Image();
  returntoprevious_img[i].src=returntoprevious_imgsrc[i];
}
function returntoprevious_change(number, picture) {
  {
    document[picture].src=returntoprevious_img[number].src;
  }
}

qt="'";

document.writeln('<div{text-align:center;}>');
document.writeln('  <TABLE border="0" Cellpadding="0" Cellspacing="0" align="center" >');
document.writeln('    <TR><TD align="center" height="0"><A ID="" HREF="ReturnToPrevious.asp"  TARGET="_self"  ONMOUSEOVER="returntoprevious_change('+qt+'1'+qt+','+qt+'returntoprevious_1'+qt+')" ONMOUSEOUT= "returntoprevious_change('+qt+'2'+qt+','+qt+'returntoprevious_1'+qt+')" name="returntoprevious_1"><IMG NAME="returntoprevious_1" SRC="Images/p_menubutton1.gif" BORDER="0" vspace="0" hspace="0"></A></TD></TR>');
document.writeln('    <TR><TD height="0"></TD></TR>');
document.writeln('  </TABLE>');
document.writeln('</DIV>');
//-->

