var fDesc=new Array(); fDesc[0] = "Sync ST Reader via any home or mobile broadband connection and you will have the latest news on your notebook to read offline while on the go. Crisp size-adjustable fonts make ST Reader a pleasure to read and images accompany stories where available. The 7-day archive allows you to read articles that you missed during the week."; 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 = ''; } }