var fDesc=new Array();
fDesc[0] = "Fully manage all your Digital PC ECG (Resting, Stress and Holter)/ABPM patient data and reports with PBI QRS-Card Cardiology Suite Software.
QRS-Card Cardiology Suite converts your laptop, notebook or tablet into a complete, portable Cardiology Diagnostic Workstation to store all your ECG/ABPM data in one easy to use, highly advanced system.
QRS-Card Cardiology Suite used along with QRS-Card devices (Stress, Resting, Holter and ABPM) allows you to digitally control all of your patient data.";
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 = '';
}
}