
function zeigeTourenberichte()
{
var text = "<table border='0'><tr><td width='100px'></td><td><DIV CLASS='HEADLINE'>Fotogalerie</DIV>";
text += "  <UL>";
text += "  <H2>";
text += "  <li><a href='index.php?goto=f_dreitorspitze.htm' title='Skitour zur Leutascher Dreitorspitze 2011'>Skitour zur Leutascher Dreitorspitze Februar 2011</a></li><p>";
text += "  <li><a href='index.php?goto=f_wassersteinkopf.htm' title='Uebernachtung auf dem Wassersteinkopf'>&Uuml;bernachtung auf dem Wassersteinkopf 2010</a></li><p>";
text += "  <LI><A HREF='index.php?goto=f_stuibenspitz.htm'>Erste Skitour im Oktober 2009</A><p>";
text += "  <li><a href='index.php?goto=f_100jahre_gtev.htm' title='100 Jahre Trachtenverein'>100 Jahre Trachtenverein Eschenlohe 2007</a></li><p>";
text += "  <LI><A href='index.php?goto=f_schneetreiben.htm'>Schneetreiben 2006</a><p>";
text += "  <li><a href='index.php?goto=f_herzog_pavillon.htm'>Herzogstand 2006</a><p>";
text += "  <LI><A HREF='index.php?goto=f_osterski.htm'>Skitour Osterfeuerkopf 2005</A></p>";
text += "  <LI><A HREF='index.php?goto=f_ecrins.htm'>Nationalpark Ecrins, S&uuml;dfrankreich 2005</A></p>";
text += "  <LI><A HREF='index.php?goto=f_rosa.htm'>Monte-Rosa Expedition Oberland 2004</A><p>";
text += "  <LI><A HREF='index.php?goto=f_vierer.htm'>Viererspitz 2004</A></p>";
text += "  <LI><a href='index.php?goto=f_alpenfauna.htm' title='Alpenfauna'>Alpenfauna</a></li><p>";
text += "  </H2>";
text += "  </UL></td></table>";
schreibeTextinID(text,"inhalt");

}


