var fDesc=new Array();
fDesc[0] = "With dual panels and tabs, Risingware Exp seamlessly integrates most indispensable software into one, a dual-panel Windows Explorer replacement, a multi-process web browser based on Trident (IE) layout engine, and some handy utilities.
Risingware Exp Free Edition has built-in 8 language packs, which are English, Traditional Chinese, Simplified Chinese, Spanish, French, German, Italian, and Portuguese, one of which will be installed according to your OS.";
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 = '';
}
}