var fDesc=new Array();
fDesc[0] = "Show creativity and create the unique character from a set of the available details. Want to attach a jet engine to a robo-bunny? No problem, the originality of possible combinations is limited only by your imagination! After that you have to use your speed and reaction and complete dynamic and fast mini-games, that will develop your memory, erudition, skills of the oral account and the "blind" typing. Strain each cell of the body and justify the name of the game - SelfUpgrade!";
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 = '';
}
}