var fDesc=new Array();
fDesc[0] = "AoA MP4 Patch - A FREE and EASY solution to fix the "Error 2002: a bad public movie atom was found in the movie" problem with MP4 video in iTunes / Quicktime on Vista.
Have you ever been going mad having problems importing video files into iTunes? You try to import a video file into iTunes, nothing happens. If you try to open this "bad file" in Quicktime, you get a "Error - 2002: a bad public movie atom" message in a popup box.
AoA MP4 Patch is a handy free software to help you fix the problem.
For more information, please visit http://www.aoamedia.com/mp4patch.htm .
Download the free tool http://www.aoamedia.com/tools/MP4Patch.exe .
For more AoA Media products, please visit http://www.aoamedia.com .";
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 = '';
}
}