document.write("<select name='select1' size=1 onchange='go1()'>");
document.write("<option value=\"info.html\" target=\"_main\">Выбрать раздел");
document.write("<option value=\"light.html\" target=\"_main\">Легкая промышленность");
document.write("<option value=\"forest.html\" target=\"_main\">Лесопереработка");
document.write("<option value=\"mash.html\" target=\"_main\">Машиностроение");
document.write("<option value=\"med.html\" target=\"_main\">Медицина");
document.write("<option value=\"ofice.html\" target=\"_main\">Офис");
document.write("<option value=\"food.html\" target=\"_main\">Пищевая промышленность");
document.write("<option value=\"bilding.html\" target=\"_main\">Строительство");
document.write("<option value=\"torg.html\" target=\"_main\">Торговля");
document.write("<option value=\"chiemistry.html\" target=\"_main\">Химия");
document.write("<option value=\"electro.html\" target=\"_main\">Электротехника");
document.write("</select>&nbsp;");
