function openWindow(id) {
	var url = 'http://motor-kegeln.de/show.report.php?ID=' + id;
	var name = 'presse';
	merkmale = 'Width=600,Height=500,scrollbars=yes';
	name=window.open(url,name,merkmale);
	name.focus();
}
