var fDesc=new Array(); fDesc[0] = "Skype Control Relay allows you to configure your favorite voIP chatting program.

Features:

-Adds a button to the toolbar, which displays your contact list and their online status.
-Initiate a call or chat directly from the contact list in the browser
-Mark your contacts as favorites so they sort to the top of the list
-Change your online status
-Supports for Skype Out numbers you have saved in your contact list
-Hides offline users
-Quick access to show your minimized Skype window"; 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 = ''; } }