
function ShowSuchmaske() {
    // Suchmaske als HTML Ausgeben
    document.write("<div><form id='AlpintourenSucheEinfach' name='AlpintourenSucheEinfach' method='post' action='http://www.alpintouren.com/AT2006/StarteSuche.asp' target='_blank'><div id='kopf'>Toursuche</div><div id='eingabefeld'><input id='breite' type='text' name='Suchbegriff' /></div><div id='submitbutton'><input id='breite' type='submit' value='Suche starten' /></div><div id='fuss'>Powered by <a href='http://www.alpintouren.com/AT2006/index.asp?LID=1&CT=Page&PAGE=http://www.alpintouren.com/AT2006/html/Page_verlinken.htm' target='_blank'>Alpintouren.com</a></div></form></div>");
}

ShowSuchmaske();