var fDesc=new Array(); fDesc[0] = "The Mobile Clipboard is a simple and powerful tool to help users copy information from computer, and have it converted into various accessible file formats to be viewed on the mobile phones. As long as your mobile phone can be connected to Internet, subscribed information can be looked up very quickly at the lowest cost."; 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 = ''; } }