<!--
if (document.images) {

	m1on = new Image(); m1on.src = "images/m1_on.gif";
	m2on = new Image(); m2on.src = "images/m2_on.gif";
	m3on = new Image(); m3on.src = "images/m3_on.gif";
	m4on = new Image(); m4on.src = "images/m4_on.gif";
	m5on = new Image(); m5on.src = "images/m5_on.gif";
	m6on = new Image(); m6on.src = "images/m6_on.gif";
	m7on = new Image(); m7on.src = "images/m7_on.gif";
	m8on = new Image(); m8on.src = "images/m8_on.gif";
	m9on = new Image(); m9on.src = "images/m9_on.gif";
	m10on = new Image(); m10on.src = "images/m10_on.gif";

	tm1on = new Image(); tm1on.src = "images/tm1_on.gif";
	tm2on = new Image(); tm2on.src = "images/tm2_on.gif";
	tm3on = new Image(); tm3on.src = "images/tm3_on.gif";
	tm4on = new Image(); tm4on.src = "images/tm4_on.gif";
	tm5on = new Image(); tm5on.src = "images/tm5_on.gif";
	
	tam1on = new Image(); tam1on.src = "images/tam1_on.jpg";
	tam2on = new Image(); tam2on.src = "images/tam2_on.jpg";
	tam3on = new Image(); tam3on.src = "images/tam3_on.jpg";
	tam4on = new Image(); tam4on.src = "images/tam4_on.jpg";
	tam5on = new Image(); tam5on.src = "images/tam5_on.jpg";
	tam6on = new Image(); tam6on.src = "images/tam6_on.jpg";
	
	fotam1on = new Image(); fotam1on.src = "images/fotam1_on.jpg";
	fotam2on = new Image(); fotam2on.src = "images/fotam2_on.jpg";
	dm1on = new Image(); dm1on.src = "images/dm1_on.jpg";

	m1off = new Image(); m1off.src = "images/m1_off.gif";
	m2off = new Image(); m2off.src = "images/m2_off.gif";
	m3off = new Image(); m3off.src = "images/m3_off.gif";
	m4off = new Image(); m4off.src = "images/m4_off.gif";
	m5off = new Image(); m5off.src = "images/m5_off.gif";
	m6off = new Image(); m6off.src = "images/m6_off.gif";
	m7off = new Image(); m7off.src = "images/m7_off.gif";
	m8off = new Image(); m8off.src = "images/m8_off.gif";
	m9off = new Image(); m9off.src = "images/m9_off.gif";
	m10off = new Image(); m10off.src = "images/m10_off.gif";

	tm1off = new Image(); tm1off.src = "images/tm1_off.gif";
	tm2off = new Image(); tm2off.src = "images/tm2_off.gif";
	tm3off = new Image(); tm3off.src = "images/tm3_off.gif";
	tm4off = new Image(); tm4off.src = "images/tm4_off.gif";
	tm5off = new Image(); tm5off.src = "images/tm5_off.gif";
	
	tam1off = new Image(); tam1off.src = "images/tam1_off.jpg";
	tam2off = new Image(); tam2off.src = "images/tam2_off.jpg";
	tam3off = new Image(); tam3off.src = "images/tam3_off.jpg";
	tam4off = new Image(); tam4off.src = "images/tam4_off.jpg";
	tam5off = new Image(); tam5off.src = "images/tam5_off.jpg";
	tam6off = new Image(); tam6off.src = "images/tam6_off.jpg";
	
	fotam1off = new Image(); fotam1off.src = "images/fotam1_off.jpg";
	fotam2off = new Image(); fotam2off.src = "images/fotam2_off.jpg";
	dm1off = new Image(); dm1off.src = "images/dm1_off.jpg";


		}
imgOff = null;
	function changeOn(imageID) {
		if (document.images) {
			imgOff = eval(imageID + "off.src");
			imgOn = eval(imageID + "on.src");
			document.images[imageID].src = imgOn;
		}
		else {}
	}

	function changeOff(imageID) {
		if (document.images) {
			document.images[imageID].src = imgOff;
		}
		else {}
	}
//-->
