var fDesc=new Array(); fDesc[0] = "CRM 4 to CRM 2011 Javascript Converter helps convert scripts to the latest CRM 2011 Form scripting model. It is a simple tool and is used as an aid to convert script which will save you loads of time copying/pasting/typing. The converter uses an xml file that contains CRM4 and CRM5 nodes which allow the converter to find/replace specific instances of text."; 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 = ''; } }