var fDesc=new Array(); fDesc[0] = "You've no doubt heard about Facebook's recent changes regarding their FBML generator and the move to using iFrames. The problem is, iFrames can be a little tricky for some people and if you're not technically minded then it can be a real nightmare. Facebook iFrame Made EZ is a brand new Wordpress plugin that allows you to take advantage of Facebook's new iFrame technology WITHOUT the need for detailed technical knowledge! This is the easiest way to take advantage of the recent Facebook iFrame changes without tearing your hair out or needing to spend hours studying exactly how to do it!"; 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 = ''; } }