$QUELLE = $_GET['QUELLE']; switch ($QUELLE) { case "GOGNI": $titel = "Urlaub auf dem Bauernhof - Gogni - Fotos Gogni und Umgebung"; $datei = "GOGNI.CSV"; break; case "GOGNIHOME": $titel = "Urlaub auf dem Bauernhof - Gogni - Fotos Unterbringung"; $datei = "GOGNIH.CSV"; break; case "KUTAISI": $titel = "Urlaub in Kutaisi - Fotos Kutaisi"; $datei = "KUTAISI.CSV"; break; case "KUTAISIHOME": $titel = "Urlaub in Kutaisi - Fotos Unterbringung"; $datei = "KUTAISIH.CSV"; break; case "BATUMI": $titel = "Fotos von Batumi"; $datei = "BATUMI.CSV"; break; case "BORJOMI": $titel = "Fotos Borjomi"; $datei = "BORJOMI.CSV"; break; case "KOBULETI": $titel = "Fotos Kobuleti"; $datei = "KOBULETI.CSV"; break; case "MONASTERY": $titel = "Fotos Monastery"; $datei = "MONASTERY.CSV"; break; case "NIKORTSMINDA": $titel = "Fotos Nikortsminda"; $datei = "NIKORTSMINDA.CSV"; break; case "QALTUBO": $titel = "Fotos Qalt'ubo"; $datei = "QALTUBO.CSV"; break; case "RADSCHA": $titel = "Fotos Radscha"; $datei = "RADSCHA.CSV"; break; case "SAIRME": $titel = "Fotos Sairme"; $datei = "SAIRME.CSV"; break; case "SATAPLIA": $titel = "Fotos Sataplia"; $datei = "SATAPLIA.CSV"; break; case "SUGDIDI": $titel = "Fotos Sugdidi"; $datei = "SUGDIDI.CSV"; break; case "SWANETIEN": $titel = "Fotos Swanetien"; $datei = "MESTIA.CSV"; break; case "SONSTIGE": $titel = "sonstige Fotos"; $datei = "SONSTIGE.CSV"; break; case "TIFLIS": $titel = "Fotos Tiflis"; $datei = "TIFLIS.CSV"; break; case "TKIBULI": $titel = "Fotos Tkibuli"; $datei = "TKIBULI.CSV"; break; case "MZCHETA": $titel = "Fotos Mzcheta"; $datei = "MZCHETA.CSV"; break; case "UPLISTSIKHE": $titel = "Fotos Uplistsikhe"; $datei = "UPLISTSIKHE.CSV"; break; case "BAKURIANI": $titel = "Fotos Bakuriani"; $datei = "BAKURIANI.CSV"; break; case "GORI": $titel = "Fotos Gori"; $datei = "GORI.CSV"; break; case "HEER": $titel = "Fotos georgische Heerstrasse"; $datei = "HEER.CSV"; break; case "GERGETI": $titel = "Fotos Gergeti"; $datei = "GERGETI.CSV"; break; case "GAREJA": $titel = "Fotos Gareja"; $datei = "GAREJA.CSV"; break; case "VARDZIA": $titel = "Fotos Vardzia-Khertvisi"; $datei = "VARDZIA.CSV"; break; case "PROMETHEUS": $titel = "Fotos Prometheus Hoehle"; $datei = "PROMETHEUS.CSV"; break; case "MOTSAMETA": $titel = "Fotos Motsameta"; $datei = "MOTSAMETA.CSV"; break; } /*Aufbau anzuzeigende Seite*/ include("./GEOHEADER.html"); ?>