var fDesc=new Array(); fDesc[0] = "CoffeeCup Shopping Cart Designer Pro is a powerful tool to design a beautiful store. Shopping Cart Designer Pro has the tools you need to edit every single nitty-gritty aspect of your online store design, all in an intuitive WYSIWYG environment. Just click the page element you want to edit, and then use the controls on the right to customize backgrounds, text and links, borders, margins, and other properties. Whether you’re tweaking an existing Shopping Cart Creator theme or creating something that’s all you, Shopping Cart Designer Pro can make it happen."; 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 = ''; } }