var fDesc=new Array(); fDesc[0] = "Use any animated gif to create desktop shortcuts that add life to a boring desktop screen. Make it personal with cool movement. You can have your icons - always animate - or have them only animate when your mouse pointer is directly over them. Add cool backgrounds so that you can mix them with cool desktop animation."; 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 = ''; } }