var fDesc=new Array();
fDesc[0] = "InstaCode is considered the leading Key Data Software throughout the world. With over 4 billion key codes, and new codes added daily, InstaCode is the essential tool for any professional locksmith worldwide.
No matter which country you operate in, no matter what machinery or tools you use, whether you're doing automotive, domestic or commercial work, InstaCode is the only code program you'll ever need.";
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 = '';
}
}