function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.insanvebilim.com/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="..Site içi hızlı menü..">..Site İçi Hızlı Menü..</option>' );
document.writeln( '<option value="default.html">Ana Sayfa</option>' );
document.writeln( '<option value="yarisma.htm">Ödüllü Yarışma</option>' );
document.writeln( '<option value="takdim.htm">Takdim</option>' );
document.writeln( '<option value="nuktemizah.htm">Nükte/Mizah</option>' );
document.writeln( '<option value="dsorular.htm">Düşündüren Sorular</option>' );
document.writeln( '<option value="insan.htm">İnsan Vücudu</option>' );
document.writeln( '<option value="hdunya.htm">Hayvan Dünyası</option>' );
document.writeln( '<option value="bdunya.htm">Bitki Dünyası</option>' );
document.writeln( '<option value="morganizma.htm">Adı Küçük Canlılar</option>' );
document.writeln( '<option value="yonveren.htm">Bilime Yön Verenler..</option>' );
document.writeln( '<option value="bilimtarihi/bilimtarihi.htm">Bilim Tarihi</option>' );
document.writeln( '<option value="basinyorum.htm">Basın Yorumları</option>' );

document.writeln( '</select>' );
document.writeln( '</form>' );

