function bildtauschen(rawfile)
{
	new Ajax.Updater($('produktabbildung'),'bildtauschen.php?file='+encodeURIComponent(rawfile));	 
}

