function showCurrentImage() 
{
	url = myShow.image.src;
	url = url.replace(/\/m\//, "/l/");

	Mediabox.open(url, 'Detailansicht', '960 465');
}
;

