var fDesc=new Array(); fDesc[0] = "ROES is an easy to use, cross-platform ordering solution for our most popular products and services.
The ROES software is very easy to launch and install, and will automatically update with any new products and services we add. Using the software is simple: select a folder of images, select a product you want to order, and drag the image you want into the product in the middle. Finishing services can be ordered on a per print basis."; 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 = ''; } }