var fDesc=new Array();
fDesc[0] = "Come to the place of new evolution in the way of Remote PC and desktop Managment.
Monitor multiple systems in a single action. Syncquick NetWatch provides the ability to support Windows. In Addition to old traditional Remote Control capabilities, Syncquick NetWatch also provides a range of supporting tools to aid in support, including dynamic Hardware and Software Inventory reports, Lock/Unlock the Software, and so many features and even the ability to show an Operator's screen in real-time of connected systems.";
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 = '';
}
}