 WinAppearance="toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no";

function OpenWin(url,name,weite,hoehe,oben,links)
{
        window.open(url,name,WinAppearance+',width='+weite+',height='+hoehe+',top='+oben+',left='+links);
}

