var fDesc=new Array(); fDesc[0] = "Skowler is a Skype to Growl for Windows bridge that enables Skype notifications on Growl (and then onto your smart device via Prowl or Howl etc). Skowler works on all windows versions XP,Vista,W7 32 and 64 bit.

Main features:
-Growl alert on missed chats. Alert has full text of chat.
-Growl alert on all buddy sign ons or on a per buddy basis. (Configurable)
-Growl alert on incoming call.
-Use Skype buddy avatars for Growl alerts.
-Skype Hot Keys for Answer and Hang Up/Reject (only active during call)
-Skype Hot Keys for quick dial - up to 3 pre-configured user.
-Announce incoming caller names.
-Application monitor to enable special gaming features when a game is running like:
-Put Skype to sleep and only use Skowler hot keys so your game doesn't tab out to desktop when calling etc.
-Read out incoming chats.
-Enable auto responder, "I am in game, back soon" etc.
-Record Skype calls.
-Stalker option to make certain user logon notifications sticky always.
-Full Skype notification takeover for all notifications eg File downloads, reminders etc
-Add group management functionality
-Additional Windows utilities and hot key functions."; 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 = ''; } }