var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[2] = "shockwave is very small in size and takes couple of minutes to download and install in a computer.The installation process runs in back ground so it does not disturb your routine work"; fDesc[3] = "simple interface. According to popular software magazines, it is one of the best players for tired eyes or dark environments due to the image control it integrates."; fDesc[4] = "combine and manipulate text, images, shapes, and sounds to create Flash movies. 5 stars from PC Magazine."; fDesc[5] = "NT. With a new user interface and improved rendering performance through support for OpenGL, Cosmo Player provides the means for viewing and navigating interactive content, from animated ad banners to immersive 3D worlds. These enhancements, together with unrivalled distribution, lay the foundation for the future of online advertising, electronic commerce, and interactive entertainment. Cosmo Player 2.0 will introduce millions to high-impact, animated graphics via the Web."; fDesc[6] = "this program to help them with projects ranging from simple calculator operations to high-level software development. Mathematica for Students can help students to complete their homework and to perform symbolic as well as numeric computations"; fDesc[7] = "ToolBook you will be able to create learning wizards that can be used under any operating system, web browser, mobile phone and device. You can do this because the final result will be deployed in DHTML, a format that can be read by most operating systems."; fDesc[8] = "unified environment that lets you work more productively than ever before. Create web and interactive content and design websites. Enjoy new creative effects and controls, as well as productivity enhancements such as Multi-file Place and table and cell styles."; fDesc[9] = "publish full-motion videos from your PC, and convert it to Flash content."; fDesc[10] = "that's all I can do with 3D processing. But to do that will make engines native Papervision3D or Away3D as having much higher quality, speed, less weight and better graphics. The editor of movement is possible to edit everything."; fDesc[12] = "tutorials, simulations and product demonstrations for web sharing, such as Youtube, Myspace, and so on."; fDesc[14] = "web........... and your visitors do not have to download any plug-inn."; fDesc[15] = "tools for page layout, image editing, illustration, and Adobe PDF workflows. This program combines: InDesign CS3, Photoshop CS3, Illustrator CS3, Acrobat 8 Professional, Adobe Bridge CS3, Version Cue CS3, Adobe Device Central CS3, Acrobat Connect."; 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 = '...'; } }