var fDesc=new Array(); fDesc[0] = "By downloading and using SCION OEL Screensaver Studio, image editing application software, you can create and save videos and still images to be used on car audio systems with image conversion functionality.
You can download and use three types of image data.

- Background Visual (BGV)
- Background Picture (BGP)
- Movie"; 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 = ''; } }