function popup() {
	url = 'http://p115424.typo3server.info/index.php?id=2';
	title = 'Anmeldeformular';
	width = 615;
	height = 550;
	
	args = 'width=' + width + ', height = ' + height + ', scrollbars';
	popUp = window.open(url, title, args);
}
