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.myspace-crash-codes.com/imagelayouts/' ;
  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="layouts.html">Select a Layout</option>' );
document.writeln( '<option value="cityskyline.html">City Skyline</option>' );
document.writeln( '<option value="dreamon.html">Dream On</option>' );
document.writeln( '<option value="hanginghearts.html">Hanging Hearts</option>' );
document.writeln( '<option value="ipodlove.html">Ipod Love</option>' );
document.writeln( '<option value="explode.html">Explode</option>' );
document.writeln( '<option value="icanseeusholdinghands.html">I Can See us Holding Hands</option>' );
document.writeln( '<option value="music.html">Music</option>' );
document.writeln( '<option value="flowers.html">Flowers</option>' );
document.writeln( '<option value="flyaway.html">Fly Away</option>' );
document.writeln( '<option value="football.html">Football</option>' );
document.writeln( '<option value="rawr.html">Rawr</option>' );
document.writeln( '<option value="cassettetape.html">Cassette Tape</option>' );
document.writeln( '<option value="pinkflowers.html">Pink Flowers</option>' );
document.writeln( '<option value="guitar.html">Guitar</option>' );
document.writeln( '<option value="wishuponastar.html">Wish upon a Star</option>' );
document.writeln( '<option value="imissyou.html">I Miss You</option>' );
document.writeln( '<option value="skating.html">Skating</option>' );
document.writeln( '<option value="photography.html">Photography</option>' );
document.writeln( '<option value="paintsplat.html">Paint splat</option>' );
document.writeln( '<option value="takemyheart.html">Take my Heart</option>' );
document.writeln( '<option value="ohsoretro.html">Oh so Retro</option>' );
document.writeln( '<option value="crash.html">Crash</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );



