var fDesc=new Array(); fDesc[0] = "Desktop Toilet 4.0 is a program that will let you change the icon (appearance) of your Windows XP and VISTA Recycle Bin to any of 40 styles of toilets. It will also allow you to assign a sound (WAVE) file of a toilet flushing to the Empty Recycle Bin event, so that each time you empty it, you will hear a toilet flushing. Demo version has limited number of toilets and the sound effects are disabled."; 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 = ''; } }