/* Impressum-PopUp */
function imprint() {

	imp = window.open('imprint.php', 'imprint', 'width=420,height=700,left=100,top=100,scrollbars=no');
	return false;
}

/* Datenschutz PopUp */
function terms() {

	imp = window.open('terms.php', 'terms', 'width=400,height=400,left=100,top=100,scrollbars=no');
	return false;
}