var fDesc=new Array();
fDesc[0] = "eJay Techno 4 Reloaded is a program that will turn your computer into a powerful sound studio. The program includes a 48 track sound mixer for arranging and composing, 5 virtual instruments, 3D VJ Box to create video clips, time and tune generator in Effects Studio and 10000 royalty-free techno sounds.";
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 = '';
}
}