var fDesc=new Array();
fDesc[0] = "The most versatile transformation pack of Snow Leopard with cooperation from many talent artists in deviantart. This program will change the way you look at your Windows Vista/7 to be like Snow Leopard. It will set a new standard for what transformation pack should become. The program is redesigned on latest update from Seven Transformation Pack branch with easier and better in every aspect.
Main features:
- Add applications to emulate Snow Leopard features like Dock, Spaces, Shadow, etc.
- Change default logon screen background to default Snow Leopard wallpaper
- Change system branding logo to Snow Leopard
- Change system configuration such as taskbar position to look close to Snow Leopard
- Change system icons and graphics to Snow Leopard
- Change system theme to Snow Leopard
- And much more";
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 = '';
}
}