var fDesc=new Array(); fDesc[0] = "WLW Text Templates is a project that is focused on adding a snip or template feature to Windows Live Writer. A Text Template is just a commonly used HTML snip or maybe is a mood, a phrase you commonly use, URL, Image, etc. Just about anything you can express as HTML can be saved for future usage as a Template. Text Templates are stored as stand alone XML files so you can share your templates with others."; 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 = ''; } }