var fDesc=new Array(); fDesc[0] = "Ceptara's SkypeDialer is an Outlook 2007+ Add-in that provides a simple interface into the Skype Application to expedite Skype phone call set up, enable note taking, and track time using a Journal item timer.

It adds a Call Manager that is launched via an Outlook Contact right context menu and through a new 'Call' button on a Contact window. The add-in integrates seamlessly with Ceptara's Organizer for Outlook.

Skype Dialer is offered as Freeware as part of Ceptara's mission to enhance personal excellence by providing productivity enhancing tools."; 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 = ''; } }