var fDesc=new Array(); fDesc[0] = "ONSPEED is a multilingual program that is intended to provide us with a much faster Internet connection. There are three program series called Onspeed Dial-up (for home computers), Onspeed Mobile Broadband (for connections via mobile phones), and Onspeed Broadband (for Pocket PCs). The estimated speed increase fluctuates between 5 and 15 percent and depends on the device we are using. This product runs both under Windows and Mac OS. It also supports all types of connections and companies worldwide. A big disadvantage is that we cannot evaluate this program nor check its performance unless we buy it."; 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 = ''; } }