
<!-- 
function clear_textbox()
{
if (document.suchformular.q.value == "Suchbegriffe eingeben")
document.suchformular.q.value = "";
}
-->