var fDesc=new Array();
fDesc[0] = "By utilizing this software, you can enjoy the versatility of the TH-F6/ F7 transceivers through the memory channel management and edit functions.
-This software runs on Windows® 98, Windows® Me, Windows® 2000 (SP3 or later) or Windows® XP (SP1 or later) operating system.
-To install this software, 1.2 MB or more of hard disk space is required.
-Prepare the PG-4Y cable to connect the TH-F6/ F7 to a PC, for data communications.
-Please turn on the TH-F6 /F7, now proceed to menu 9 SP/MIC JACK and select PC. exit the menu screen.
-Turn the TH-F6/ F7 transceiver OFF before connecting it to a PC.";
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 = '';
}
}