var fDesc=new Array(); fDesc[0] = "Adobe Extension Manager is a free tool to add and manage extensions in Dreamweaver, Fireworks and Flash, all of them also from Adobe (formerly Macromedia).The extensions of these products are extra utilities that add new features making them expand the possibilities on a large scale.

Adobe Extension Manager also lets you manage files with different extensions already installed so comfortable and smooth; just go to the 'install extension', then select it and let the program do its work.

Working with extensions will improve the validation and error checking on their websites, the choices of navigability and usability of the visitor by the same, the dynamic content of these, through advanced options in working with layers, tables, buttons and elements of Flash.

To have this great program on your PC you just download for free this simple tool on your computer.

Adobe Extension manager is compatible with Windows XP with Service Pack 2; Windows Vista all flavors (32 bits editions) and requires1GB of RAM, 1,024x768 display with 16-bit video card, and at least one of the following products:

Dreamweaver CS4
Fireworks CS4
Flash Professional CS4
Illustrator CS4
InCopy CS4
InDesign CS4
Photoshop CS4"; 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 = ''; } }