var fDesc=new Array(); fDesc[0] = "Sacred Prince is a simple multilingual word processor. - Microsoft Windows 95 with HTML layout installed, Microsoft Windows 98, Windows NT 4.0, Windows Millenium Edition, Windows 2000 or Windows XP
(HTML layout control is automatically installed on reading this page with Microsoft Internet Explorer 3.0 or later)
- Installed font or Microsoft Multilanluage Support (included in Microsoft Internet Explorer 4.0 suites or later) for prefered language
- Installed Microsoft Global IME for prefered language"; 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 = ''; } }