var fDesc=new Array(); fDesc[0] = "mpixpro ROES is an easy to use, cross-platform ordering solution for various products and services. The visual interface makes ordering simple - what you see is what you get. The program will automatically update with any new products and services added. You can select a folder of images, select a product you want to order, and drag the image you want into the product in the middle."; 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 = ''; } }