var fDesc=new Array(); fDesc[1] = "text, HTML, attachments, and subject rotation. Includes a free download."; fDesc[2] = "to attract customers, by sending them personalized content. The Free Edition of SendBlaster can set up to 100 messages for each mailing and allows you to manage 2 mailing lists. The registered version has no limits."; fDesc[3] = "adapting to the needs of each user. With Bulk Rename Utility you can change the filename to upper case or lower case, number files, add prefix or suffix, remove certain symbols, etc. It supports renaming mp3 files using ID3 Tags, as well as photographs using EXIF meta data."; fDesc[4] = "MS IExplorer, FireFox and Mozilla browsers interface. When the user browser is running, just right click on the page or link, so the context appears with the Bulk Image integration, and press 'Download with Bulk Image Downloader' to start downloading all the images in the web site."; fDesc[5] = "visually appealing resume in a few minutes. The user friendly interface of the software is very helpful in building your own custom resume quickly and effortlessly."; fDesc[6] = "you can easily create, grow and deepen your relationships with customers, market your products and services globally, expand your online presence and web site effectiveness with newsletters, permission marketing and much much more."; fDesc[7] = "easy! Import recipients from databases, Excel, text files or enter them manually. You can store email templates in both HTML and text."; fDesc[8] = "could help you in exposure about your business, by sending BULK sms to your clients.It is a unique way of sms advertisement & sms marketing"; fDesc[9] = ", targeted marketing, and keeping in touch with clients"; fDesc[10] = "It has a handy interface and can work with your e-mail client. Using this program you can send up to 20 000 SMS at a time, reply to messages or forward them to others."; fDesc[11] = ", and keeping in touch with clients."; fDesc[12] = "messages, event and job alert notifications, promotional or marketing campaign messages and more) instantly to individuals or mass people from your computer to all mobile phones in one single click."; fDesc[13] = "application can rename files, folders or both, change the case of filenames, remove or change a filename, perform string substitution, Append dates in many formats, remove characters or words, append the parent folder's name, remove digits or symbols, append or propend text and much more."; fDesc[14] = "once. The program has the ability to send HTML or plain text messages, and even add attachments very easily. You can send emails directly to the recipient, using an SMTP mail server, or using a MAPI client."; fDesc[15] = "Broadcaster is a program to email your own created messages, whether for business or personal use, to a list of email addresses."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }