document.writeln('<input type="hidden" name="hotliners" size="10">');
document.writeln('<select NAME="Navigator"onchange="top.location.href = this.options[this.selectedIndex].value;" size="1" class="popblue"><!-- size="1" - Размер навигатора по вертикали в строках -->');
document.writeln('<option selected value="#">Hotliners</option> <!--Значение по умолчанию-->');
document.writeln('<option value="Kamelot.html">Kamelot</option>');
document.writeln('<option value="Sunracer.html">Sunracer 2</option>');
document.writeln('<option value="Absolute.html">Absolute</option>');
document.writeln('<option value="Bandit.html">Bandit</option>');
document.writeln('</select>');
