function hideLoading(nr, im) {
	var pic = this.document.getElementById("loading" + nr);
	if (pic) pic.style.display = "none";

	if (im)	im.style.display = "";
}

// if (typeof im.naturalWidth == 'undefined') im.naturalWidth = im.width;

