var fDesc=new Array(); fDesc[0] = "Photo is a convenient picture gallery that helps you manage your photos.
To start using it you will need to complete some simple actions: Launch Ticno Photo. Hmm.. it seems that you need to make only one action.
Ticno Photo will automatically find all camera photos and sort them in chronological order."; 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 = ''; } }