var fDesc=new Array(); fDesc[0] = "Radical Tools is a software that provides capability and flexibility.
Radical Tools enables you to do a quick five-minute impact analysis of moving a facility or changing a carrier. Yet, it is powerful enough to allow you to build complex multi-year supply chain simulation models. An application that is surprisingly easy to use, yet extremely powerful and providing unprecedented flexibility.
With Radical Tools, projects are literally up and running in minutes. You can quickly analyze shipment data by calculated freight costs. Radical Tools includes industry standard rate tables while allowing you to import discounts, custom rates, transit times, capacity constraints"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }