function Help(){
 window.open("help.php", "klickOE"," toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizeable=0,width=600,height=400");
}

function Mail(){
 window.open("../mail/index.php", "Feedback"," toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizeable=0,width=500,height=175");
}

function NewEntries(){
 window.open("tools/neue_eintraege.php", "NewEntries"," toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizeable=1,width=550,height=375");
}