var fDesc=new Array(); fDesc[0] = "Lab Link Plus is the industry's most advanced computer ordering system for Professional Photographers. Compatible with both PC and MAC computers, Lab Link Plus offers photographers a virtually unlimited number of creative print options and layouts with a simple click of their mouse. Lab Link Plus allows you to crop and resize your images and convert them to black and white or sepia without changing your original file. LabLink Plus is based upon the ROES ordering program and requires Java to run."; 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 = ''; } }