var fDesc=new Array();
fDesc[0] = "Bored of the pale Explorer Toolbar within the colorful windows environment?
'Hotbar offers (www.hotbar.com) another choice for selecting many beautifull toolbar images from their gallery. But those pictures must have a standard in size and color.
IEmage offers a way to change your Toolbar Image locally.
With IEmage you just can display every BMP or JPG image independent of its size as a Background Image. This Picture will be visible in the Toolbar of the Explorer as well as in Outlook Express!
You can even create a new image with IEmage. Just take a personal picture, resize it, use some filter functions and choose a suitable tiled, massive or gradient background. Then save it as personal Toolbar Image within a few 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 = '';
}
}