var fDesc=new Array();
fDesc[0] = "TiAxoluteNighterAndWhiceStation is a configuration software for Nighter/Whice Videostation (art.349320 e 349321).
By using this software it is possible to customise the menu and rename the different icons.
NEW FUNCTIONS:
-Optimization of the audio disconnection
PC Requirements:
Windows XP 32 Bit Service Pack 2
PROCESSOR:2GHz Pentium
RAM:512MB (XP)
DISPLAY:800 x 600 , 256 colours
HARD DISK:500MB Available";
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 = '';
}
}