function go7(){
if (document.selecter7.select7.options[document.selecter7.select7.selectedIndex].value != "none") {
location = document.selecter7.select7.options[document.selecter7.select7.selectedIndex].value
		}
	}
document.write('<form name="selecter7">');
document.write('<select name="select7" size="1">');
document.write('<option value="fumetti/pukalek02.html">Fragile Mondo');
document.write('<option value="fumetti/pukalek01.html">Si metta pure Commodore');
document.write('</select>');
document.write('<input type="button" value="Vai alla strip" class="navbutton" onclick="go7()">');
document.write('</form>');