<!--
//IMG-PRELOAD
if (document.images){
	arImageSrc = new Array (
	'_img/p-mlfs_head01.jpg',
	'_img/p-mlfs-divhead-1.jpg',
	'_img/p-mlfs_head03.jpg',
	'_img/p-mlfs_rrand0.jpg',
	'_img/p-mlfs_rrand1.jpg',
	'_img/mainrborder.gif',
	'_img/mainrborder-end.gif',
	'_img/pbg-mlfs_head02.jpg',
	'_img/maintdcl-left.jpg',
	'_img/maintdcl-right.jpg',
	'_img/p-mlfs_headf02.jpg',
	'_img/but-top2.gif',
	'_img/p-thead01.jpg',
	'_img/p-teasertdleft01.jpg',
	'_img/bg-teasertdcenter-end.jpg',
	'_img/p-thead02.jpg',
	'_img/bg-teasertdcenter-end.jpg',
	'_img/p-thead03.jpg',
	'_img/bg-teasertdcenter-end.jpg',
	'_img/p-mlfs_teaserfoot.jpg',
	'_img/mainc-foot02a.gif',
	'_img/mainc-foot01.gif',
	'_img/mainc-foot02.gif',
	'_img/mainc-foot03.gif',
	'_img/mainc-foot02c.gif',
	'_img/p-mlfs_lrand0.jpg',
	'_img/mainlborder.gif',
	'_img/mainlborder-end.gif',
	'_img/p-mlfs_head02a.jpg',
	'_img/p-mlfs_head02b.jpg',
	'_img/bg-maintdcl.jpg',
	'_img/bg-maintdcr.jpg',
	'_img/bg-teasertdcenter.jpg',
	'_img/p-teaser_head01.jpg',
	'_img/TeaserHeadf.jpg',
	'_img/pbg-mlfs_foot02.jpg',
	'_img/maintext-1a.jpg',
	'_img/maintext-1b.jpg',
	'_img/maintext-1c.jpg'
	
	)
	arImageList = new Array ();
	for (counter in arImageSrc) {
		arImageList[counter] = new Image();
		arImageList[counter].src = arImageSrc[counter];
 	}
}
//-->

