function Go_Seite(a,suche)
{
 
    document.Formular.strCPage.value=a;
    document.Formular.suche.value=suche;
    document.Formular.submit();
}

function Schreibe(a)
    {
     
    Was = " :"+a+": ";
    document.Formular.beschreibung.value = document.Formular.beschreibung.value + Was;
    document.Formular.beschreibung.focus();
}

function googlemaps()
    {
    GM="http://www.motorrad-hertlein.de/cms/googlemaps/koordinaten.php";
    window.open(GM,'gm','width=530,height=500,status=yes');
    }


