var fDesc=new Array();
fDesc[0] = "Air3 Special is a particular release of Air3 game, included in Game Pack. Every version of the product has a new graphic package and some bug corrections.
Air3 Special is fully compatible with Microsoft Windows XP, Windows Vista and Windows 7, operating systems.
Air3 Special is available both in italian and english, it's the first bilingual product of the group.";
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 = '';
}
}