function menu_goto( menuform )

{

  // Generated by thesitewizard Navigation Menu Wizard 2.1

  // Visit http://www.thesitewizard.com/ to get your own

  // customized navigation menu FREE!

  var baseurl = 'http://www.bgnett.no/~ingvaldm/' ;

  selecteditem = menuform.url.selectedIndex ;

  newurl = menuform.url.options[ selecteditem ].value ;

  if (newurl.length != 0) {

    parent.window.location.href = baseurl + newurl ;

  }

}

document.writeln( '<form action="chgoto.js" method="get" target="main window">' );

document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="gallery/gallery.htm">Galleries</option>' );
document.writeln( '<option value="gallery/bw.html">Black & white photos</option>' );
document.writeln( '<option value="gallery/hitra.html">Destination: Hitra, Norway</option>' );
document.writeln( '<option value="gallery/bw.html">Destination: Lyngstølsvannet, Norway</option>' );
document.writeln( '<option value="gallery/runde.html">Destination: Runde, Norway</option>' );
document.writeln( '<option value="gallery/sipadan.html">Destination: Pulau Sipadan, Sabah, Malaysia</option>' );
document.writeln( '<option value="gallery/fish-egypt.html">Fish: Egypt</option>' );
document.writeln( '<option value="gallery/fish-norway.html">Fish: Norway</option>' );
document.writeln( '<option value="gallery/jelly.html">Jellyfish</option>' );
document.writeln( '<option value="gallery/nudibranch.html">Nudibranches</option>' );
document.writeln( '<option value="gallery/ocean-egypt.html">Ocean: Egypt</option>' );
document.writeln( '<option value="gallery/ocean-norway.html">Ocean: Norway</option>' );
document.writeln( '<option value="gallery/sipadan.html">Ocean: Pulau Sipadan, Sabah, Malaysia</option>' );
document.writeln( '<option value="gallery/wreck.html">Wrecks</option>' );
document.writeln( '<option value=""></option>' );
document.writeln( '<option value="deep/deep.html">Deep thoughts (some fun reading)</option>' );
document.writeln( '</select>' );

document.writeln( '</form>' );



