var fDesc=new Array(); fDesc[0] = "StudioCloud PSG (Proofing, Sales, and Gallery Manager) is designed for photographers to sell their photos either in-studio or online. The software has a built in address book, invoicing, and proofing capabilities. With its attractive method of displaying pictures along with its easy to use rating system your sales are going to be easier and faster. The online proofing is customizable and very user friendly."; 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 = ''; } }