/**
 * @author Robby
 */
function popupPage(){
    Navigation = window.open("Kaffee-Kuchen.html", "Kaffee", "width=600,height=650,locationbar=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes, top=25, left=25");
    Navigation.focus();
}
