var fDesc=new Array(); fDesc[0] = "Do you wish you could free up more taskbar space? Or maybe you wish you could easily see what the time and date are with your task bar on Auto Hide? Time Thingy does both! Time Thingy is a floating clock replacement designed to free up valuable taskbar space by allowing the user to remove the Microsoft clock and still be able to see the time! Time Thingy can be positioned anywhere on your screen (floats), and remains always on top making it a very easy clock replacement!"; 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 = ''; } }