var fDesc=new Array(); fDesc[0] = "PICTURE ENGINE is a PC application used for the purpose of customizing wallpapers on the displays of your 1 DIN Kenwood receivers. You can easily start creating your own data with graphics that you already have in hand. Picture and movie supported fornat are:JPEG file: 2000x3000(H x W) pixel maximum.(However, within the permissible size range of your Windows), BMP file: 2000x3000(H x W) pixel maximum, 256 palette format or 24 bit RGB color and AVI file."; 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 = ''; } }