image0= new Image();
image0.src = "GraFX/TOC01A.gif";
image0on = new Image();
image0on.src = "GraFX/TOC01B.gif";
image1= new Image();
image1.src = "GraFX/TOC02A.gif";
image1on = new Image();
image1on.src = "GraFX/TOC02B.gif";
image2= new Image();
image2.src = "GraFX/TOC03A.gif";
image2on = new Image();
image2on.src = "GraFX/TOC03B.gif";
image3= new Image();
image3.src = "GraFX/TOC04A.gif";
image3on = new Image();
image3on.src = "GraFX/TOC04B.gif";
image4= new Image();
image4.src = "GraFX/TOC05A.gif";
image4on = new Image();
image4on.src = "GraFX/TOC05B.gif";
image5= new Image();
image5.src = "GraFX/TOC06A.gif";
image5on = new Image();
image5on.src = "GraFX/TOC06B.gif";
image6= new Image();
image6.src = "GraFX/TOC07A.gif";
image6on = new Image();
image6on.src = "GraFX/TOC07B.gif";
image7= new Image();
image7.src = "GraFX/TOC08A.gif";
image7on = new Image();
image7on.src = "GraFX/TOC08B.gif";
image8= new Image();
image8.src = "GraFX/TOC09A.gif";
image8on = new Image();
image8on.src = "GraFX/TOC09B.gif";
image9= new Image();
image9.src = "GraFX/TOC10A.gif";
image9on = new Image();
image9on.src = "GraFX/TOC10B.gif";

imageStay = ""

function on(name){
        if(name != "image0"){
        document.image0.src="GraFX/TOC01A.gif";
        }
	document[name].src = eval(name + "on.src");
	if (imageStay != name){
		if (imageStay != ""){
			document[imageStay].src = eval(imageStay + ".src");
		}
        }
	imageStay = name
	}
