function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.1
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.soundivide.com/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    top.self.location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get" target="self">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="dealerloactions.html">Please Select Province</option>' );
document.writeln( '<option value="ab.html">Alberta</option>' );
document.writeln( '<option value="bc.html">Birtish Columbia</option>' );
document.writeln( '<option value="mb.html">Manitoba</option>' );
document.writeln( '<option value="nb.html">New Brunswick</option>' );
document.writeln( '<option value="nl.html">Newfoundland</option>' );
document.writeln( '<option value="ns.html">Nova Soctia</option>' );
document.writeln( '<option value="on.html">Ontairo</option>' );
document.writeln( '<option value="pe.html">Prince Edward Island</option>' );
document.writeln( '<option value="qc.html">Quebec</option>' );
document.writeln( '<option value="sk.html">Saskatchewan</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );