document.writeln('<input type="hidden" name="HLG" 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="#">HLG</option> <!--Значение по умолчанию-->');
document.writeln('<option value="Blaster.html">Blaster</option>');
document.writeln('<option value="Blaster 2.html">Blaster 2</option>');
document.writeln('</select>');
