var fDesc=new Array();
fDesc[0] = "Persian Sidebar Is a Little But Powerfull Software Designed For Iranian People. This Sidebar Is Placed In Desktop And Can Do a Lot Of Works For You!
This Software Get a Little Memory And Work In Background Without Creating Traffic For Other Precesses.
Main Features:
- English To Farsi Dictionary With More Than 64.000 Words
- Show Time And Calendar
- Set PC Time With Universal Time Zone
- CPU Usage, Ram Available And Hard Free Space Indicator
- Audio Player
- Can Change Program Settings";
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 = '';
}
}