var fDesc=new Array(); fDesc[0] = "EZPrompt is the most popular product. It runs on Notebooks and Desktop machines with standard Microsoft Windows® Vista, Windows® XP, and most earlier Windows®. New screen display choices let you take advantage of the dual screen (or multi-monitor) hardware on newer computers. With EZPrompt's Dual Screen function, the prompter operator has a control screen that is seperate from the video output to the prompter. The Operator Mini-Window is perfect for use with low-cost prompter monitor hardware which cannot be reversed! New Talent Pointer choices permit you to turn on a pointer on the left side of the prompter screen for your talent. You control the color and position of the pointer, and have four different pointer types to select from. Whether you only need to prompt an occasional script for that special presentation, or need to do full-scale, long format presentations with many scripts EZPrompt is the perfect solution."; 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 = ''; } }