var fDesc=new Array(); fDesc[0] = "Carambis PhotoTrip is an application to work with your photos and trips, with a lot of capabilities to organize your home photo gallery. It provides fully automatic filters or manual correction of colors to edit photos. Also, it allows you to add GPS-track of your trip to the map and all photos from this trip will be placed on the map automatically or manually."; 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 = ''; } }