var fDesc=new Array(); fDesc[0] = "This is an Advanced support utility to handle various issues with TeleChart. It comes free of charge, meaning it is freeware. It was designed to help user that are having problems with TeleChart or user that are new to TeleChart and need an Utility support tool.
Warning : during installation if TeleChart is not detected the utility will inform the user that the installation might have been done wrong but just coppy and install TeleChart from
Worden Brothers official page."; 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 = ''; } }