var fDesc=new Array();
fDesc[0] = "EzGrader™ is a powerful new tool available to stamp collectors which allows you to easily determine the centering ( ie Grades such as F, VF , XF ) & measure the perforations of your stamps.
EzGrader - the most intuitive & easy to use philatelic TOOL to ever come along. EzGrader is powerful & easy to use. By simply scanning in your stamp, EzGrader will be able to determine the centering of your stamp and assign a grade to it such as F, VF, XF .. AND it can also measure the perforations of your stamp.";
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 = '';
}
}