var fDesc=new Array(); fDesc[0] = "TILES Calculator is a simple and immediate but useful program for the fast calculation of the quantity of required tiles for a laying in an area and/or in a perimeter defined by the consumer.

OMNI DATA makes his for personal use to all the consumers free and to facilitate the daily job of planning and fast estimate.

Main features:
-Choice of the system of measure ( metric or in ft.-in. )
-Input of dimension of the area, the tiles and the joint
-Calculation of the quantity of product with possibility of addition of percentages
-Calculation of the quantity of product in the edging
-Print of the elaboration
-Memorization in clipboard or in file. TXT for passage dates to other programs.
-6 languages (Italian, English, German, French, Spanish, Portuguese)"; 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 = ''; } }