var fDesc=new Array();
fDesc[0] = "Compatibility with all document formats
Edit MS Office, PDF, ODT, TXT, or other document formats with Polaris Office
without having to install any other applications. View supported formats
WORD
Efficient document work thanks to enhanced compatibility
SHEET
Powerful pivot tables, charts, and functions for accurate and easy data analysis
SLIDE
Maximize effectiveness of presentations with a variety of functions
PDF
View, edit, and convert PDF documents
HWP
Write and edit HWP just as Hangul
ODT
High compatibility to allow viewing and editing of ODT documents
Work on any device, anytime and anywhere
No matter which device you choose to start a document,
My Polaris Drives allows you to continue the work on any device regardless of the location.";
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 = '';
}
}