var fDesc=new Array(); fDesc[0] = "Winwap for Windows provides the browser capabilities of your cellphone, on your PC. Mobile Internet services are specifically designed to be used on mobile phones and use protocols (data transport technology) and markup languages (the format of the received content) specifically designed for mobile use. The specifications are commonly called WAP version 2.0 (and before that WAP 1.2), and WinWAP was firstly designed to support these mobile internet specifications."; 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 = ''; } }