function go3(){
if (document.selecter3.select3.options[document.selecter3.select3.selectedIndex].value != "none") {
location = document.selecter3.select3.options[document.selecter3.select3.selectedIndex].value
		}
	}
document.write('<form name="selecter3">');
document.write('<select name="select3" size="1">');
document.write('<option value="fumetti/storia/h002.html">02 - Arriva Garibaldi');
document.write('<option value="fumetti/storia/h001.html">01 - Introduzione');
document.write('</select>');
document.write('<input type="button" value="Vai alla strip" class="navbutton" onclick="go3()">');
document.write(' | <a href="fumetti/mns/mns01.html">Inizio</a>');
document.write('</form>');