var fDesc=new Array(); fDesc[0] = "ISL AlwaysOn is a comprehensive and powerful application that provides firewall-friendly and secure access to a remote PC from anywhere. Additionally, using ISL AlwaysOn you are able to ccess a remote computer from your mobile device. View and control a desktop, toggle between multiple monitors, restart the computer or switch users, transfer and synchronise files and folders, print remote documents locally."; 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 = ''; } }