/*

	/js/press/swapimg.js
	last edit:2003.25
	
*/

var loaded = 0;
var last = "";

		mt_about_off = new Image();mt_about_off.src ='images/menu/mt_aboute.gif';
		mt_about_on = new Image();mt_about_on.src ='images/menu/mt_aboute_o.gif';
		mt_introduction_off = new Image();mt_introduction_off.src ='images/menu/mt_introductione.gif';
		mt_introduction_on = new Image();mt_introduction_on.src ='images/menu/mt_introductione_o.gif';
		mt_showcase_off = new Image();mt_showcase_off.src ='images/menu/mt_showcase.gif';
		mt_showcase_on = new Image();mt_showcase_on.src ='images/menu/mt_showcase_o.gif';
		mt_top_off = new Image();mt_top_off.src ='images/menu/mt_tope.gif';
		mt_top_on = new Image();mt_top_on.src ='images/menu/mt_tope_o.gif';
	
loaded = 1;

