var fDesc=new Array(); fDesc[0] = "75 professionally designed business card and certificate templates, Over 300 background and color variations for each layout, Import graphics in most major formats, including BMP, GIF, JPG, EPS, and much more, Import your company logos, Includes border, round corners, circle, star line, arc, rectangle, ellipse and power text draw tools, Includes spell check and a search & replace feature, Business card formats compatible with most major card stocks including Avery, and more."; 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 = ''; } }