var fDesc=new Array();
fDesc[0] = "Capture, edit, and deliver video to disc, the web, and mobile devices.
Make every phase of video production more efficient with Adobe® Premiere® Pro CS3 software, which includes Adobe OnLocation™ CS3* (Windows® only) and Adobe Encore® CS3.
Tell your story with maximum impact using Adobe® Premiere® Pro CS3 software, the start-to-finish solution for efficient video production that now includes Adobe OnLocation™ CS3* (Windows® only) and Adobe Encore® CS3. Save time from on-set capture using Adobe OnLocation through to output, expand your creative options via integration with Adobe After Effects® CS3 Professional and Photoshop® CS3 software, and deliver your content to DVD, Blu-ray Disc, the web, and mobile devices.
Features:
* Native support for Sony XDCAM and Panasonic P2 formats
* Output to DVD and Blu-ray Disc
* High-quality slow motion with time remapping
* Direct-to-disk recording and professional on-set monitoring
* Publish Adobe Encore projects to the web
* Multiple project panels with smart file search
* Improved editing efficiency
* Output for mobile devices";
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 = '';
}
}