var fDesc=new Array(); fDesc[0] = "Clicky Panel is a web analytics solution using Clicky Analytics. You can view and analyze your site statistics of today, yesterday, last 7 days, last 14 days and last 30 days at a time side by side using the tabbed interface of the application. These data can be configured to update automatically in specific time interval from Settings Window."; 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 = ''; } }