function ImageBox_5_onMouseOver() {
changeVisibility("ImageBox_6", 1, false);
changeVisibility("ImageBox_7", 1, false);
changeVisibility("ImageBox_8", 1, false);
changeVisibility("ImageBox_9", 1, false);
changeVisibility("ImageBox_10", 1, false);

}
addHandler(document.getElementById("ImageBox_5"), "mouseover", ImageBox_5_onMouseOver);

