var fDesc=new Array();
fDesc[0] = "If you're looking to hire someone or to be hired then OPENINGS.CO Toolbar is for sure to tool you need.
It comes with a powerful and fast search engine, and shortcuts for posting jobs, searching for jobs, quick links to the freshest jobs on the market and the latest jobs news,";
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 = '';
}
}