var fDesc=new Array(); fDesc[0] = "MagicInfo Express software provides easy-to-use tools to create, edit, schedule and deploy your custom content on the Samsung SMART Signage TV.
The simplicity of the software’s layout selection interface enables you to quickly design and launch a range of content, including menu boards, live TV, slideshows, promotions and informational messages."; 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 = ''; } }