<!--
function changePage() {
if(document.recipes_page.elements['page'].selectedIndex].value == "1")
	{
	window.location.replace("recipes.php?page=1");
	alert("ok1");
	}
if(document.recipes_page.elements['page'].selectedIndex].value == "2")
	{
	window.location.replace("recipes.php?page=2");
	alert("ok2");
	}
if(document.recipes_page.elements['page'].selectedIndex].value == "3")
	{
	window.location.replace("recipes.php?page=2");
	alert("ok3");
	}
}
//-->



