var fDesc=new Array(); fDesc[0] = "EnCalc is a portable windows calculator with practical built in features! EnCalc has a simple, easy-to-use interface with so many useful features, you'll find that it will quickly become your favorite calculator!

Features:

- Completely portable - No installation needed
- Incredibily small (149KB) and can run from a hard drive, USB Flash drives, etc.
- Compatible with all versions of Windows from 98SE to Windows 7
- Use free version for as long as you like
- Very easy to use
- Decimal, Binary, Hexadecimal, and Octal number systems (with conversion)
- Printable, savable, and removable colored calculator tape
- Automatic Average Calculation in StatusBar
- Loan Calculator with printable Amortization Schedule, multiple compounding options, and up to 20 Loan Profiles
- Area & Volume Calculator in metric or standard with ability to mix all units
- Over 60 unit conversions in categories Temperature, Length, Volume, Weight, Area, Speed, & Time
- Laptop 10 Key Support (M, J, K, L, U, I, O, etc.). No need to even turn on NumLock
- Full Version of LAN Speed Test v2.03 in a button
- Stopwatch with lap times recorded to tape
- Always on Top option
- Calculator / Adding Machine Mode
- Floating Point, Fixed & Auto Decimal
- Tax Button
- Change Button
- Memory Buttons (Memory banks stored in .ini file for non-volitile memory)
- Repeat entry when in Adding Machine Mode
- Tool Tips on Buttons
- Item Count

New in this version:

- LAN Speed Test v2.0.3 in a button (for registered users)
- Lock/Unlock each Loan Profile
- Always On Top' Mode now available in unregistered version
- EnCalc now tries to put .ini file in .exe folder first, if unsuccessful then saves .ini file to application-specific data folder
- Calculator Mode would not set to Adding Machine in unregistered Version
- If EnCalc was set as topmost msgboxes (Save, Errors, etc.) would pop up behind EnCalc
- Fixed window dimensions for Windows 2003 Server
- Change 'Help' Button to image
- Changed 'Always on Top' Button to image
- Miscellaneous small bug fixes
- Update help file for the new options"; 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 = ''; } }