var fDesc=new Array(); fDesc[0] = "With NEC Digital Signage Software users are able to create custom Display Programs that inform and entertain customers, patients and guests, in business, sales and doctor’s offices or exhibition spaces. You are your own program director and communicate news, information, images or advertisements to your target audience."; 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 = ''; } }