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="">Select Topic</option>' );
document.writeln( '<option value="IRC Section 1031.htm">IRC Section 1031</option>' );
document.writeln( '<option value="IRC Section 1033 Involuntary Conversions.htm">IRC Section 1033 Involuntary Conversions</option>' );
document.writeln( '<option value="Treasury Regulations.htm">Treasury Regulations</option>' );
document.writeln( '<option value="Relevant Case Law.htm">Relevant Case Law</option>' );
document.writeln( '<option value="Revenue Procedures.htm">Revenue Procedures</option>' );
document.writeln( '<option value="Revenue Rulings.htm">Revenue Rulings</option>' );
document.writeln( '<option value="Private Letter Rulings (PLRs).htm">Private Letter Rulings (PLRs)</option>' );
document.writeln( '<option value="Technical Advice Memoranda (TAMs).htm">Technical Advice Memoranda (TAMs)</option>' );
document.writeln( '<option value="Field Service Advisories (FSAs).htm">Field Service Advisories (FSAs)</option>' );
document.writeln( '<option value="Chief Counsel Advisories (CCAs).htm">Chief Counsel Advisories (CCAs)</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


