function winOpen(moresense)
{
fad = 'http://www.weltmarshallplan.de/gmp/buch/' + moresense;
xsize='800'; ysize='600';
xsize=parseInt(xsize)+0; ysize=parseInt(ysize)+0; // ex 49 60 ex mit status 60
winfen = window.open(fad,"o","resizable=yes, status=no, scrollbars=yes, dependent=yes, screenX=10, screenY=10, top=10, left=10, width="+xsize+", height="+ysize);
winfen.focus();
}

function aktualisiere()
{
  var Fenster = window.open("https://gmp.beyond-content.de/z5/weltvertrag/news_gcf_ger_10/update", "aktualisiert", "width=300,height=120,menubar=no,location=no,top=300,left=300" );
  setTimeout(Fenster.close(),50000);
}

function close_window()
{
  window.close();
}