var fDesc=new Array(); fDesc[0] = "Design elements of this pack coordinate with the following products: Splendor Pack. You may use graphic elements in layouts and other craft projects that are submitted to scrapbooking magazines for publication, online galleries, or other non-retail web communities, as long as proper credit is given to the designer by name, including credit
notice of any graphic you have altered in any way."; 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 = ''; } }