function Fenster(url)
{
open(url, "Beschreibung", "resizable=0, status=0, scrollbars=0, width=470, height=330");
}
function Fenster2(url)
{
open(url, "Beschreibung", "resizable=0, status=0, scrollbars=0, width=320, height=470");
}
function Fensterh(url)
{
open(url, "Beschreibung", "resizable=0, status=0, scrollbars=0, width=520, height=370");
}
function Fensterw(url)
{
open(url, "Beschreibung", "resizable=0, status=0, scrollbars=0, width=320, height=470");
}
function Fensterk(url)
{
open(url, "Beschreibung", "resizable=0, status=0, scrollbars=0, width=340, height=430");
}

