<!-- 
if (document.images) {
arrow_01 = new Image(15, 15);arrow_01.src = '/image/gif/arrow.gif';
arrow_01o = new Image(15, 15);arrow_01o.src = '/image/gif/arrow_on.gif';
arrow_02 = new Image(15, 15);arrow_02.src = '/image/gif/arrow.gif';
arrow_02o = new Image(15, 15);arrow_02o.src = '/image/gif/arrow_on.gif';
arrow_03 = new Image(15, 15);arrow_03.src = '/image/gif/arrow.gif';
arrow_03o = new Image(15, 15);arrow_03o.src = '/image/gif/arrow_on.gif';
arrow_04 = new Image(15, 15);arrow_04.src = '/image/gif/arrow.gif';
arrow_04o = new Image(15, 15);arrow_04o.src = '/image/gif/arrow_on.gif';
arrow_05 = new Image(15, 15);arrow_05.src = '/image/gif/arrow.gif';
arrow_05o = new Image(15, 15);arrow_05o.src = '/image/gif/arrow_on.gif';
arrow_06 = new Image(15, 15);arrow_06.src = '/image/gif/arrow.gif';
arrow_06o = new Image(15, 15);arrow_06o.src = '/image/gif/arrow_on.gif';
arrow_07 = new Image(15, 15);arrow_07.src = '/image/gif/arrow.gif';
arrow_07o = new Image(15, 15);arrow_07o.src = '/image/gif/arrow_on.gif';
arrow_08 = new Image(15, 15);arrow_08.src = '/image/gif/arrow.gif';
arrow_08o = new Image(15, 15);arrow_08o.src = '/image/gif/arrow_on.gif';
arrow_09 = new Image(15, 15);arrow_09.src = '/image/gif/arrow.gif';
arrow_09o = new Image(15, 15);arrow_09o.src = '/image/gif/arrow_on.gif';
arrow_10 = new Image(15, 15);arrow_10.src = '/image/gif/arrow.gif';
arrow_10o = new Image(15, 15);arrow_10o.src = '/image/gif/arrow_on.gif';
arrow_11 = new Image(15, 15);arrow_11.src = '/image/gif/arrow.gif';
arrow_11o = new Image(15, 15);arrow_11o.src = '/image/gif/arrow_on.gif';
arrow_12 = new Image(15, 15);arrow_12.src = '/image/gif/arrow.gif';
arrow_12o = new Image(15, 15);arrow_12o.src = '/image/gif/arrow_on.gif';
}
function di(id,name){
  if (document.images) {document.images[id].src=eval(name+".src"); }
}

// function that displays status bar message

function dm(msgStr) {
  document.returnValue = false;
  if (document.images) { 
     window.status = msgStr;
     document.returnValue = true;
  }
}
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) { 
    window.status = msgStr;
    document.returnValue = true;
  }
}

// -->

