// JavaScript Document


{
       var img = new Array();
       img[0] = new Image();  img[0].src = "/images/menu01.gif"; 
       img[1] = new Image();  img[1].src = "/images/menu01o.gif";
       img[2] = new Image();  img[2].src = "/images/menu02.gif"; 
       img[3] = new Image();  img[3].src = "/images/menu02o.gif";
       img[4] = new Image();  img[4].src = "/images/menu03.gif"; 
       img[5] = new Image();  img[5].src = "/images/menu03o.gif";
       img[6] = new Image();  img[6].src = "/images/menu04.gif"; 
       img[7] = new Image();  img[7].src = "/images/menu04o.gif";
       img[8] = new Image();  img[8].src = "/images/menu05.gif"; 
       img[9] = new Image();  img[9].src = "/images/menu05o.gif";
       img[10] = new Image();  img[10].src = "/images/menu06.gif"; 
       img[11] = new Image();  img[11].src = "/images/menu06o.gif";
       img[12] = new Image();  img[12].src = "/images/menu07.gif"; 
       img[13] = new Image();  img[13].src = "/images/menu07o.gif";
       img[14] = new Image();  img[14].src = "/images/menu08.gif"; 
       img[15] = new Image();  img[15].src = "/images/menu08o.gif";
       img[16] = new Image();  img[16].src = "/images/menu09.gif"; 
       img[17] = new Image();  img[17].src = "/images/menu09o.gif";
       img[18] = new Image();  img[18].src = "/images/menu10.gif"; 
       img[19] = new Image();  img[19].src = "/images/menu10o.gif";
       img[20] = new Image();  img[20].src = "/images/menu11.gif";
       img[21] = new Image();  img[21].src = "/images/menu11o.gif";
       img[22] = new Image();  img[22].src = "./images/menu13.gif";
       img[23] = new Image();  img[23].src = "./images/menu13o.gif";


      }

      function change_image(nam,num) {
      if(navigator.appVersion.charAt(0) >= 3) {
       document.images[nam].src = img[num].src;
         }
      }

var Middle=null;
function window_open(w,h,s_data){
ww=w.substring(0,w.length);
hh=h.substring(0,h.length);
ss_data = s_data;
setTimeout('go_s(ww,hh,ss_data)',1000);
}
    function go_s(wi,he,s_data) {
 Middle = window.open(s_data, "middle_win", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,width="+wi+",height="+he);
    }
