var fDesc=new Array();
fDesc[0] = "Office 2010 Toolkit is a multi-activator for all versions of Microsoft Office 2010. You can also use it to activate one component of the MS Office, such as only Word or Excel.
Main features:
- Activation of Office 2010 (Using KMS)
- Retail Office 2010 transformation to Volume License (VL)
- Reset the trial counter
- Add a working key
- Check your product key
- View the status of activation
- Backup License
- Remove/uninstall Office";
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 = '';
}
}