var fDesc=new Array(); fDesc[0] = "HEXelon MAX 6
mathematical calculator
currency converter
units converter
# Language versions: English, Polish, Czech.

# Solves math expressions like: Sin(Pi)-Root(-8;3)+3

# Creates user's functions (e.g. surfaces, volumes, and so on). Publishes in Internet. Receives from Internet.

# Program shows position of bugs in math expression made by user. Descriptions of bugs help solve a problem.

# Prompter shows functions, variables, constants. Simply press SPACE key.

# Exchange rates table and currency converter are update from Internet by one click.

# Units converter makes easier to convert various units.
14 categories of units: length, temperature, pressure and so on.

# Creates user's variables.

# Numeral systems: binary, octal, decimal, hexadecimal.

# Measures of angle: radian, degree, gradus.

# 5 sets of keyboards configured ba a user.

# 3 calculators - user can calculate three various math expressions.

# Button Undo and Redo.

# History of math expressions.

# Comprehensive Help."; 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 = ''; } }