var fDesc=new Array(); fDesc[0] = "PENTAX Personal Skin Designer is software designed to help you easily and quickly create dress-up sheets for your Optio RS1500. With this user-friendly software, all you have to do is drop the image you want into an onescreen frame, edit it for the size and position you want, then save the edited image as a PDF file. Print out the PDF file, cut out the image along the printed lines, and you have quickly and easily created a personalized, eye-catching dress-up sheet for your Optio RS1500."; 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 = ''; } }