var fDesc=new Array(); fDesc[0] = "Flickroom is an Adobe AIR based application that provides the rich browsing experience Flickr users have long deserved. The dark theme ensures that your photographs look better than ever before. Browse photostreams in an uncluttered and intuitive user interface with an option to view photos on either gray or black background. Viewing sets and groups of any user is fully supported with options to quickly search through them, view group discussions and view group pictures."; 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 = ''; } }