var fDesc=new Array();
fDesc[0] = "VJLive P2P Living system bases on BLAST streaming engine which was developed by nagasoft.
VJLive is the P2P Live streaming system with high-performance UDP/TCP engine, supporting many streaming protocols, such as RTMP/MMS/TS, etc. VJLive can also substitute for FMS.
VJLive not only provides high-quality live broadcast to all users, but also can be added functions according to the different needs of various industries such as: the expression with dynamic interactive chat feature to facilitate exchanges between online users, and real-time statistics and load functions, programming feature to help users to easily manage the website, advertising systems, authorized encryption provide a guarantee for income and security of the enterprise; VJLive has 26 functional modules, to assist in broadcasting, education, Internet , enterprises and other users to make live broadcasts for the majority of viewers. The advantages include high fluency,HD broadcast,large scale deployment,bandwidth saving,supporting mobile phones,STB,TV bar and multiple broswer,etc";
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 = '';
}
}