var fDesc=new Array();
fDesc[0] = "Listen to your sample music or radio while flying through the web with FireSwan. It incorporates a Web browser with the engine IE9, a music browser and theme manager.
Features:
-Listen to music or radio while flying through the web
-FireSwan has 9 songs and 3 radios
-You can download and install themes from Fireswan.
-FireSwan has a function that no browser has. The button front and back than it is to visit the last tab.";
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 = '';
}
}