var fDesc=new Array(); fDesc[0] = "WorldVDS is the fastest way to create & manage your own TV channels to promote your brand. Creating and managing your digital signage network is simple and fast. To assist you you, World VDS has free high quality content ready to use in your broadcasts. Create and manage a digital signage network without any specific knowledge, no matter the number of display screens to operate

Easily create Your own animations interconnecting text, RSS feeds, video and photos, without the need to technical resources on Animator Pro."; 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 = ''; } }