// JavaScript Document

function chkWarenkorb(preis)
{
	if(document.Formular.language.value != 'english')
	{
		if (preis == 0) {
		alert("Es befinden sich keine Waren im Warenkorb!\nBestellung nicht möglich!");
		return false;
	  }	
	  else
	  {}
	}
	else
	{
		if (preis == 0) {
		alert("There aren't products in the shoppingcard!");
		return false;
	  }	
	  else
	  {}
	
	}
}