function handleBaustoffeClick()
{
	$('uid18').selectedIndex = 0;
	$('uid19').selectedIndex = 0;
}

function init()
{
	//befinden uns auf Angebots-Seite
	if ( document.URL == "http://www.rewtbox2.de/angebot.html" )
	{
		$('uid16_1').addEventListener("click", handleBaustoffeClick , false);
		$('uid16_2').addEventListener("click", handleBaustoffeClick , false);
	}
}
