<!--

// procedury uzytkowe dla serwisu minivan

IE4 = (document.all); NS4 = (document.layers);
function GotoURL(object) {
	value = object.options[object.selectedIndex].value;
	if (value=='') return;
	window.parent.location.href = value;
}

-->
