var fDesc=new Array(); fDesc[0] = "StumbleUpon is a discovery engine that recommends the best of the web, personalized just for you. Discover useful and entertaining content and information with StumbleUpon anytime, wherever you are with StumbleUpon IE Toolbar
StumbleUpon helps you discover great websites that match your interests. Simply click the Stumble button and see the best websites."; 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 = ''; } }