document.write('<form action="dummy" method="post">');
document.write('<select name="choice" size="1" onchange="jump(this.form)" style="width: 190px; font-size: 12px; font-family: Helvetica,Arial,sans-serif;">');

document.write('<option value="" selected="selected">Main Menu</option>');
document.write('<option value="http://www.labtheater.org/test/index.html">HOME</option>');
document.write('<option class="bar1" value="http://www.labtheater.org/test/about/index.html">ABOUT</option>');
document.write('<option class="bar1" value="http://www.labtheater.org/test/about/news.html">NEWS</option>');
document.write('<option class="bar1" value="http://www.labtheater.org/test/people/index.html">COMPANY MEMBERS</option>');
document.write('<option class="bar1" value="http://www.labtheater.org/test/people/staff.html">STAFF</option>');
document.write('<option class="bar1" value="http://www.labtheater.org/test/education/index.html">EDUCATION</option>');




document.write('<option class="bar3" value="http://www.labtheater.org/test/tickets/index.html">TICKETS</option>');
document.write('<option class="bar3" value="http://www.labtheater.org/test/plays/index.html">PLAYS</option>');
document.write('<option class="bar3" value="http://www.labtheater.org/test/events/index.html">EVENTS</option>');
document.write('<option class="bar3" value="http://www.labtheater.org/test/development/index.html">PLAY DEVELOPMENT</option>');



document.write('<option class="bar2" value="http://www.labtheater.org/test/gallery/index.html">GALLERY</option>');
document.write('<option class="bar2" value="http://www.labtheater.org/test/videos/index.html">VIDEOS</option>');



document.write('<option class="bar4"value="http://www.labtheater.org/test/support/index.html">SUPPORT</option>');
document.write('<option class="bar4"value="https://secure.labtheater.org/donate.php">DONATE NOW</option>');
document.write('<option class="bar4"value="http://www.labtheater.org/test/shop/index.html">SHOP</option>');



document.write('<option value="http://www.labtheater.org/test/en_espanol/index.html">EN ESPA&Ntilde;OL</option>');





document.write('</select>');
document.write('</form>');

