var fDesc=new Array();
fDesc[0] = "This Updater updates HS-V2 Ver.2.0, Ver3.0 and Ver3.1a-i into HS-V2 Ver.3.1k.
This updater contains the following.
(a)Raw file converter EX for FinePix S3 Pro / S2 Pro / S20 Pro / S9600 / S9100 / S9500 / S9000 / S7000 / S6500fd / S6000fd / S5600 / S5500 / S5200 / S5100 / S5000 / E900 / E550 / F810 / F710 / F700
(b)Camera shooing software for FinePix S3 Pro* / S2 Pro / S20 Pro
* The FinePix S3 Pro of the serial number (44******,510*****,51A*****,51L*****) needs to be upgraded for this function.
(c) Studio Utility
You can use Studio Utility to control shooting with your digital camera(FinePix S3 Pro / S2 Pro / S20 Pro).
Studio Utility also provides you with several ways to analyze and view the images you have shot.";
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 = '';
}
}