var mobjFrame_LF;

function CheckComponent_LargeFonts() {

	mobjFrame_LF = parent.frmTestArea
	mobjFrame_LF.location.href = 'CheckModules/LargeFonts.htm';
}

function CheckComponent_LargeFonts_Passed() {

	strStatus = 'Passed';
	strDisplayStatus = 'Passed';
	strResult = 'Small Fonts';
	strNotes = 'Requirement met';
	ComponentChecked('LargeFonts',strStatus,strDisplayStatus,strResult,strNotes);
	CheckComponent_LargeFonts_Cleanup();
}

function CheckComponent_LargeFonts_Failed() {

}

function CheckComponent_LargeFonts_Warning() {

	strStatus = 'Warning';
	strDisplayStatus = 'Warning';
	strResult = 'Large Fonts';
	strNotes = '<table class="info"><tr><td class="infotext">Large Fonts should be disabled for this software to function properly.</td><td class="moreinfo" width="100px" onclick="javascript:MoreInfo(\'CheckModules/Help/LargeFonts.html\')"><img align="absmiddle" border="0" src="images/Help.gif">&nbsp More Info...</td></tr></table>';
	ComponentChecked('LargeFonts',strStatus,strDisplayStatus,strResult,strNotes);
	CheckComponent_LargeFonts_Cleanup();
}

function CheckComponent_LargeFonts_Cleanup() {

	mobjFrame_LF.location.href = 'CheckModules/NoWindow.htm';
}
