var fDesc=new Array(); fDesc[0] = "PicasaExt aims to add features to Windows Explorer to better integrate with Picasa. Presently, it's only feature is to show starred pictures in Windows Explorer. This project is written in C and includes Visual Studio 2008 project files and Wix 3 installer files. This project is neither endorsed nor supported by Google."; 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 = ''; } }