function changeImg (URL) {	
	Bild = new Image();
	Bild.src = URL;
	self.document.projectimg.src=Bild.src
}