var fDesc=new Array(); fDesc[0] = "Jazler TVStar One is the premiere video automation application by Jazler software.

It's architecture is based to fill the needs of music television channels, but can also work perfectly for cable & local television stations, kiosks, video-walls, malls etc

The interface of Jazler TVStar One is based on the Jazler SimplePack radio automation. If you have used SimplePack, then TVStar will be very easy to use from the first minute!"; 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 = ''; } }