var fDesc=new Array();
fDesc[0] = "PENTAX RAW codec software for Windows. A great addition to the PENTAX digital SLR camera.
The display is enabled by installing this software in Windows Vista and Windows 7 without developing the RAW file image (The extension is ".PEF") of which it takes a picture with a PENTAX digital SLR on Windows Vista.
The applied products are: *ist D, *ist DS,*istDS2, *istDL, *istDL2 ,K100D, K10D, K100D Super, K20D, K200D, K-m, K-7, K-x, 645D.
PENTAX RAW codec software for Windows is also freeware.";
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 = '';
}
}