<!--
	function func_imgpreload(vararg_img) {
		var local_image = new Image();
		local_image.src = vararg_img;
	}
-->