var fDesc=new Array(); fDesc[0] = "Netopi is a collaboration tool that lets users give reviews of websites, so that other people can read them and post their own.
Netopi is a way to add and read reviews of any website: An item in an online shop, CNN's article, hosting company offer and it doesn't matter whether a possibility of leaving a review is or is not given by the owners of those 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 = ''; } }