var fDesc=new Array(); fDesc[0] = "CyberLink PhotoDirector is a photo editing piece of software, now with generative AI. Generate unique visuals from text, re-imagine scenes and landscapes, and bring new anime characters to life. See words, phrases, and images transform into the concept art of your dreams. Turn ordinary shots, taken anywhere, into professional profile images and sleek product photography in seconds. Discover AI tools to enhance image quality, remove unwanted objects, and change backgrounds. Enhance portraits and shape bodies easily with automatic retouch tools that offer quick improvements and customizable options for detailed edits."; 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 = ''; } }