var fDesc=new Array(); fDesc[0] = "PiP masks are used to define the areas of a PiP video that should be hidden. Masks created with the PiP Mask Converter are for use only with CyberLink PowerDirector™. Specifically, from within the "Picture in Picture (PiP) Designer" tool.
PowerDirector requires two files for every PiP mask. The first file is an 80 pixel by 60 pixel PNG image file. This file is the “thumbnail” image that appears in PowerDirector’s PiP Designer pick list. It is used only as a visual representation of what the mask will look like."; 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 = ''; } }