<!--
        if (document.images) {
					img1ad = new Image();
            img1ad.src = "images/arrowb.gif";
					img2ad = new Image();
            img2ad.src = "images/arrowb.gif";
					img3ad = new Image();
            img3ad.src = "images/arrowb.gif";
					img4ad = new Image();
            img4ad.src = "images/arrowb.gif";
					img5ad = new Image();
            img5ad.src = "images/arrowb.gif";
					img6ad = new Image();
            img6ad.src = "images/arrowb.gif";
					img7ad = new Image();
            img7ad.src = "images/arrowy.gif";
					img8ad = new Image();
            img8ad.src = "images/arrowy.gif";
					img9ad = new Image();
            img9ad.src = "images/arrowy.gif";
					img10ad = new Image();
            img10ad.src = "images/arrowy.gif";
					img11ad = new Image();
            img11ad.src = "images/arrowy.gif";
					img12ad = new Image();
            img12ad.src = "images/arrowb.gif";
					img13ad = new Image();
            img13ad.src = "images/arrowb.gif";
					img14ad = new Image();
            img14ad.src = "images/arrowb.gif";
					img15ad = new Image();
            img15ad.src = "images/arrowb.gif";
        }

function imgOn(imgName) {
        if (document.images) {
            document[imgName + "b"].src = eval(imgName + "ad.src");
        }
}

function imgOff(imgName) {
        if (document.images) {
            document[imgName + "b"].src = "images/navblank.gif";
        }
}

// -->