function popup (url) {
	GAPopUp = window.open(url,'Gratis_Anrufen','width=600,height=300');
	GAPopUp.focus();
	return false;
}

