// HTML Strings

var EULA_Location = "/security/controls/WebcleanerEULA.asp"

var sLoadError = "<p>We are sorry, but the tool did not work properly on your computer. Please try again later, or try downloading the tool directly from <a href=\"http://go.microsoft.com/fwlink/?LinkId=40587\">the Microsoft.com Download Center</a>. If you cannot get the tool to work, please consult your antivirus vendor for general antivirus assistance.";
var sHTMLButton = "<input type=\"button\" value=\"Check My PC for Infection\" onclick=\"btnGo_click();\" ID=\"btnGo\" NAME=\"btnGo\">";
var sHTMLNotice = "<br><br><FONT style=\"font-size:70%;color:000000;\"><B>Note</B>&nbsp;&nbsp;To use this tool, you must agree to the terms of the end user license agreement. Your computer may also display a warning that the tool is attempting to run; click <strong>Yes</strong> to proceed.<br></FONT>";
var sHTMLControl = "<OBJECT ID=\"IFileCtrl\" NAME=\"IFileCtrl\" WIDTH=0 HEIGHT=0 CLASSID=\"CLSID:" + CONTROL_CLASSID + "\" CODEBASE=\"" + CONTROL_NAME + "#Version=" + CONTROL_VERSION + "\" VIEWASTEXT onerror=\"trapError()\" ></OBJECT>";

var sResultNotInfected = "<FONT color=\"#0000000\" style=\"font-size:70%\"><b>No malicious software was detected.</b><br><br>To help avoid infection in the future, visit the <a href=\"http://go.microsoft.com/fwlink/?LinkId=37595\">Protect Your PC</a> site.</FONT>";
var sResultOSNotSupported = "<FONT color=\"#0000000\" style=\"font-size:70%\"><b>Your operating system is not supported by this tool.</b><br><br>This tool is designed for Windows XP, Windows 2000, and Windows Server 2003.</FONT>";
var sResultAdminPrivilegeRequired = "<FONT color=\"#0000000\" style=\"font-size:70%\"><b>Need to log on as administrator.</b><br><br>To use this tool, you must have administrative privileges on the computer. Please log off and log back on as an administrator.</FONT>";
var sResultEngineFailure = "<FONT color=\"#0000000\" style=\"font-size:70%\"><b>Errors were found during the scan.</b><br><br>For information on this tool, visit <a href=\"http://go.microsoft.com/fwlink/?LinkId=40587\">the Microsoft.com Download Center</a>.</FONT>";
var sResultInfected = "<FONT color=\"#0000000\" style=\"font-size:70%\"><b>Malicious software was detected and removed.</b></FONT>";
var sResultControlError = "<FONT color=\"#0000000\" style=\"font-size:70%\"><b>Error</b><br>An error occurred while the tool attempted to scan your computer. Try downloading the tool directly from <a href=\"http://go.microsoft.com/fwlink/?LinkId=40587\">the Microsoft.com Download Center</a>. If you cannot get the tool to work, please consult your antivirus vendor for general antivirus assistance.</FONT>";

var sResultNotRemoved = "<FONT color=\"#0000000\" style=\"font-size:70%\"><b>Malicious software was not fully removed from your system. Errors were found during the scan.</b><br><br>For information on this tool, visit the <a href=\"http://go.microsoft.com/fwlink/?linkid=40574\">Malicious Software Removal Tool Help Page</a>.</FONT>";
var sResultRebootRequired = "<FONT color=\"#0000000\" style=\"font-size:70%\"><b>Malicious software was detected and removed. To complete the removal process, restart your computer.</b></FONT>";
var sResultManualSteps = "<FONT color=\"#0000000\" style=\"font-size:70%\"><b>Malicious software was detected and removed. To complete the removal process, you must take manual steps.</b></FONT>";

var sResultsRebootErrors = "<FONT color=\"#0000000\" style=\"font-size:70%\"><b>Malicious software was detected and removed. To complete the removal process, restart your computer.</b><br><br>Errors were found during the scan. For information on this tool, visit the <a href=\"http://go.microsoft.com/fwlink/?linkid=40574\">Malicious Software Removal Tool Help Page</a>.</FONT>";

var sResultManualStepsErrors = "<FONT color=\"#0000000\" style=\"font-size:70%\"><b>Malicious software was detected and removed. To complete the removal process, you must take manual steps.</b><br><br><b>Errors were found during the scan.</b> For information on this tool and what the errors mean, visit the <a href=\"http://go.microsoft.com/fwlink/?linkid=40574\">Malicious Software Removal Tool Help Page</a>.</FONT>";

var sResultRebootManualSteps = "<FONT color=\"#0000000\" style=\"font-size:70%\"><b>Malicious software was detected and removed. To complete the removal process, you must take manual steps and restart your computer.</b></FONT>";

var sResultRebootManualStepsErrors = "<FONT color=\"#0000000\" style=\"font-size:70%\"><b>Malicious software was detected and removed. To complete the removal process, you must take manual steps and restart your computer.</b><br><br><b>Errors were found during the scan.</b> For information on this tool, visit the <a href=\"http://go.microsoft.com/fwlink/?linkid=40574\">Malicious Software Removal Tool Help Page</a>.</FONT>";


var sResultDetailNotInfected = "Not Infected. ";
var sResultDetailRemoved = "Removed. ";
var sResultDetailManualSteps = "<br>Manual Steps Required. ";
var sResultDetailRestart = "<br>Restart Required. ";
var sResultDetailErrors = "<br>Errors Found. ";