<!--

var preloaded = false;

if (document.images)
{
	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; 
	}
}

-->