function Ubersicht() {
neu = window.open('','Neues','width=180,height=230,resizable=no');
if (neu != null) 
{if (neu.opener == null) {
neu.opener = self;}
neu.location.href = 'remote.htm';
neu.focus();}}
