var fDesc=new Array(); fDesc[0] = "Direct Print is the industry's most advanced computer ordering system for professional Photographers. The program offers photographers a virtually unlimited number of creative print options and layouts with a simple click of their mouse. Direct Print allows you to crop and resize your images and convert them to black and white or sepia without changing your original file."; 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 = ''; } }