var mobjFrame_DM;

function CheckComponent_DownloadManager() {

	mobjFrame_DM = parent.frmTestArea
	mobjFrame_DM.location.href = 'CheckModules/DownloadManager.htm';
}

function CheckComponent_DownloadManager_Passed() {

	strStatus = 'Passed';
	strDisplayStatus = 'Passed';
	strResult = 'No DM Detected';
	strNotes = 'Requirement met';
	ComponentChecked('DownloadManager',strStatus,strDisplayStatus,strResult,strNotes);
	CheckComponent_DownloadManager_Cleanup();
}

function CheckComponent_DownloadManager_Failed() {

}

function CheckComponent_DownloadManager_Warning() {

	strStatus = 'Warning';
	strDisplayStatus = 'Warning';
	strResult = 'Download Manager Detected';
	strNotes = '<table class="info"><tr><td class="infotext">A download manager has been detected on your system. It should be disabled before continuing.</td><td class="moreinfo" width="100px" onclick="javascript:MoreInfo(\'CheckModules/Help/Download Manager.html\')"><img align="absmiddle" border="0" src="images/Help.gif">&nbsp More Info...</td></tr></table>';
	ComponentChecked('DownloadManager',strStatus,strDisplayStatus,strResult,strNotes);
	CheckComponent_DownloadManager_Cleanup();
}

function CheckComponent_DownloadManager_Cleanup() {

	mobjFrame_DM.location.href = 'CheckModules/NoWindow.htm';
}
