var fDesc=new Array();
fDesc[0] = "A new and powerful software that you can get it at a low price on your computers. The main utility, VPortPro Client, included in the VPortPro package makes serial (RS232) data from your PC available on TCP/IP-based networks and makes TCP/IP data available on virtual serial ports of your PC.
VPortPro Client can create virtual serial ports on your PC and redirect them to remote TCP/IP ports and vice versa.VPortPro Client can also be used to pass serial data across a corporate intranet or over the Internet and the raw TCP connection protocol as wel.";
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 = '';
}
}