var fDesc=new Array(); fDesc[0] = "PatternMaker - Leena's Women's Vol. 1 is a full-featured CAD program with all the tools you need to draft anything from scratch.Clothing, Lingerie, Menswear, Bags, Bridal, Home Dec, Animals, Dolls, Costumes, Quilts all can be drafted easily in PatternMaker.This collection features classic, tailored styles. Tops have bust dart or princess seam options and three bust ease options; skirt and pants have three hip ease option, and can be made any desired length."; 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 = ''; } }