var fDesc=new Array(); fDesc[0] = "Palfun is feature enhancer plug-in for AOL (R) Instant Messenger (tm). It can help you to modify your Instant Messenger on your choice, making your conversations easier and more comfortable.
What Palfun offers to you?

* Customizable buddy list:
Palfun can help you to tune AIM windows, for example buddy list window, where you can switch off useless for you elements, buttons...

* Buddy aliasing
Now you can set for everybody in your contact list any name you want to see.

* Skinning
Don't like standard AIM view? Now you can skin your AIM! Set of ready skins or your own can change appearance of AIM.

* System hotkeys
Now you can quickly and easy access your buddy list, set away status etc. only by several keypresses on keyboard.

* Tabbed IM interface
Keep all your instant messages windows in one window!

* Chat and IM Logging
Store your conversations on your computer and access them every time you want.

* Multiple Instances (Cloning)
Palfun allows you to launch more than one instance of AIM under one or more screen names.

* Message Filter
Stop these annoying messages! Filter all incoming messages by several criterias (buddy warning level, buddy screen name, words list)

* Plug-ins support
Expand abilities of your messenger with usage of plug-ins! You can download a lot of them at plug-ins page of official site.

* Automatic Update
Easy way to get latest versions of Palfun with new set of features.

* Any custom color available for messaging
AIM does not allow you to use custom colors - in color select dialog you can't press "Define Custom Color" button. Palfun enables this button for you.

* Dockable buddy list
Buddy list can be docked to left or right screen edge and (if you want) can behave like toolbar

* Comfortable windows management
Now you can change each AIM window transparency, leave window always on top.

* It does not modify original AIM code!"; 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 = ''; } }