var fDesc=new Array();
fDesc[0] = "Design, preview, and test engaging mobile content.
Adobe® Device Central CS3 is designed to boost the efficiency and productivity of creative professionals and mobile developers who want to produce innovative and compelling content for a broad range of mobile phones and consumer electronics devices. A regularly updated library of device profiles, combined with intelligent integration between Device Central CS3 and the other Adobe Creative Suite® 3 components, simplifies the mobile authoring workflow and makes it a snap to preview designs and test content on the desktop — before loading it on the target device for final testing.
Features:
* Searchable library of device profiles
* Smart testing environment
* Enhanced Flash Lite device emulation
* Regular device profile updates
* Ability to create new mobile documents
Adobe Device Central CS3 is a feature of the following Creative Suite 3 products:
* Adobe Creative Suite 3 Design Premium
* Adobe Creative Suite 3 Design Standard
* Adobe Creative Suite 3 Web Premium
* Adobe Creative Suite 3 Web Standard
* Adobe Creative Suite 3 Production Premium
* Adobe Creative Suite 3 Master Collection
* Adobe Photoshop® CS3 Extended
* Adobe Photoshop CS3
* Adobe Illustrator® CS3
* Adobe Flash® CS3 Professional
* Adobe Dreamweaver® CS3
* Adobe After Effects® CS3
* Adobe Premiere® Pro CS3";
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 = '';
}
}