var fDesc=new Array(); fDesc[0] = "The InstatDesk CZ application is used for Intrastat data collection. The program is used both by Customs offices and PSIs (providers of statistical information).The InstatDesk-CZ enables an import of Intrastat data generated by other sys tems. You can import CSV (comma separated values) file. InstatDesk – CZ was programmed with the use of .NET Framework as an object oriented software with application of modern standards."; 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 = ''; } }