function druck(seite)
{
if (seite == "start")
{
window.open("druck/start.htm","","width=600,height=600");
}
if (seite == "termine")
{
window.open("druck/termine.htm","","width=600,height=600");
}
if (seite == "diagnostik")
{
window.open("druck/diagnostik.htm","","width=600,height=600,scrollbars=yes");
}
if (seite == "programm")
{
window.open("druck/programm.htm","","width=600,height=600");
}
if (seite == "indikationen")
{
window.open("druck/indikationen.htm","","width=600,height=600,scrollbars=yes");
}
if (seite == "schnupper")
{
window.open("druck/schnupper.htm","","width=600,height=600,scrollbars=yes");
}
if (seite == "aufnahme")
{
window.open("druck/aufnahme.htm","","width=600,height=600");
}
if (seite == "klinik")
{
window.open("druck/klinik.htm","","width=600,height=350");
}
if (seite == "wklinik")
{
window.open("druck/wklinik.htm","","width=600,height=600,scrollbars=yes");
}
if (seite == "faq")
{
window.open("druck/faq.htm","","width=600,height=600,scrollbars=yes");
}
if (seite == "tipps")
{
window.open("druck/tipps.htm","","width=600,height=430");
}
if (seite == "kontakt")
{
window.open("druck/kontakt.htm","","width=600,height=600,scrollbars=yes");
}
if (seite == "antrag")
{
window.open("druck/antrag.htm","","width=600,height=600");
}
if (seite == "downloads")
{
window.open("druck/downloads.htm","","width=600,height=600");
}
if (seite == "reserv")
{
window.open("druck/reserv.htm","","width=600,height=600");
}
if (seite == "anfahrt")
{
window.open("druck/anfahrt.htm","","width=600,height=600");
}
if (seite == "presse")
{
window.open("druck/presse.htm","","width=600,height=600,scrollbars=yes");
}
if (seite == "literatur")
{
window.open("druck/literatur.htm","","width=600,height=600,scrollbars=yes");
}
if (seite == "spenden")
{
window.open("druck/spenden.htm","","width=600,height=600,scrollbars=yes");
}
if (seite == "links")
{
window.open("druck/links.htm","","width=600,height=600,scrollbars=yes");
}
if (seite == "impressum")
{
window.open("druck/impressum.htm","","width=600,height=600");
}
if (seite == "newsletter")
{
window.open("druck/newsletter.htm","","width=600,height=600");
}
if (seite == "konzept")
{
window.open("druck/konzept.htm","","width=600,height=600,scrollbars=yes");
}
if (seite == "bmitext")
{
window.open("druck/bmitext.htm","","width=600,height=600");
}


}

function fav()
{
window.external.AddFavorite("http://www.vater-kind-kur.de", "Vater-Kind-Kuren -> Infos und Tipps")
}

function empfehlen() 
{ 
mail_str = "mailto:?subject= Seitenempfehlung: Vater-Kind-Kuren -> Infos und Tipps"; 
mail_str += "&body=Schauen Sie sich diese Seite einmal an: Vater-Kind-Kuren -> Infos und Tipps"; 
mail_str += ". Hier ist die Adresse:  http://www.vater-kind-kur.de"; 
location.href = mail_str; 
}
