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.edtcorp.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="">Cost of Ownership Examples</option>' );
document.writeln( '<option value="cost-of-ownership/CostofOwnership-Generic-NA-POLY-RND.pdf">Conveyor</option>' );
document.writeln( '<option value="cost-of-ownership/CostofOwnership-Generic-OVEN.pdf">Oven</option>' );
document.writeln( '<option value="cost-of-ownership/CostofOwnership-Generic-PEELER.pdf">Potato Peeler</option>' );
document.writeln( '<option value="cost-of-ownership/CostofOwnership-Generic-BREADER.pdf">Breader</option>' );
document.writeln( '<option value="cost-of-ownership/CostofOwnership-Generic-RPR.pdf">Poultry Auto Rehanger</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

