<!--
  document.write("<\/P>");
// -->
<!--
function imageRollover(i,j) {
document.images[i].src = eval("this["+j+"].src")
}
function loadImages() {
this[1] = new Image();
this[1].src="../image/off.gif";
this[2] = new Image();
this[2].src = "../image/on.gif";
}
this[3]=new Image()
this[3].src="../image/bar1off.gif"
this[4]=new Image()
this[4].src="../image/bar1on.gif"//bar1on.gif
this[5]=new Image()
this[5].src="../image/bar2off.gif"
this[6]=new Image()
this[6].src="../image/bar2on.gif"//bar2on.gif
this[7]=new Image()
this[7].src="../image/bar3off.gif"
this[8]=new Image()
this[8].src="../image/bar3on.gif"//bar3on.gif
this[9]=new Image()
this[9].src="../image/bar4off.gif"
this[10]=new Image()
this[10].src="../image/bar4on.gif"//bar4on.gif
this[11]=new Image()
this[11].src="../image/greyback.gif"
this[12]=new Image()
this[12].src="../image/redback.gif"//redback.gif
this[13]=new Image()
this[13].src="../image/greyforward.gif"
this[14]=new Image()
this[14].src="../image/redforward.gif"//redforward.gif
this[15]=new Image()
this[15].src="../image/greyzoom.gif"
this[16]=new Image()
this[16].src="../image/redzoom.gif"//redzoom.gif
if (document.images) {
loadImages();
}
//-->