var fDesc=new Array(); fDesc[0] = "We’ve lost count of the curries, kebabs and development hours that have gone into making Photojunction the best album-planning package you can’t buy – because, thanks to Queensberry, it’s free. Check ‘em out, they pay the bills. Colour-managed workflow. Design freestyle or from templates. Photoshop actions/integration. Snap-to alignment tools. Classic special effects (B&W, sepia, borders, backgrounds, opacity). Portable projects: work with others at a distance or over a network."; 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 = ''; } }