var fDesc=new Array(); fDesc[0] = "With ICQLite PictureChanger you can remove the advertising banners from your ICQ Lite and replace the banner above your contactlist with an own picture. You can change this picture at will and with a click on it you can show the picture in its original size or open an url.

Features

- Removes the advertising banner from ICQ Lite
- To remove the banners you need only one klick
- You can replace the banner above your contactlist with an own picture
- Replace the picture is very easy, just choose a picture and click on "Apply Changes"
- Your own picture can have the format .jpg, .gif or .bmp
- Picture Changer shows you in a preview how the picture looks in ICQLite
- Additionally you can set an url that opens if you click on your picture or you can choose to open the picture in its original size
- Under Settings you can adjust to close Picture Changer after applied changes
- Picture Changer 3 is multilingual (supports english and german)"; 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 = ''; } }