var fDesc=new Array(); fDesc[1] = "program works efficiently with both CUE and XMCD (freedb) formats, and will create perfect MP3, APE, FLAC, OGG, WAV and WMA audio files following the parameters specified in the CUE file. Unicode, UTF8, and ANSI CUE files are supported."; fDesc[2] = "financial tasks, to organize, and grow their businesses on the Internet. With its familiar Microsoft Office 2007 interface, this program is easy to learn, so you can be productive immediately."; fDesc[3] = "sit on your email client, scans your emails and marks messages that have been verified as coming from a legitimate sender and that are not a spoof."; fDesc[4] = "lighting. The software has fast data manipulation and drawing which helps to increase efficiency. It features stretch, position, and mirror, flip and rotate meshes. It allows automatic UV mapping for its effects."; fDesc[5] = "the most popular forms of payment - Paypal. With this program you will be able to create your online shop without knowing how to integrate PayPal."; fDesc[6] = ", bytes/sec or utilization. Works on all SNMP-capable interfaces (computers, NICs, switches, routers, etc) with adjustable poll interval."; fDesc[7] = "stand-alone program. It shows you the standard file information PLUS extended information hidden inside the files."; fDesc[9] = "front lines of the fight against phishing, to reel in Online scammers ,So you can protect your personal or financial account."; fDesc[10] = "information for your products"; fDesc[11] = "information. The added bonus is that it supplies the code necessary for all the options that Paypal offers such as a cancel"; fDesc[12] = "computer without being overly intrusive, and enables you to go back at any time to investigate past alerts."; fDesc[13] = "online account like PayPal, eBay, Citibank and HSBC."; fDesc[14] = "business internationally, without sacrificing the ease of use and cost effectiveness that has long been the staple in the Y.E.S.! product line. You will offer your products worldwide through the Internet and through all 14 international eBay sites, accepting payment in foreign currencies with instant foreign currency conversion on major credit cards on your website and PayPal through eBay. Y.E.S.! 6.0 automates and integrates your physical and Internet stores Quickly and easily create an eCommerce enabled website. Template driven website design enables you to cost effectively develop and maintain a professional Internet presence. Websites are uploaded to one of our Internet hosting providers, while your business critical information remains on your own computer and at your disposal. Online orders, along with customer and sales information, are automatically integrated with your..."; 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 = '...'; } }