var fDesc=new Array(); fDesc[0] = "Matrox TripleHead2Go is an external multi-display adapter that adds up to three monitors to your notebook or desktop computer. It connects to the video output of your system and uses its existing GPU to provide high-quality, uncompressed graphics and video across all monitors. Ideal for professionals requiring more desktop space for maximum productivity increases and gamers wanting a totally immersive experience."; 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 = ''; } }