var fDesc=new Array(); fDesc[0] = "PalRelay automates a mashup and interaction of your favourite social media applications such as facebook and twitter and is available in web pages you visit. The keywords and elements of the page are used to locate relevent information in your selected networks. Along with social media websites running as applications PalRelay also offers the ability to have anything run in the web pages you visit such as games and business tools."; 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 = ''; } }