onerror = stopError;
function stopError()
{
return true;
}

function anfrage(wein,menge,preis){
	window.open("anfrage/anfrageformular_neu.php?w="+wein+"&m="+menge+"&p="+preis,"adeoanfrage","width=500, height=540, location=no, menubar=no, status=yes, toolbar=no, scrollbars=no, resizable=no");
	return false;
}

  function popup()
{
 MeinFenster = window.open('weingourmet.htm','Zweitfenster','width=500,height=640');
 MeinFenster.focus();
}

  function popup2()
{
 MeinFenster = window.open('lavendemmia-laden.htm','Laden La Vendemmia','width=235,height=600');
 MeinFenster.focus();
}

