function gotopage() 
{
    if (document.h)
	{
        var hersteller = document.h.hersteller.value;
        if (hersteller)
		{
            location.href="de/shop.php?kat.php?h="+hersteller+"";
        }
    }
}