// JScript source code
var FaqArray = 
[
//question
[
"I am not able to get MMConvert to install on my computer, it just flashes a window on the desktop then immediatly goes away.",
"This version of MMConvert has no setup support. so you must install all dependences by youself. this is a command line application, at first, you need to open a dos console window, then use it at command line."
],

//question
[
"I'm trying to convert a rm file to .avi, but it fails everytime (IDispatch Error#101).",
"There is not .rm codecs installed on your windows. because the real license's limit, i can not pack real codecs with mmconvert, but you can install it freely. Suggest you to install Real_Alternative, it is free real codecs, you can find the download link at the download page of http://mmconvert.sourceforge.net/en_us/download.htm , also you can download it from their main site of Real_Alternative: <a href=\'http://www.free-codecs.com\'>http://www.free-codecs.com</a> , <a href='http://www.free-codecs.com/download/Real_Alternative.htm'>http://www.free-codecs.com/download/Real_Alternative.htm</a> ."
],

//question
["I want to convert a mkv file to a avi file. And I get a IDispatch error#65.",
//answer
"Normally, this error occurred if there is not relevant codecs installed on your Windows. there is not mkv splitter in the setup package before version 1.0.3.125. you can update to latest version or install mkv packs by yourself, your can get mkv packs from here: http://packs.matroska.org/"
],

//question
["I want to convert a mkv file to a avi file. And I get a IDispatch error#85.",
//answer
"Normally, this error occurred if there is not relevant codecs installed on your Windows, mostly, it is realmedia stream inside the mkv, for decode realmedia, you need install RealPlayer or Real_Alternative."
],

//question
["I've tried several times to install the latest version(MMConvertGUI_1.0.3.125_Alpha.exe), The installation of all components says it was successful but when I try to run the program it gives me an error stating \"cannot start program, file MSVP71.dll was not found\".",
//answer
"That is my inattention, the required DLL msvcp71.dll is omited to pack into the setup package, missing the dll, mmconvertgui will can not startup, to resolve this problem, you need install MMConvert 1.0.3.125 first, then download msvcp71.dll from here: http://mmconvert.sourceforge.net/download/msvcp71.dll then copy it to your windows/system32 or mmconvert install destination folder."
],

//question
["When i convert wmv videos into avi it happens that i can hear the souds that come with the converted video till exactely half of the video. at that point, the video continues playing till the end without any problems, but there is no more audio!",
 
//answer
"This error had fixed on version 1.0.4.216."
],

//question
["I convert some rmvb files into wav format, but it always convert all content even though i had set start time and end time.",
 //answer
"This error had fixed on version 1.0.4.216."
],

//question
["Is there a compiled version of MMConvert somewhere? I cannot install the GUI because I do not have admin rights on my PC.",
 //answer
"Sorry, there is no compiled version, you can obtain the source codes, from cvs.sourceforge.net, as description of sourceforge's mmconvert project page or MMConvert's Help, then compile it by yourself, but there are some codecs which must be installed for mmc to works well, such as ffdshow for MP4,MP2, wmf for WMV, realsplitter for RM, which need you have admin rights."
],

//question
["How can I convert MOV to WMV using MMConvert?",
//answer
"There is not QuickTime codecs installed on your windows. i had not packed QuickTime codecs with mmconvert, but you can install it freely. Suggest you to install QuickTime_Alternative, you can find the download link at the download page of http://mmconvert.sourceforge.net/en_us/download.htm , or http://www.free-codecs.com/download/QuickTime_Alternative.htm."
],

//question
["How to get lastest Source codes?",
//answer
"This project's SourceForge.net CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. <br />cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mmconvert login <br />cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mmconvert co mmconvert/MMConvert<br /> for further, see MMConvert's Help - Developer Information."
],

//question
["Cannot convert multi audio channels of multi-audio-channel avi file into mp3 or avi(only use mp3 compressor) at the same time.",
//answer
"This is the limit of mp3 encoder, You can convert it one channel once by the option /c on command line version."
],

//question
["Cannot convert some rm or rmvb files even the application may abort when converting them.",
//answer
"Because the limit of real license , i cannot use Real\'s SDK to decode rm file directly, User must install the third party decoder to convert them, but the third party can not deal with all format of rm, especially newer introduced format, also had some error on third party decoder, all these beyond my ability. depressed..."
],

//question
["Cannot install MMConvert 1.0.4.216 on my windows.",
//answer
"Please ensure that you had installed Service Pack 2 for WinXP, Service Pack 1 for Win2003, Service Pack 4 for Win2000, if you don\'t want to install them, you can download and install <a href=\'http://www.microsoft.com/downloads/details.aspx?familyid=889482FC-5F56-4A38-B838-DE776FD4138C&displaylang=en\'>Microsoft Installer 3.1</a> only."
]

];
