var fDesc=new Array(); fDesc[0] = "Designed for all types of photographers, from one-person businesses to studios with several staff, Light Blue is a flexible business management system that lets you keep on top of shoots, orders and contacts. It's bursting with clever things to help you to run a busy and successful business, and Light Blue also makes it easy to manage your image files, publish them on the web and profit from them."; 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 = ''; } }