var fDesc=new Array(); fDesc[0] = "ICQ UIN Backup program on every login ICQ saves the loaded contact list in a local FB file. Because this is just a temporal copy of the contact list, changes of this type have no influence on the server based contact list. By using ICQ UIN Backup you have the possibility to read out your contacts from the FB file and to save them clearly arranged in a text file."; 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 = ''; } }