// JavaScript Document
document.write('<form name="selecter"><select name="select1" size=1" onchange="go()">');
document.write('<option VALUE="">Select language');
document.write('<option VALUE="">--------------');
document.write('<option VALUE="../english/start.html">English');
document.write('<option VALUE="../italian/start.html">Italian');
document.write('</select>');
document.write('</form>');
