var fDesc=new Array(); fDesc[0] = "Hog 3PC transfers the functionality of Wholehog lighting consoles to your personal computer. Create your own control solution to meet your particular requirements and budget. Hog 3PC is the ideal backup solution and perfect for automated playback in retail and architectural applications."; 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 = ''; } }