var fDesc=new Array(); fDesc[0] = "Developer's description:

Lite version converts several units of length. Plus version converts length, weight and capacity measures.

New review:

Lite version converts several units of length. Plus version converts length, weight and capacity measures. By typing a number into box provided will instantly display the results without the user having to search through a confusing menu of choices. Great for mathematical problems, science or travel. Many different uses for this program. Small in price and size - you can't go wrong! A nice little download!

Final note:

QUICK CONVERSION Lite is a smart and very useful tool that helps you convert lenght, weight and capacity measures."; 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 = ''; } }