var fDesc=new Array(); fDesc[0] = "WizBiz is designed to store all information regarding the customers and enquiries. These details must be collected by your organization through various means (personal, telephone, email, etc). You can configure WizBiz as per your organizational structure. As and when WizBiz is equipped with the needed ‘information’, it fully automates all organizational functions and eases up the workflow. Working with the support of WIZBIZ also means establishing a perfect system for the marketing department to follow up quality certifications like ISO.
Main features:
- Simple, User-friendly interface
- Provision to create any number of users / employees - as per the designation. Can create an exact organizational hierarchy.
- Possible to alter / modify the roles and privileges of users / employees
- Provisions to enter view and manage business enquiries easily. Enquiries can be shared with employees and suitable actions can be taken, depending on nature of the business.
- Provision for notifications / reminders for prompt actions with-reference-to enquiries."; 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 = ''; } }