var fDesc=new Array();
fDesc[0] = "StyleEase automatically formats your papers in Seminary Style from within Microsoft Word, so you can focus on your writing.
StyleEase works within Microsoft Word to automate to automate your paper and citation formatting, allowing you to create papers that use footnotes, endnotes, and/or parenthetical citations.
Main features:
- Instantly download and start writing now!
- Free, automatic product updates
- Always up to date with the latest style standards
- Assured correctness of references and paper formatting
- The best support in the business!";
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 = '';
}
}