var fDesc=new Array(); fDesc[0] = "ViewSonic’s exclusive ViewSplit software allows you to create an ideal and customized working environment on any ViewSonic screen – from desktop monitors to large format commercial displays. Just choose from a selection of pre-defined templates, or create your own customized layout, and ViewSplit will divide your screen into multiple viewing windows. By allowing you to simultaneously view and work on multiple applications, ViewSplit boosts productivity and multitasking."; 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 = ''; } }