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.tektatts.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" class="jumpmenu" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="#">DESIGN/THEME</option>' );
document.writeln( '<option value="index.php?catlines=Football">Football</option>' );
document.writeln( '<option value="index.php?catlines=Basketball">Basketball</option>' );
document.writeln( '<option value="index.php?catlines=Golf">Golf</option>' );
document.writeln( '<option value="index.php?catlines=Soccer">Soccer</option>' );
document.writeln( '<option value="index.php?catlines=Speakerbox">Speakerbox</option>' );
document.writeln( '<option value="index.php?catlines=American Flag">American Flag</option>' );
document.writeln( '<option value="index.php?catlines=Gambling">Gambling</option>' );
document.writeln( '<option value="index.php?catlines=Sailing">Sailing</option>' );
document.writeln( '<option value="index.php?catlines=Money">Money</option>' );
document.writeln( '<option value="index.php?catlines=Beach">Beach</option>' );
document.writeln( '<option value="index.php?catlines=Spider Web">Spider Web</option>' );
document.writeln( '<option value="index.php?catlines=Skater">Skater</option>' );
document.writeln( '<option value="index.php?catlines=Pink Fur">Pink Fur</option>' );
document.writeln( '<option value="index.php?catlines=Daisies and Roses">Daisies and Roses</option>' );
document.writeln( '<option value="index.php?catlines=Butterflies">Butterflies</option>' );
document.writeln( '<option value="index.php?catlines=Racing Stripes Abstract">Racing Stripes Abstract</option>' );
document.writeln( '<option value="index.php?catlines=Camouflage">Camouflage</option>' );
document.writeln( '<option value="index.php?catlines=Green Techno">Green Techno</option>' );
document.writeln( '<option value="index.php?catlines=Rising Sun">Rising Sun</option>' );
document.writeln( '<option value="index.php?catlines=Woodcraft Abstract">Woodcraft Abstract</option>' );
document.writeln( '<option value="index.php?catlines=Hibiscus">Hibiscus</option>' );
document.writeln( '<option value="index.php?catlines=Jesus Saves">Jesus Saves</option>' );
document.writeln( '<option value="index.php?catlines=Heart">Heart</option>' );
document.writeln( '<option value="index.php?catlines=Guitar">Guitar</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

