document.write('<form name="form1">');
document.write('<select name="select" onChange="P7_JumpMenu(this,1)">');
document.write('<option selected>');
document.write('Menu:');
document.write('</option>');
document.write('<option value="http://bystricka.cz/index.php~window:Main">');
document.write('Welcome (czech)');
document.write('</option>');
document.write('<option value="http://bystricka.cz/english/index.php~window:Main">');
document.write('Welcome (english)');
document.write('</option>');
document.write('<option value="http://bystricka.cz/english/accommodation_and_boarding.php~window:Main">');
document.write('Accommodation');
document.write('</option>');
document.write('<option value="http://bystricka.cz/english/aerial_photographs.php~window:Main">');
document.write('Aerial photographs');
document.write('</option>');
document.write('<option value="http://bystricka.cz/english/history.php~window:Main">');
document.write('History');
document.write('</option>');
document.write('<option value="http://bystricka.cz/english/links.php~window:Main">');
document.write('Links');
document.write('</option>');
document.write('<option value="http://bystricka.cz/english/phones.php~window:Main">');
document.write('Phones');
document.write('</option>');
document.write('</select>');
document.write('</form>');