// Oeffnet ein Fenster
function fenster(URL)
{
	Fenster = window.open(URL,"popup","width=820,height=620,toolbar=no,menubar=no,scrollbars=yes");
}

