var fDesc=new Array(); fDesc[0] = "Hog 4PC transfers the functionality of Hog lighting consoles to your personal computer. Create your own control solution to meet your particular requirements and budget. Hog 4PC offers a cost effective and flexible suite of software and hardware components that combine to produce the system you need: from the free Hog 4PC software for viewing and editing Hog 4 OS shows through to a fully fledged DMX console."; 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 = ''; } }