<!--

var preloaded = false;

if (document.images)
{
	pic01 = new Image (); pic01.src = "http://www.ml-maf.de/images/navigation/navibackground.jpg";
	pic02 = new Image (); pic02.src = "http://www.ml-maf.de/images/navigation/mllogo_big.jpg";
	pic03 = new Image (); pic03.src = "http://www.ml-maf.de/images/navigation/mllogo_small.jpg";
	pic04 = new Image (); pic04.src = "http://www.ml-maf.de/images/navigation/topnavigold.jpg";
	pic05 = new Image (); pic05.src = "http://www.ml-maf.de/images/navigation/bottomnavigold.jpg";
	pic06 = new Image (); pic06.src = "http://www.ml-maf.de/images/content/contenpicture_welcome.jpg";
	yt_normal1 = new Image(); yt_normal1.src = "http://www.ml-maf.de/images/mouseover/yongtjun_out.jpg";
	yt_highlight1 = new Image(); yt_highlight1.src = "http://www.ml-maf.de/images/mouseover/yongtjun_over.jpg";
	sk_normal2 = new Image(); sk_normal2.src = "http://www.ml-maf.de/images/mouseover/skirmen_out.jpg";
	sk_highlight2 = new Image(); sk_highlight2.src = "http://www.ml-maf.de/images/mouseover/skirmen_over.jpg";
	td_normal3 = new Image(); td_normal3.src = "http://www.ml-maf.de/images/mouseover/tigerdragons_out.jpg";
	td_highlight3 = new Image(); td_highlight3.src = "http://www.ml-maf.de/images/mouseover/tigerdragons_over.jpg";
	sd_normal4 = new Image(); sd_normal4.src = "http://www.ml-maf.de/images/mouseover/scd_out.jpg";
	sd_highlight4 = new Image(); sd_highlight4.src = "http://www.ml-maf.de/images/mouseover/scd_over.jpg";
	dy_normal5 = new Image(); dy_normal5.src = "http://www.ml-maf.de/images/mouseover/daoyin_out.jpg";
	dy_highlight5 = new Image(); dy_highlight5.src = "http://www.ml-maf.de/images/mouseover/daoyin_over.jpg";
}

preloaded = true;

function exchangePic(picId, picObj) { 
	if (preloaded) {
		 var pic = eval('document.getElementById(picId)'); 
		pic.src = picObj.src; 
	}
}

-->