var fDesc=new Array(); fDesc[0] = "With this program, you can make your business cards quickly and easily. Simply clip your picture out of a photo, or insert your company logo, add the text and graphics, and you are ready to print. Open a photo in a preview window and scale, mirror, flip or rotate the picture. Then click on the clip tool icon and outline one or more clips by clicking on the picture. After the first click, a dotted rectangle or circle follows the movement of your mouse, so that you can see the boundary of the clipping area. Repeat the action to make another clip there is no limit on the number of clips that you can outline."; 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 = ''; } }