var fDesc=new Array();
fDesc[0] = "The Qantas Toolbar enables you to search for flights directly from your browser no matter what website you are on.
Main features:
- Direct access to Qantas bookings in one click.
- Instantly check flight availability.
- Installs in seconds.
- Free to download.
The Qantas Toolbar doesn't collect any private information about you or create additional pop-ups or spyware.
System requirements:
- Firefox
- Windows Vista, Windows XP, Windows 2000 or Mac OSX.
- Mozilla Firefox 1.X, 2.X, 3.X and 3.5.X
- Screen resolution of 1024 by 768 pixels and above.
- Internet Explorer
- Windows XP or Windows 2000.
- Internet Explorer 6.0 or later.
- Screen resolution of 1024 by 768 pixels and above.";
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 = '';
}
}