<!--

function wybierz(opcja)
{
 	document.cookie = opcja;
	window.location.reload();
}

//-->
