var fDesc=new Array(); fDesc[0] = "cPicture is an image viewer with advanced tagging and editing features. It provides you with an online world map, which can be used to pin-point the location of the images. You can easily divide and print parts of a large photo using the the Split Panorama mode. This application also has many other useful features including the red-eye remover."; 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 = ''; } }