function waehle_land(){

        if(document.forms[0].land.value == "1") {
         	document.forms[0].action="http://www.recipes.rezepterang.de/readall.php/";
		document.forms[0].submit();
        }
        if(document.forms[0].land.value == "2") {
         	document.forms[0].action="http://www.recipes.rezepterang.de/recipes-db2/readall.php/";
		document.forms[0].submit();
        }
        
}