home *** CD-ROM | disk | FTP | other *** search
Text File | 2007-12-20 | 28.3 KB | 1,452 lines |
- function StartScanMyComputer()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("start:Scan_My_Computer");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function StartUpdater()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("start:Updater");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureFileMonitoring()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:File_Monitoring");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ReportFileMonitoring()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("report:File_Monitoring");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainProtection()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Protection");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainFileMonitoring()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:File_Monitoring");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainBehaviorBlocking()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Behavior_Blocking");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainAntiSpam()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Anti_Spam");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainService()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Service");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainUpdater()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Updater");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainDataFiles()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:DataFiles");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainSupport()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Support");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function PauseProtection()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("pause:Protection");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureBehaviorBlocking()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Behavior_Blocking");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureAntiSpam()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Spam");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureService()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Service");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureUpdater()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Updater");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureDataFiles()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:DataFiles");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
- function ConfigureExcludes()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Excludes");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
- function ConfigureNetworkSettings()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:NetworkSettings");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
- function ConfigureSelfDefence()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:SelfDefence");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
- function StartScanCriticalAreas()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("start:Scan_Critical_Areas");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function StartRollback()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("start:Rollback");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ReportUpdater()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("report:Updater");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ReportBehaviorBlocking()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("report:Behavior_Blocking");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ReportAntiSpam()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("report:Anti_Spam");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ReportProtectionQuarantine()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("report:Protection.Quarantine");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ReportProtectionBackup()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("report:Protection.Backup");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainMailMonitoring()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Mail_Monitoring");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainWebMonitoring()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Web_Monitoring");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainAntiSpy()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Anti_Spy");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainAntiHacker()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Anti_Hacker");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainScanCriticalAreas()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Scan_Critical_Areas");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainScanMyComputer()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Scan_My_Computer");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainServiceLicence()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Service.Licence");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainRescueDisk()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:RescueDisk");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainScanObjectsAdd()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Scan_Objects.Add");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function MainScanObjects()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Scan_Objects");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureProtection()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Protection");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureProtectionTrustedZoneExclusionMasks()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Protection.TrustedZone.ExclusionMasks");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureProtectionTrustedZoneTrustedApps()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Protection.TrustedZone.TrustedApps");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureFileMonitoringCustomizeFileMonAdvSettCommonTab()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:File_Monitoring.Customize.FileMonAdvSettCommonTab");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureFileMonitoringCustomizeFileMonAdvSettAddTab()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:File_Monitoring.Customize.FileMonAdvSettAddTab");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureMailMonitoring()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Mail_Monitoring");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureMailMonitoringCustomize()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Mail_Monitoring.Customize");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureWebMonitoring()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Web_Monitoring");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureWebMonitoringCustomize()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Web_Monitoring.Customize");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureBehaviorBlockingPDMSettings()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Behavior_Blocking.PDM_Settings");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureBehaviorBlockingPGSettingsRules()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Behavior_Blocking.PG_Settings.Rules");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureBehaviorBlockingPGSettingsShared()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Behavior_Blocking.PG_Settings.Shared");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureBehaviorBlockingREGSettings()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Behavior_Blocking.REG_Settings");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureBehaviorBlockingOGSettings()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Behavior_Blocking.OG_Settings");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureAntiSpy()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Spy");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureAntiSpyTrustedSites()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Spy.Trusted_Sites");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureAntiSpySettingsStandard()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Spy.Settings.Standard");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureAntiSpySettingsUser()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Spy.Settings.User");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureAntiSpyTrusted()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Spy.Trusted");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureAntiHacker()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Hacker");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureAntiHackerIDSSettings()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Hacker.IDSSettings");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureAntiHackerRulesAppRules()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Hacker.Rules.AppRules");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureAntiHackerRulesPacketRules()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Hacker.Rules.PacketRules");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureAntiHackerRulesNetworks()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Hacker.Rules.Networks");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureAntiSpamCustomizeWhite()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Spam.Customize.White");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureAntiSpamCustomizeBlack()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Spam.Customize.Black");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureAntiSpamCustomizeBayes()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Spam.Customize.Bayes");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureAntiSpamCustomizeOptions()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Spam.Customize.Options");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureScanObjects()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Scan_Objects");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureServiceConfigureNotificationsEventSettings()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Service.ConfigureNotifications.EventSettings");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureServiceConfigureNotificationsEMailSettings()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Service.ConfigureNotifications.EMailSettings");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureUpdaterScheduleChange()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Updater.ScheduleChange");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureUpdaterProxySettingsLANSettings()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Updater.ProxySettings.LANSettings");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureUpdaterProxySettingsUpdateSources()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Updater.ProxySettings.UpdateSources");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureUpdaterProxySettingsAdditional()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Updater.ProxySettings.Additional");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureNetworkSettingsSettings()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:NetworkSettings.Settings");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureDisplay()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Display");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function AntiSpySettingsWhite()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Spy.Settings.White");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function AntiSpySettingsUser()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Spy.Settings.User");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ServiceConfigurePassword()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Service.ConfigurePassword");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function AntiHackerRulesWorkMode()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Hacker.Rules.WorkMode");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function ConfigureFileMonitoringCustomizeFileMonFSSettingsTab()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:File_Monitoring.Customize.FileMonFSSettingsTab");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
- function MainRetranslation()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Retranslation");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
- function ConfigureRetranslation()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Retranslation");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function configureAntiSpySettings()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Spy.Settings");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function ConfigureFileMonitoringCustomizeHeuristicPage()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:File_Monitoring.Customize.HeuristicPage");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function MainParCtl()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:ParCtl");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function ConfigureParCtl()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:ParCtl");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function ConfigureParCtlProfiles()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:ParCtl.Profiles");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function MainScanRootkits()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Scan_Rootkits");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function ConfigureScanRootkits()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Scan_Rootkits");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
- function ConfigureExcludesTrustedZoneExclusionMasks()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Excludes.TrustedZone.ExclusionMasks");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
- function ConfigureExcludesTrustedZoneTrustedApps()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Excludes.TrustedZone.TrustedApps");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
- function ConfigureFileMonitoringCustomizeFileMonAdvSettAddTab()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:File_Monitoring.Customize.FileMonAdvSettAddTab");
- }
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
- function ConfigureAntiHackerTrustedSites()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Hacker.Trusted_Sites");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function ConfigureAntiHackerSettingsStandard()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Hacker.Settings.Standard");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
- function ConfigureAntiHackerSettingsUser()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Hacker.Settings.User");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function ConfigureAntiHackerSettingsWhite()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Anti_Hacker.Settings.White");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function MainLicense()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:License");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function ConfigureSelfDefence()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:SelfDefence");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
- function MainSupport()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("main:Support");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
- function ConfigureLANSettings()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:LANSettings");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
- function ConfigureNetworkSettings()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:NetworkSettings");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function ConfigureDisplayNotificationsEventSettings()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Display.Notifications.EventSettings");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function ConfigureDisplayConfigureNotifications()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Display.ConfigureNotifications");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function ConfigureSelfDefenceConfigurePassword()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:SelfDefence.ConfigurePassword");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function ConfigureParCtlProfilesParentPage()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:ParCtl.Profiles.ParentPage");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function ConfigureParCtlCustomizeCategoriesPage()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:ParCtl.Customize.CategoriesPage");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function ConfigureParCtlTimeEdit()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:ParCtl.TimeEdit");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function ConfigureWebMonitoringCustomizeWebAVEmul()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Web_Monitoring.Customize.WebAVEmul");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
- function ConfigureMailMonitoringCustomizeMailMonAdvSetEmul()
- {
- try{
- var obj = new ActiveXObject("AVPGUI.Controller");
- obj.DoCommand("configure:Mail_Monitoring.Customize.MailMonAdvSetEmul");}
- catch(e){
- alert("Kaspersky Internet Security 7.0 is not running.");
- }
- finally { }
- }
-
-
-
-
-
-
-
-
-
-
-