// JavaScript Document
	function wechsel(url) 
	{
 	window.document.images.bildname.src=url;
 	}

