function fenst_POPupAKTUELL()
{
var win=null;
myleft=150;
mytop=100;

win=window.open("seiten/popupAKTUELL.htm", "Aktuell", "height=854, width=950, resizable=yes, titlebar=yes, scrollbars=yes, top=" + mytop + ", left=" + myleft + "");
//menubar=yes
//status=yes
//location=yes
//toolbar=yes
}