var popupWindow;

function openPopup(url) {
	popupWindow = window.open(url,"lauscha-popup","width=500, height=500, location=no, menubar=no, resizable=yes, scrollbars=yes, status=yes, toolbar=no, dependent=yes");
	popupWindow.focus();
}