function showImage(_1){
	new Ajax.Updater(
		'bild',
		"/ajax/ajax_server.php?requ=showImage&iId="+_1+"",
		{
		evalScripts:true,
		asynchronous:true
	});
}
