//ALE LIPA Z BRAKU POMYSŁU MUSIAŁM SKOPIOWAĆ TĄ SAMĄ FUNKCJE 4 RAZY  - raz dla każego formularza... zmieniają sić nazwa goneX nazwa formularza jumpyX (a w kodzie html odpowiednie wywołanie form i onclick )

function gone()
{
location=document.jumpy.example.options[document.jumpy.example.selectedIndex].value
//eval(\"location=document.jumpy.\"+form+\".options[document.jumpy.\"+form+\".selectedIndex].value\");
}

function gone1()
{
location=document.jumpy1.example.options[document.jumpy1.example.selectedIndex].value
}

function gone2()
{
location=document.jumpy2.example.options[document.jumpy2.example.selectedIndex].value
}

function gone3()
{
location=document.jumpy3.example.options[document.jumpy3.example.selectedIndex].value
}
