function blank()
{}
function popup(datei,name)
{
	window.open('/popup.php?a='+datei+'', ''+name+'', 'width=455, height=557, location=no, menubar=no, status=no, toolbar=no, scrollbars=yes, resizable=yes');
}

function popupwm(datei,name)
{
	window.open('/popup.php?a='+datei+'', ''+name+'', 'width=467, height=557, location=no, menubar=no, status=no, toolbar=no, scrollbars=yes, resizable=yes');
}

function gewinnspiel_open()
{
	window.open('/winterspecial/', 'Gedaechtnistraining', 'width=704, height=557, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no');
}

function popitup(url) {
	newwindow=window.open(url,'name','scrollbars=yes,height=600,width=470');
	if (window.focus) {newwindow.focus()}
	return false;
}
function popitupVote(url) {
	newwindow=window.open(url,'name','scrollbars=yes,height=520,width=470');
	if (window.focus) {newwindow.focus()}
	return false;
}