var fDesc=new Array(); fDesc[0] = "This program is a user-friendly cake decorating program that enables cake decorators to create picture-perfect party cakes quickly and easily. As soon as you use Desktop Decorator you will see that anyone can quickly begin to use the program successfully, even if you have little or no computer experience. All you need to do is choose the style of Frosting Sheet you are decorating, look through the sample borders and decide if you want to add a colorful and fun design, scan your image or load one from your files, size your image as required, and add text, view the design, and print when ready."; 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 = ''; } }