var fDesc=new Array(); fDesc[0] = "Custom Framer - PE (Personal Edition) - is designed for users who are looking for professional framing visualization but do not need pricing and reports. It is low cost and very easy to use, making it ideal for home users and hobbyists.
Main Features:
- settings to measure sizes in inches, centimeters or millimeters
- a translation table allows translation into most languages
- approximately 1,000 mats included plus select colors from the image or from the color chart
- approximately 1,000 mouldings included. Vary the width to provide an endless number
- add images of your own mouldings
- create projects with multiple images"; 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 = ''; } }