function go11(){
if (document.selecter11.select11.options[document.selecter11.select11.selectedIndex].value != "none") {
location = document.selecter11.select11.options[document.selecter11.select11.selectedIndex].value
		}
	}
document.write('<form style="display:inline;" name="selecter11">');
document.write('<select name="select11" size="1">');
document.write('<option value="/re.php?page=3">02 Sayl, I');
document.write('<option value="/re.php?page=1">01 Xanthia, I');
document.write('</select>');
document.write('<input type="button" value="Capitolo" class="navbutton" onclick="go11()">');
document.write('</form>');

function go10(){
if (document.selecter10.select10.options[document.selecter10.select10.selectedIndex].value != "none") {
location = document.selecter10.select10.options[document.selecter10.select10.selectedIndex].value
		}
	}
document.write('&nbsp;<form style="display:inline;" name="selecter10">');
document.write('<select name="select10" size="1">');
document.write('<option value="/re.php?page=5">05');
document.write('<option value="/re.php?page=4">04');
document.write('<option value="/re.php?page=3">03');
document.write('<option value="/re.php?page=2">02');
document.write('<option value="/re.php?page=1">01');
document.write('</select>');
document.write('<input type="button" value="Tavola" class="navbutton" onclick="go10()">');
document.write('</form>');