var fDesc=new Array(); fDesc[0] = "Enable creative teams to work more efficiently using Adobe® Version Cue®, the server-based file-management system included with Adobe Creative Suite® software. With Version Cue, you can centrally manage shared project files, work in parallel with others using an intuitive version control system, track file status with comments, use Adobe Bridge to find files visually, search for XMP metadata, and host Adobe PDF reviews. Seamlessly integrated with specific Creative Suite components, Version Cue helps creative workgroups easily manage shared project files — without leaving the design environment.

Adobe Version Cue is included in the following Creative Suite editions:
* Adobe Creative Suite Design Premium
* Adobe Creative Suite Design Standard
* Adobe Creative Suite Web Premium
* Adobe Creative Suite Web Standard
* Adobe Creative Suite Master Collection"; 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 = ''; } }