<!-- 
function pobierz()
{
if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none")
{location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value}                       
}
function verify()
{
if (document.selecter2.select2.options[document.selecter2.select2.selectedIndex].value != "none")
{location = document.selecter2.select2.options[document.selecter2.select2.selectedIndex].value}                       
}
function revoke()
{
if (document.selecter3.select3.options[document.selecter3.select3.selectedIndex].value != "none")
{location = document.selecter3.select3.options[document.selecter3.select3.selectedIndex].value}                       
}
function zawies()
{
if (document.selecter4.select4.options[document.selecter4.select4.selectedIndex].value != "none")
{location = document.selecter4.select4.options[document.selecter4.select4.selectedIndex].value}                       
}
//-->

