var fDesc=new Array(); fDesc[0] = "Lalacast is Free Digital Signage software, it empowers users with an affordable, easy to use solution to display information or advertising on digital displays. Lalacast aims to everyone else, this means all enterpeneurs, small and medium business and educational institutions that want to have access to the same technology multi-billion dollar companies have to communicate and advertise.

Lalacast Digital Signage solution requires two programs, one for the management and server setup (Lalacast Manager) and the other one is the player (Lalacast Player), usually you will use each one on a separate computer, but you can try them using them in a single PC for testing purposes."; 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 = ''; } }