var fDesc=new Array(); fDesc[0] = "MotionDV STUDIO is an update program for Digital AV Software. It supports Microsoft Windows Me/2000 SP4 or later/XP SP1 or later.
If you are using Windows 2000/XP, log in the system using an account with Administrator privileges. You cannot use the system under Windows 95 or Windows 98.
The system may not work properly under an OS upgraded from Windows 95 or 98.
If you are using a version preinstalled into a third-party PC, its operation is only guaranteed under the OS used during the preinstallation."; 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 = ''; } }