function WebSite(fenster_url)
{
  Edit_Fenster = window.open(fenster_url,'edit','top=0,left=5,resizable=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,toolbar=0,width=610,height=400,screenX=0,screenY=0');
}
function WebSite1(fenster_url)
{
  Edit_Fenster = window.open(fenster_url,'edit','top=0,left=5,resizable=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,toolbar=0,width=610,height=530,screenX=0,screenY=0');
}
