
document.write('<form name="selecter1">');
document.write('<select onChange="go1()"  name="select1" class="btn" size="1">');
document.write('<option value="index.php">на стр.:');document.write('</option>');
document.write('<option value="index.php">стр. 1');document.write('</option>');
document.write('<option value="index0002.php">стр. 2');document.write('</option>');
document.write('<option value="index0003.php">стр. 3');document.write('</option>');
document.write('<option value="index0004.php">стр. 4');document.write('</option>');
document.write('<option value="index0005.php">стр. 5');document.write('</option>');
document.write('<option value="index0006.php">стр. 6');document.write('</option>');
document.write('<option value="index0007.php">стр. 7');document.write('</option>');
document.write('<option value="index0008.php">стр. 8');document.write('</option>');

document.write('</select>');
document.write('</form>');
