// Weiche für die Suchfunktion
function suchauswahl()
{
 a = document.suche;
 
        if(a.suchoption[0].checked == true)
         {
          a.action="front_content.php?idart=37&idcat=32";
         }
        if(a.suchoption[1].checked == true)
         {
                   a.action = "http://search.uni-heidelberg.de/cgi-bin/htsearch";

          //a.action = window.open("http://search.uni-heidelberg.de/cgi-bin/htsearch","Searchresult","width=800,height=600");
         }
 }
