function loadImage (url,targetid) {
	document.getElementById(targetid).src=url;
}