var fDesc=new Array(); fDesc[0] = "This software allows you to create target-specific content with only a few mouse clicks and show it on the current public display V-Series models MultiSync® V321, V422, V462, V551 and V651 as well as on the prior models MultiSync® LCD3215, LCD4215, LCD 4615, V421 and V461. Please note that the software runs with these NEC products only. Up to 3 players can be supplied with content by using an editor."; 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 = ''; } }