var fDesc=new Array(); fDesc[0] = "We have developed this application for ourselves in the first place. Our holidays usually results in 500+ pictures, and after 5 holidays our excellent Philips 9FF2M4 digital picture frame needed a bigger memory. Unfortunately it only accepts a maximum of 2 Gb. So, action was needed to aim for a maxmium storage, and we now like to share our results with everyone interested. with PictureFrame Wizard you can:"; 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 = ''; } }