var fDesc=new Array(); fDesc[0] = "Light Blue is a program which helps run a photography business. Designed for all types of photographers all over the world, it's easy to use and makes admin simple. Work offline, then sync your changes when you're online. If you're online, we'll send and receive without you even knowing it, so you're always up to date. It's great for when you're out and about, on a train, or simply when your office internet connection's gone bang and you want to check a shoot's details."; 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 = ''; } }