var fDesc=new Array(); fDesc[0] = "This proxy will open anything and also save your identity from your administrator. It is a proxy for any college and university students. You may surf anonymously online, hide your IP address, secure your internet connection, hide your internet history, and protect your online identity with SamProxy."; 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 = ''; } }