var fDesc=new Array();
fDesc[0] = "SYNC Your PlanPlus Online Contacts, Tasks and Appointments with Microsoft Outlook.
Sync Contacts, Tasks and Appointments consistent and in-sync between Microsoft Outlook and PlanPlus Online even as new information is added and edited from within either application. Compatible with Microsoft Outlook 2010, 2007, & 2003 Sync Priority and Rank between PlanPlus for Microsoft Outlook or High, Medium & Low from Outlook.";
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 = '';
}
}