<!--
//---------------------------------------------------------------------
// 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="menu-accueil.js"></script>
//
//
// Created by Agama Web Buttons
//----------------------------------------------------------------------

imgsrc=new Array();
imgsrc[1]="a_menu-accueil1.gif";
imgsrc[2]="p_menu-accueil1.gif";
imgsrc[3]="a_menu-accueil2.gif";
imgsrc[4]="p_menu-accueil2.gif";
imgsrc[5]="a_menu-accueil3.gif";
imgsrc[6]="p_menu-accueil3.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="0" Cellspacing="0" align="left" >');
document.writeln('    <TR><TD align="Left" height="0"><A ID="" HREF="situation.html"  TARGET="_self"  ONMOUSEOVER="change('+qt+'1'+qt+','+qt+'m1'+qt+')" ONMOUSEOUT= "change('+qt+'2'+qt+','+qt+'m1'+qt+')" name="m1"><IMG NAME="m1" SRC="p_menu-accueil1.gif" BORDER="0" vspace="0" hspace="0"></A></TD></TR>');
document.writeln('    <TR><TD height="4"></TD></TR>');
document.writeln('    <TR><TD align="Left" height="0"><A ID="" HREF="structure.html"  TARGET="_self"  ONMOUSEOVER="change('+qt+'3'+qt+','+qt+'m2'+qt+')" ONMOUSEOUT= "change('+qt+'4'+qt+','+qt+'m2'+qt+')" name="m2"><IMG NAME="m2" SRC="p_menu-accueil2.gif" BORDER="0" vspace="0" hspace="0"></A></TD></TR>');
document.writeln('    <TR><TD height="4"></TD></TR>');
document.writeln('    <TR><TD align="Left" height="0"><A ID="" HREF="staff.html"  TARGET="_self"  ONMOUSEOVER="change('+qt+'5'+qt+','+qt+'m3'+qt+')" ONMOUSEOUT= "change('+qt+'6'+qt+','+qt+'m3'+qt+')" name="m3"><IMG NAME="m3" SRC="p_menu-accueil3.gif" BORDER="0" vspace="0" hspace="0"></A></TD></TR>');
document.writeln('    <TR><TD height="4"></TD></TR>');
document.writeln('  </TABLE>');
document.writeln('</DIV>');
//-->

