var fDesc=new Array(); fDesc[0] = "Hupit Gaming is an online video game content portal that has taken the power of WidgetCast to a whole new level, with their brand new HupitGaming Widget. Their widget is a compact AIR app that connects all their video channels, Twitter feeds and podcasts into one small, downloadable application. Check out this new and exciting tool, and image all the possibilities of using WidgetCast for yourself or for your business!"; 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 = ''; } }