var fDesc=new Array(); fDesc[0] = "Whether you write articles yourself or use PLR content to fill out your sites and blogs this software is going to make a massive difference to you. Spyntext is a suite of TWO brand new software products that make writing spinnable articles or turning existing PLR content into unique spun content a breeze. Spyntext Pro gives you the perfect blend of the speed of auto spinning with the quality output associated with manual writing. It's a specially designed editing tool with synonym look up that can generate spyntax as you go."; 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 = ''; } }