var fDesc=new Array(); fDesc[0] = "ProDPI ROES (Remote Order Entry Software) is a free to use application that allows you to order ProDPI products. To order a custom size print, you will need to select the next largest print size that will accommodate both dimensions of the final print size that you need. After choosing which size will work, it is necessary for you to create borders in your file to trim off."; 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 = ''; } }