function pop(file) // Aufruf von Popupfenster mit dem Namen 'pop' im Link
{
	helpwindow = window.open(file, "AGB", "toolbar=no, locationbar=false, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=420, height=320, top=150, left=100");
	helpwindow.focus();
	return false;
}
