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/skinnylayouts/' ;
  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="starsandstripes.html">Stars and Stripes</option>' );
document.writeln( '<option value="tinydots.html">Tiny Dots</option>' );
document.writeln( '<option value="pinkandorangestripes.html">Pink and Orange Stripes</option>' );
document.writeln( '<option value="greenandbluestars.html">Green and Blue Stars</option>' );
document.writeln( '<option value="colorfulpolkadots.html">Colorful Polka Dots</option>' );
document.writeln( '<option value="hearts.html">Hearts</option>' );
document.writeln( '<option value="colorfuldiagonals.html">Colorful Diagonals</option>' );
document.writeln( '<option value="darkpurplebeigeredstripes.html">Dark Purple, Beige, Red Stripes</option>' );
document.writeln( '<option value="greenargyle.html">Green Argyle</option>' );
document.writeln( '<option value="fruitystripes.html">Fruity Stripes</option>' );
document.writeln( '<option value="bluegreenyellowstripes.html">Blue, Green, Yellow, Pink Stripes</option>' );document.writeln( '<option value="umbrellas.html">Umbrellas</option>' );
document.writeln( '<option value="doodles.html">Doodles</option>' );
document.writeln( '<option value="polkadots.html">Polka Dots</option>' );document.writeln( '<option value="purplestars.html">Purple Stars</option>' );
document.writeln( '<option value="colorfulstripes.html">Colorful Stripes</option>' );
document.writeln( '<option value="skulls.html">Skulls</option>' );
document.writeln( '<option value="pinkandtealdiagonals.html">Pink and Teal Diagonals</option>' );
document.writeln( '<option value="musicnotesandstars.html">Music Notes and Stars</option>' );
document.writeln( '<option value="pinkdiagonals.html">Pink Diagonals</option>' );
document.writeln( '<option value="paintsplashes.html">Paint Splashes</option>' );
document.writeln( '<option value="watermelon.html">Watermelon</option>' );
document.writeln( '<option value="darkstripes.html">Dark Stripes</option>' );
document.writeln( '<option value="shadesofpurpleandpink.html">Shades of Purple and Pink</option>' );
document.writeln( '<option value="pinkhearts.html">Pink Hearts</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );



