function LoadImage(id,image) {

	if (document.getElementById(id)) {
		document.getElementById(id).src = image;
	}
}
