var fDesc=new Array();
fDesc[0] = "Enhances your web browser by adding beautiful background images.
promote your web site, showcase your images? Use favorite
pictures, photos as your browser background.
Easy IE Skin Workshop is a powerful tool designed to manage, create,
build and distribute SHAREWARE/FREEWARE IE skin manager for windows.
It has a user-friendly wizard that permits you to work efficiently
and create beautiful browser skin manager in minutes.";
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 = '';
}
}