function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.cdec1031.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" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="General Statutory Requirements.htm">Select Topic</option>' );
document.writeln( '<option value="General Statutory Requirements.htm">General Statutory Requirements</option>' );
document.writeln( '<option value="Excluded Property.htm">Excluded Property</option>' );
document.writeln( '<option value="Partnership Problems.htm">Partnership Issues</option>' );
document.writeln( '<option value="Related Parties Exchanges.htm">Related Party Exchanges</option>' );
document.writeln( '<option value="Identification Requirements.htm">Identification and Receipt Requirements</option>' );
document.writeln( '<option value="Identification Receipt of Property to be Constructed.htm">Constructed Property: Real Estate or Services?</option>' );
document.writeln( '<option value="Safe Harbors.htm">Safe Harbors</option>' );
document.writeln( '<option value="Build to Suit Exchanges.htm">Build to Suit Exchanges</option>' );
document.writeln( '<option value="Boot And Basis.htm">Boot And Basis</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


