var fDesc=new Array();
fDesc[0] = "Sika is a free sound font player dedicated to oriental and Arabic scales with 9 popular oriental instruments and the ability to play Arabic traditional scales accompanied with beat track (Maksoom style).
The program features: 3 simultaneous sound sources, easy and fast way to change scales, recordable scale changes over time, editable sound banks, user sound bank to load external sound fonts, percussion sound bank to play programmed loop and more.
You must install Sika 1.5 first before installing this update.";
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 = '';
}
}