var fDesc=new Array(); fDesc[0] = "An affordable way of synchronizing Pastel Partner data between different locations via flash disk or small email.

Key benefits

Easy to install and use
Consolidation of any number of sets of accounts into one set of accounts
Export of updated data can be done both ways – from Head Office to Branch or Branches and from Branch or Branches to Head Office. Only data that has not yet been exported will be included in the latest export – this ensures that no duplication takes place
Inventory Price Lists can be exported from the Head Office to all Branches"; 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 = ''; } }