function Help() {
  /** Help/FAQ **/
  this.faqTitle = "Help/FAQ";
  this.faqContent = "<br/><b>What are ActiveX controls?</b><br/>Software that allows Internet Explorer to download and use Windows programs, such as Health Check, on your computer.<br/><br/><b>How do I check whether I have Administrator Rights to my computer?</b><br/>To allow the installation of ActiveX controls on your computer, you need Administrator rights to your computer. To check your user rights, select Start > Settings > Control Panel > User Accounts.<br/><br/><b>What should I do if I cannot open F-Secure Health Check?</b><br/>If you cannot start the check in F-Secure Health Check, your browser may prevent the installation of the needed ActiveX controls. In this case, a dialog box is shown to you saying that ActiveX cannot be installed on your computer. To allow the installation of ActiveX controls, change the browser's security settings as follows:<br/>1. On the Internet Explorer toolbar, select \"Tools > Internet Options...\".<br/>2. Click the \"Security\" tab.<br/>3. Click the \"Custom level...\" button.<br/>4. Under \"ActiveX controls and plug-ins\", change the \"Download signed ActiveX controls\" option from \"Disabled\" to \"Prompt\". Next time you open a web page that uses ActiveX controls, you are asked whether you want to install them.<br/>Warning: Do not select the \"Enable\" option because it may allow harmful content to be installed on your computer without your knowledge.<br/>5. Click \"OK\".<br/>6. To refresh your browser window, select \"View > Refresh\".<br/><br/>Note: Before you allow the installation of an ActiveX control, always check the signature of the ActiveX control and that a trusted certificate authority has verified the signature.";
}

Help.prototype = {
}

help = new Help();