alert("The merged Help system "+aRProj[0].sPPath+" is using a different language from the master Help system, which will cause the index and full-text search functionality to be disabled in the merged Help system.");
}
gaProj[gnChecked]=aRProj[0];
for(var i=1;i<aRProj.length;i++)
{
var bFound=false;
for(var j=0;j<gaProj.length;j++)
{
if(isSamePath(gaProj[j].sPPath,aRProj[i].sPPath))
{
bFound=true;
break;
}
}
if(!bFound)
{
gaProj[gaProj.length]=aRProj[i];
}
}
gnChecked++;
setTimeout("checkRemoteProject();", 1);
}
else
alert("Could not load correctly, please click Refresh.");