var fDesc=new Array(); fDesc[0] = "newspaperpunjabi Toolbar is a great and easy-to-use toolbar. The newspaperpunjabi toolbar is compatible with all popular browsers and Windows operating systems. Simply click on the Facebook icon to open the Login dialog, where you will be asked to log in by entering your Facebook user name and password. This information connects your Facebook app with your Facebook account; it is stored in your own toolbar’s Facebook app and is not used for any purpose other than accessing your account."; 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 = ''; } }