var fDesc=new Array(); fDesc[0] = "With Screen Babe you can now offer a new viral marketing strategy by creating a dynamic screenmates application which really good for generating interest in your site and products. Because this product allows you to showcase your products, services and marketing solutions in a effective way. Unlike traditional animated banners, which only result in a 1-2% click-rate, Screenmates will boost your click-rate up to 20-40%. Because it's offer both user interaction and humorous features."; 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 = ''; } }