function oeffnen(seite){


    if (seite=="do_not_worry.htm")  {
remote=window.open("","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=10,left=200,width=330,height=380");

	} else {
remote=window.open("","","toolbar=no,titlebar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=10,left=200,width=330,height=500");
	}

        remote.location.href =seite;
        if (remote.opener == null) {
           remote.opener = window;
           remote.opener.name ="opener";
	  } 


}





       
