<!--if (document.images)   {     image1on = new Image();     image1on.src="images/THEJURYMASTER150on.gif";     image1off = new Image();     image1off.src = "images/THEJURYMASTER150.jpg";}function turnOn(imageName)   {     if (document.images)   {     document[imageName].src = eval(imageName + "on.src");     }}function turnOff(imageName)   {     if (document.images)   {     document[imageName].src = eval(imageName + "off.src");     }}if (document.images)   {     image2on = new Image();     image2on.src="images/canarycover150on.gif";     image2off = new Image();     image2off.src = "images/canarycover150.jpg";}function turnOn(imageName)   {     if (document.images)   {     document[imageName].src = eval(imageName + "on.src");     }}function turnOff(imageName)   {     if (document.images)   {     document[imageName].src = eval(imageName + "off.src");     }}if (document.images)   {     image3on = new Image();     image3on.src="images/damagecontrolon.gif";     image3off = new Image();     image3off.src = "images/damagecontrol.jpg";}function turnOn(imageName)   {     if (document.images)   {     document[imageName].src = eval(imageName + "on.src");     }}function turnOff(imageName)   {     if (document.images)   {     document[imageName].src = eval(imageName + "off.src");     }}// -->