var fDesc=new Array(); fDesc[0] = "From the far reaches of India comes the ultimate desktop companion! The Desktop Dot is more than just a stupid dot that rests atop your desktop and babbles anything it damn well pleases. It's a companion, a friend, and probably the only creature on this godforsaken planet that truly loves you. It's wit and wisdom is sure to lift your spirits and keep you smiling."; 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 = ''; } }