<!--
//---------------------------------------------------------------------
// 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="umor_menu.js"></script>
//
//
// Created by Agama Web Buttons
//----------------------------------------------------------------------

umor_menu_imgsrc=new Array();
umor_menu_imgsrc[1]="a_jampto_umor1.gif";
umor_menu_imgsrc[2]="p_jampto_umor1.gif";

umor_menu_img =new Array();
for (i=0; i< umor_menu_imgsrc.length; i++) {
  umor_menu_img[i]=new Image();
  umor_menu_img[i].src=umor_menu_imgsrc[i];
}
function umor_menu_change(number, picture) {
  {
    document[picture].src=umor_menu_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://w.hellahella.com/"  TARGET="_blank"  ONMOUSEOVER="umor_menu_change('+qt+'1'+qt+','+qt+'umor_menu_1'+qt+')" ONMOUSEOUT= "umor_menu_change('+qt+'2'+qt+','+qt+'umor_menu_1'+qt+')" name="umor_menu_1"><IMG NAME="umor_menu_1" SRC="p_jampto_umor1.gif" BORDER="0" vspace="0" hspace="0"></A></TD>');
document.writeln('    </TR>');
document.writeln('  </TABLE>');
document.writeln('</DIV>');
//-->

