function go1(){
if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "none") {
location = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
}
}
document.write('<form id="selecter1"><select name="select1" size=1 onchange="go1()">');
document.write('<option value=none>~~~~~~~~~~~ Fast search ~~~~~~~~~~~');
document.write('<option value="reparch.htm">Archive');
document.write('<option value="repod.htm#bellman">Bellman, Carl Michael');
document.write('<option value="repdo.htm#carmina">Carmina Burana');
document.write('<option value="repdo.htm#ceska">Chant book of Jistebnice');
document.write('<option value="nabkonc.htm">Concerts (Offer)');
document.write('<option value="repod.htm#playford">Dances, England XVII. c.');
document.write('<option value="repod.htm#tance_f">Dances, France XVI. c.');
document.write('<option value="repdo.htm#tance_i">Dances, Italy XV. c.');
document.write('<option value="repod.htm#tance_i">Dances, Italy XVI. c.');
document.write('<option value="repdo.htm#dufay">Dufay, Guillaume');
document.write('<option value="email.htm">e-mail (web-form)');
document.write('<option value="kal.php">Event calender');
document.write('<option value="kro.htm">Gallery');
document.write('<option value="uvod.htm">Homepage');
document.write('<option value="nabtrhy.htm">Market music show (Offer)');
document.write('<option value="cle.php?stredovek">Members (early Music)');
document.write('<option value="cle.php?zide">Members (jewish Music)');
document.write('<option value="nab.htm">Offer');
document.write('<option value="insbic.htm">Percussions');
document.write('<option value="nab.htm#cenik">Price list (Offer)');
document.write('<option value="nah.htm">Recordings (CD)');
document.write('<option value="reparch.htm#nahravky">Recordings (MP3)');
document.write('<option value="repod.htm#pisne">Renaissance songs');
document.write('<option value="reparch.htm#noty">Sheet music archive');
document.write('<option value="repdo.htm#choral">Songs, christian liturgy');
document.write('<option value="repruz.htm">Songs, jewish');
document.write('<option value="insstr.htm">String instruments');
document.write('<option value="nabjine.htm">Table music (Offer)');
document.write('<option value="reparch.htm#texty">Texts archive');
document.write('<option value="insdec.htm">Wind instruments');
document.write('<option value="repdo.htm#oswald">Wolkenstein, Oswald von');
document.write('<option value=none>~~~~~~~~~~~~~~~~~~~~~~~~~~~');
document.write('</select>');
document.write('</form>');
