var fDesc=new Array(); fDesc[0] = "StreamDesk has its orgins in the early days of Chris Pirillo's live stream and it all started as a Opera widget. Later versions were adapted for Vista Sidebar and eventually I discovered HTML Applications (HTAs) since they are html and javascript capable i was able to expand to the first revsions of the standalone version."; 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 = ''; } }