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/Layouts/' ;
  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="">Select a Layout</option>' );
document.writeln( '<option value="bluepolkadots.html">Blue Polka Dots</option>' );
document.writeln( '<option value="bluegreenpinkstripes.html">Blue, Green, Pink Stripes</option>' );
document.writeln( '<option value="clouds.html">Clouds</option>' );
document.writeln( '<option value="colorfulstripes.html">Colorful Stripes</option>' );
document.writeln( '<option value="dots.html">Dots</option>' );
document.writeln( '<option value="stars.html">Stars</option>' );
document.writeln( '<option value="greengraystripes.html">Green, Gray Stripes</option>' );
document.writeln( '<option value="purplelightbluehearts.html">Purple, Light Blue Hearts</option>' );
document.writeln( '<option value="flashingcolors.html">Flashing Colors</option>' );
document.writeln( '<option value="purplegreenpolkadots.html">Purple, green polka dots</option>' );
document.writeln( '<option value="darkredgrayblackstripes.html">Dark Red, Gray, Black Stripes</option>' );
document.writeln( '<option value="paintsplatter.html">Paint Splatter</option>' );
document.writeln( '<option value="greenstripes.html">Green Stripes</option>' );
document.writeln( '<option value="multicoloreddots.html">Multicolored Dots</option>' );
document.writeln( '<option value="widestripes.html">Wide Stripes</option>' );
document.writeln( '<option value="orangediagonals.html">Orange Diagonals</option>' );
document.writeln( '<option value="plaindarkblue.html">Plain Dark Blue</option>' );
document.writeln( '<option value="greenbeigehearts.html">Green and Beige Hearts</option>' );
document.writeln( '<option value="skulls.html">Skulls</option>' );
document.writeln( '<option value="lightstripes.html">Light Stripes</option>' );
document.writeln( '<option value="random.html">Random</option>' );
document.writeln( '<option value="darkbluelightbluestripes.html">Dark Blue, Light Blue Stripes</option>' );
document.writeln( '<option value="plainblack.html">Plain Black</option>' );
document.writeln( '<option value="argyle.html">Argyle</option>' );
document.writeln( '<option value="musicnotes.html">Music Notes</option>' );
document.writeln( '<option value="defaultstripes.html">Purple, Beige Stripes</option>' );document.writeln( '<option value="hellokitty.html">Hello Kitty</option>' );
document.writeln( '<option value="redvictorian.html">Red Victorian</option>' );
document.writeln( '<option value="greenstars.html">Green Stars</option>' );
document.writeln( '<option value="darkdots.html">Dark Dots</option>' );document.writeln( '<option value="pinkflowers.html">Pink Flowers</option>' );document.writeln( '<option value="lightningbolts.html">Lightning Bolts</option>' );
document.writeln( '<option value="vintagefloral.html">Vintage floral</option>' );
document.writeln( '<option value="randomshapes.html">Random shapes</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );



