var fDesc=new Array(); fDesc[1] = "created with FeedForAll. Advanced features enable you to create iTunes compatible podcasts. Built-in RSS feed validator verifies feeds."; fDesc[2] = "choose between RSS 2.0, RSS 0.91, RSS 0.92, and Podcast feed formats. It allows us to create feeds containing non-Latin characters, such as Russian, Japanese, etc."; fDesc[3] = "publisher comes in two different editions: the personal and the professional. You can use the personal edition for free with limited features, whereas the profession edition can be acquired in an economical package."; fDesc[4] = "your PC in real-time without e-mail. Add, remove, manage and search for online content with our 3-panel interface."; fDesc[5] = "own RSS newsfeeds and podcasts. RSS Feed Creator PRO - is the best solution for WYSIWYG editing of RSS feeds."; fDesc[6] = "and services are integrated into one package, using our relational file storage system. The software suite includes our highly featured music and video players and our photo/ image viewer to organise and play multimedia content. Internet services, such as receiving internet radio, podcasts, digital TV, file transfer, and newsfeeds are integrated into orchidmedia to provide you with additional ways to access digital content aswell as receiving information from PC linked digital cameras, camcorders, phones, portable devices and TV Cable/Satellite."; 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 = '...'; } }