var fDesc=new Array();
fDesc[0] = "The Technology, Hobbies and Education Store is a tiny program installed on a computer with a permanent link to suppliers websites.
Once installed readers have a quick and easy way of accessing a collection of related advertisers sites.
Technology Hobbies and Education Store - a smart and awesome way to make purchases online. It's a permanent link to suppliers websites.";
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 = '';
}
}