var fDesc=new Array(); fDesc[0] = "Smsbag delivers two different tools to aid your sms sending activities. These tools are the Upload tool and the Desktop Application. Smsbag`s Upload Tool allows you to handle all the work with different type of files very easy. The Desktop Application (SMS Messenger Pro) is a windows based application which allows you send messages from your system without using the browser. Once it is fully configured, you get your messages out on the fly."; 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 = ''; } }