// comment: Dieser Quellcode unterliegt einem Copyright und darf ohne ausdrückliche Genehmigung NICHT weiterverwendet werden!
// comment: Bei Fragen zum Quellcode wenden Sie sich bitte an r.steffin@berolina.de


function areader_info() {
         areaderinfofenster=open("areader_info.php","areaderinfofenster",",width=320,height=180,dependent=yes,menubar=no,location=no,resizable=no,scrollbars=no,status=no,toolbar=no,title=no,");
         areaderinfofenster.focus();
}
function starte_diashow(show) {
         diashowfenster=open("diashow.php?show="+show,"diashowfenster",",width=320,height=180,dependent=yes,menubar=no,location=no,resizable=no,scrollbars=no,status=no,toolbar=no,title=no,");
         diashowfenster.focus();
}
function starte_routenplaner(parameter) {
         diashowfenster=open("routenplanung.php"+parameter,"routenfenster",",width=450,height=500,dependent=yes,menubar=no,location=no,resizable=no,scrollbars=no,status=no,toolbar=no,title=no,");
         diashowfenster.focus();
}


