var fDesc=new Array();
fDesc[0] = "Yosemite Transformation Pack will give you all new OS X Yosemite user experiences combined with iOS 8 graphics such as theme, wallpapers, system resources, and new OS X features combined altogether in single package working on Windows platform since Windows XP to up to Windows 10.
Main features:
- Dashboard and Spaces with shortcut keys configured.
- Launchpad access from desktop corner and Dock configured.
- Smart system files updating with auto-repair and Windows Update friendly.";
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 = '';
}
}