alert("MooTools not found! Please check that it was installed correctly in ZoneMinder web root.");
}else{
/* Version check */
if(MooTools.version<zmMooToolsVersion){
alert("MooTools version "+MooTools.version+" found.\nVersion "+zmMooToolsVersion+" required, please check that it was installed correctly in ZoneMinder web root.");