function swap(theurl, textwechsel) {
	document.getElementById('largeimage').src = theurl;
    document.getElementById('infotext').innerHTML=textwechsel; 
}
