
function Go(x) 
{
 	if(x == "") 
 	{
   	document.forms[0].reset();
   	document.forms[0].elements[0].blur();
   	return;
 	}
 	else 
 	{
   	window.location.href = "http://shop.linnemann-foto-kalender.com/show_article.php?categorie=1&article_no=" + x ;
	}
}
