function gruppe()
{
var page = "gruppenfoto.html";
windowprops = "width=800,height=700,locationbar=no," +
 "scrollbars=yes,menubars=yes,toolbars=yes,resizable=yes";
window.open(page, "Programm", windowprops);
}

function massage()
{
var page = "babymassage.html";
windowprops = "width=800,height=350,locationbar=no," +
 "scrollbars=yes,menubars=yes,toolbars=yes,resizable=yes";
window.open(page, "Programm", windowprops);
}

function starke()
{
var page = "starke_eltern_starke_kinder.html";
windowprops = "width=800,height=350,locationbar=no," +
 "scrollbars=yes,menubars=yes,toolbars=yes,resizable=yes";
window.open(page, "Programm", windowprops);
}

function hilfe()
{
var page = "hilfekurs_fuer_sauuglings-_und_kleinkinder.html";
windowprops = "width=800,height=350,locationbar=no," +
 "scrollbars=yes,menubars=yes,toolbars=yes,resizable=yes";
window.open(page, "Programm", windowprops);
}

function prager()
{
var page = "prager-eltern-kind-programm.html";
windowprops = "width=850,height=750,locationbar=no," +
 "scrollbars=yes,menubars=yes,toolbars=yes,resizable=yes";
window.open(page, "Programm", windowprops);
}

function sonntags()
{
var page = "sonntagsrunde.html";
windowprops = "width=800,height=350,locationbar=no," +
 "scrollbars=yes,menubars=yes,toolbars=yes,resizable=yes";
window.open(page, "Programm", windowprops);
}

function schwimmen()
{
var page = "babyschwimmen.html";
windowprops = "width=800,height=350,locationbar=no," +
 "scrollbars=yes,menubars=yes,toolbars=yes,resizable=yes";
window.open(page, "Programm", windowprops);
}

function abende()
{
var page = "themenspezifische_gruppenabende.html";
windowprops = "width=800,height=350,locationbar=no," +
 "scrollbars=yes,menubars=yes,toolbars=yes,resizable=yes";
window.open(page, "Programm", windowprops);
}

function musik()
{
var page = "musik_und_tanz.html";
windowprops = "width=800,height=350,locationbar=no," +
 "scrollbars=yes,menubars=yes,toolbars=yes,resizable=yes";
window.open(page, "Programm", windowprops);
}

function bildungs()
{
var page = "rueckbildungssport.html";
windowprops = "width=800,height=350,locationbar=no," +
 "scrollbars=yes,menubars=yes,toolbars=yes,resizable=yes";
window.open(page, "Programm", windowprops);
}

