function upfenster (URL)
{up=window.open(URL, "upfenster", "toolbar=no, scrollbars=yes, directories=no, location=no, height=600 ,width=780");
up.focus();
}

