var fDesc=new Array();
fDesc[0] = "NProfile 8.0 Marketing Software is Flexible Customers, Contacts & Survey Software for Managing Customer Contacts, Email Lists, Surveys and Marketing Robot. Various functionalities include:
- Customer/Contact Management
- News Creation
- Preparing Lead
- Developing Surveys
- Emailing News
- Marketing Leads
- Sending Surveys
- Data Import/Export
- Multiple Find/Replace
- Address, Phone, Email Lists
- Labels, Reports, Analysis
- Customer/News Groups
- Preferences, Customizations
- Help
Visit us Today, at:
* http://www.Nandvarik.com (For Products, Solutions etc)
* info@nandvarik.com (For License, Customizations etc)";
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 = '';
}
}