var fDesc=new Array(); fDesc[0] = "Bling! It transforms ordinary product shots into extraordinary ones unbelievably quickly and easily. Designed for everyone from the novice user to businessman and web designer; Bling! It sets the new standard for web product shots and photo editors. With Bling! It replace everyday backgrounds with professional ones; sharpen and enhance the product’s appearance. Bling it helps you increase profits on auction sites like eBay, Amazon or even your own website! Try this great image editing software today!"; 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 = ''; } }