var fDesc=new Array(); fDesc[0] = "The Spia Connect is a program whose aim is to connect to remote computers
Features Spia Connect:
It allows connections with dynamic IP
Password protected
Simple interface
It can be enabled and disabled at any time
It has technical support via email
It has online technical support via Skype: spia_support
It has online technical support via panel
Maintenance:
Keep up to date with new free releases for new implementations and deemed safe by the anti-virus
The latest release is always on site by simply download and update"; 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 = ''; } }