var fDesc=new Array(); fDesc[0] = "Yahoo Osmosis = Yahsmosis

Yahsmosis is an unofficial Yahoo! Chat client that aims to provide a working source-code and functionality to the AutoIt community and other users with a variety of features.

Features include:

- User Groups and per-group settings
- Group-specific PM's
- Username Wildcard filtering
- Filtering

-Username wildcard matching
- Text phrase matching
- Per-packet scripted filter actions
-Text similarity and timing settings"; 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 = ''; } }