var fDesc=new Array();
fDesc[0] = "Create a high-impact professional resume that gets results! Kinetic Resume is the first multimedia software solution for creating high-impact professional resumes that help you get the job you want. Kinetic Resume helps you create a marketing tool that keeps you ahead of the game -- from the first cut through to the first interview and beyond. You will demonstrate how you are a proven commodity capable of accomplishing new and greater deeds. You’ll show that you deliver what the employer wants.";
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 = '';
}
}