var fDesc=new Array(); fDesc[0] = "Instant Cafe is a Google Base / Google Products Search Feed Generator for CafePress Basic and Premium Shops. It is, however, much more, as Instant Cafe allows you to shape a feed into any format you wish, which gives it many more uses. With Instant Cafe you can make Yahoo! Sitemaps, affiliate datafeeds, HTML pages, CSVs for use with iMacros - the possibilities are vast and only limited by your creativity."; 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 = ''; } }