function go1(){
if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "none") {
location = 'index.php?a=miejsce&id='+document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
		}
	}
function go2(){
if (document.selecter2.select1.options[document.selecter2.select1.selectedIndex].value != "none") {
location = 'index.php?a=grupa&id='+document.selecter2.select1.options[document.selecter2.select1.selectedIndex].value
		}
	}
function go3(){
if (document.selecter3.select1.options[document.selecter3.select1.selectedIndex].value != "none") {
location = 'index.php?a=dzialania&id='+document.selecter3.select1.options[document.selecter3.select1.selectedIndex].value
		}
	}
function go4(){
if (document.selecter4.select1.options[document.selecter4.select1.selectedIndex].value != "none") {
location = 'index.php?a=forma&id='+document.selecter4.select1.options[document.selecter4.select1.selectedIndex].value
		}
	}

function okienko(plik,w,h,suwak) {
	if (suwak == "yes") {
		window.open(plik,'okienko','width=' + w + ',height=' + h + ',scrollbars=yes')
	} else {
		window.open(plik,'okienko','width=' + w + ',height=' + h)
	}
}
