home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March (DVD) / PCWorld_2008-03_DVD.iso / temadvd / kasperskyinternet / kis7.0.1.321en.exe / kis.en.msi / kis7.cab / context.chm / call.js < prev    next >
Encoding:
Text File  |  2007-12-20  |  28.3 KB  |  1,452 lines

  1. function StartScanMyComputer()
  2. {
  3.      try{
  4.     var obj = new ActiveXObject("AVPGUI.Controller");
  5.     obj.DoCommand("start:Scan_My_Computer");
  6.     }
  7.     catch(e){
  8.     alert("Kaspersky Internet Security 7.0 is not running.");
  9.     }
  10.     finally { }
  11.     }
  12.  
  13.  
  14.  
  15. function StartUpdater()
  16. {
  17.   try{
  18.     var obj = new ActiveXObject("AVPGUI.Controller");
  19.     obj.DoCommand("start:Updater");
  20.     }
  21.     catch(e){
  22.     alert("Kaspersky Internet Security 7.0 is not running.");
  23.     }
  24.     finally { }
  25. }
  26.  
  27.  
  28.  
  29. function ConfigureFileMonitoring()
  30. {
  31.   try{
  32.     var obj = new ActiveXObject("AVPGUI.Controller");
  33.     obj.DoCommand("configure:File_Monitoring");
  34.     }
  35.     catch(e){
  36.     alert("Kaspersky Internet Security 7.0 is not running.");
  37.     }
  38.     finally { }
  39. }
  40.  
  41.  
  42.  
  43. function ReportFileMonitoring()
  44. {
  45.   try{
  46.     var obj = new ActiveXObject("AVPGUI.Controller");
  47.     obj.DoCommand("report:File_Monitoring");
  48.     }
  49.     catch(e){
  50.     alert("Kaspersky Internet Security 7.0 is not running.");
  51.     }
  52.     finally { }
  53. }
  54.  
  55.  
  56.  
  57. function MainProtection()
  58. {
  59.   try{
  60.     var obj = new ActiveXObject("AVPGUI.Controller");
  61.     obj.DoCommand("main:Protection");
  62.     }
  63.     catch(e){
  64.     alert("Kaspersky Internet Security 7.0 is not running.");
  65.     }
  66.     finally { }
  67. }
  68.  
  69.  
  70.  
  71. function MainFileMonitoring()
  72. {
  73.   try{
  74.     var obj = new ActiveXObject("AVPGUI.Controller");
  75.     obj.DoCommand("main:File_Monitoring");
  76.     }
  77.     catch(e){
  78.     alert("Kaspersky Internet Security 7.0 is not running.");
  79.     }
  80.     finally { }
  81. }
  82.  
  83.  
  84.  
  85. function MainBehaviorBlocking()
  86. {
  87.   try{
  88.     var obj = new ActiveXObject("AVPGUI.Controller");
  89.     obj.DoCommand("main:Behavior_Blocking");
  90.     }
  91.     catch(e){
  92.     alert("Kaspersky Internet Security 7.0 is not running.");
  93.     }
  94.     finally { }
  95. }
  96.  
  97.  
  98.  
  99. function MainAntiSpam()
  100. {
  101.   try{
  102.     var obj = new ActiveXObject("AVPGUI.Controller");
  103.     obj.DoCommand("main:Anti_Spam");
  104.     }
  105.     catch(e){
  106.     alert("Kaspersky Internet Security 7.0 is not running.");
  107.     }
  108.     finally { }
  109. }
  110.  
  111.  
  112.  
  113. function MainService()
  114. {
  115.   try{
  116.     var obj = new ActiveXObject("AVPGUI.Controller");
  117.     obj.DoCommand("main:Service");
  118.     }
  119.     catch(e){
  120.     alert("Kaspersky Internet Security 7.0 is not running.");
  121.     }
  122.     finally { }
  123. }
  124.  
  125.  
  126.  
  127. function MainUpdater()
  128. {
  129.   try{
  130.     var obj = new ActiveXObject("AVPGUI.Controller");
  131.     obj.DoCommand("main:Updater");
  132.     }
  133.     catch(e){
  134.     alert("Kaspersky Internet Security 7.0 is not running.");
  135.     }
  136.     finally { }
  137. }
  138.  
  139.  
  140.  
  141. function MainDataFiles()
  142. {
  143.   try{
  144.     var obj = new ActiveXObject("AVPGUI.Controller");
  145.     obj.DoCommand("main:DataFiles");
  146.     }
  147.     catch(e){
  148.     alert("Kaspersky Internet Security 7.0 is not running.");
  149.     }
  150.     finally { }
  151. }
  152.  
  153.  
  154.  
  155. function MainSupport()
  156. {
  157.   try{
  158.     var obj = new ActiveXObject("AVPGUI.Controller");
  159.     obj.DoCommand("main:Support");
  160.     }
  161.     catch(e){
  162.     alert("Kaspersky Internet Security 7.0 is not running.");
  163.     }
  164.     finally { }
  165. }
  166.  
  167.  
  168.  
  169. function PauseProtection()
  170. {
  171.   try{
  172.     var obj = new ActiveXObject("AVPGUI.Controller");
  173.     obj.DoCommand("pause:Protection");
  174.     }
  175.     catch(e){
  176.     alert("Kaspersky Internet Security 7.0 is not running.");
  177.     }
  178.     finally { }
  179. }
  180.  
  181.  
  182.  
  183. function ConfigureBehaviorBlocking()
  184. {
  185.   try{
  186.     var obj = new ActiveXObject("AVPGUI.Controller");
  187.     obj.DoCommand("configure:Behavior_Blocking");
  188.     }
  189.     catch(e){
  190.     alert("Kaspersky Internet Security 7.0 is not running.");
  191.     }
  192.     finally { }
  193. }
  194.  
  195.  
  196.  
  197. function ConfigureAntiSpam()
  198. {
  199.   try{
  200.     var obj = new ActiveXObject("AVPGUI.Controller");
  201.     obj.DoCommand("configure:Anti_Spam");
  202.     }
  203.     catch(e){
  204.     alert("Kaspersky Internet Security 7.0 is not running.");
  205.     }
  206.     finally { }
  207. }
  208.  
  209.  
  210.  
  211. function ConfigureService()
  212. {
  213.   try{
  214.     var obj = new ActiveXObject("AVPGUI.Controller");
  215.     obj.DoCommand("configure:Service");
  216.     }
  217.     catch(e){
  218.     alert("Kaspersky Internet Security 7.0 is not running.");
  219.     }
  220.     finally { }
  221. }
  222.  
  223.  
  224.  
  225. function ConfigureUpdater()
  226. {
  227.   try{
  228.     var obj = new ActiveXObject("AVPGUI.Controller");
  229.     obj.DoCommand("configure:Updater");
  230.     }
  231.     catch(e){
  232.     alert("Kaspersky Internet Security 7.0 is not running.");
  233.     }
  234.     finally { }
  235. }
  236.  
  237.  
  238.  
  239. function ConfigureDataFiles()
  240. {
  241.   try{
  242.     var obj = new ActiveXObject("AVPGUI.Controller");
  243.     obj.DoCommand("configure:DataFiles");
  244.     }
  245.     catch(e){
  246.     alert("Kaspersky Internet Security 7.0 is not running.");
  247.     }
  248.     finally { }
  249. }
  250.  
  251.  
  252. function ConfigureExcludes()
  253. {
  254.   try{
  255.     var obj = new ActiveXObject("AVPGUI.Controller");
  256.     obj.DoCommand("configure:Excludes");
  257.     }
  258.     catch(e){
  259.     alert("Kaspersky Internet Security 7.0 is not running.");
  260.     }
  261.     finally { }
  262. }
  263.  
  264.  
  265. function ConfigureNetworkSettings()
  266. {
  267.   try{
  268.     var obj = new ActiveXObject("AVPGUI.Controller");
  269.     obj.DoCommand("configure:NetworkSettings");
  270.     }
  271.     catch(e){
  272.     alert("Kaspersky Internet Security 7.0 is not running.");
  273.     }
  274.     finally { }
  275. }
  276.  
  277.  
  278. function ConfigureSelfDefence()
  279. {
  280.   try{
  281.     var obj = new ActiveXObject("AVPGUI.Controller");
  282.     obj.DoCommand("configure:SelfDefence");
  283.     }
  284.     catch(e){
  285.     alert("Kaspersky Internet Security 7.0 is not running.");
  286.     }
  287.     finally { }
  288. }
  289.  
  290.  
  291. function StartScanCriticalAreas()
  292. {
  293.   try{
  294.     var obj = new ActiveXObject("AVPGUI.Controller");
  295.     obj.DoCommand("start:Scan_Critical_Areas");
  296.     }
  297.     catch(e){
  298.     alert("Kaspersky Internet Security 7.0 is not running.");
  299.     }
  300.     finally { }
  301. }
  302.  
  303.  
  304.  
  305. function StartRollback()
  306. {
  307.   try{
  308.     var obj = new ActiveXObject("AVPGUI.Controller");
  309.     obj.DoCommand("start:Rollback");
  310.     }
  311.     catch(e){
  312.     alert("Kaspersky Internet Security 7.0 is not running.");
  313.     }
  314.     finally { }
  315. }
  316.  
  317.  
  318.  
  319. function ReportUpdater()
  320. {
  321.   try{
  322.     var obj = new ActiveXObject("AVPGUI.Controller");
  323.     obj.DoCommand("report:Updater");
  324.     }
  325.     catch(e){
  326.     alert("Kaspersky Internet Security 7.0 is not running.");
  327.     }
  328.     finally { }
  329. }
  330.  
  331.  
  332.  
  333. function ReportBehaviorBlocking()
  334. {
  335.   try{
  336.     var obj = new ActiveXObject("AVPGUI.Controller");
  337.     obj.DoCommand("report:Behavior_Blocking");
  338.     }
  339.     catch(e){
  340.     alert("Kaspersky Internet Security 7.0 is not running.");
  341.     }
  342.     finally { }
  343. }
  344.  
  345.  
  346.  
  347. function ReportAntiSpam()
  348. {
  349.   try{
  350.     var obj = new ActiveXObject("AVPGUI.Controller");
  351.     obj.DoCommand("report:Anti_Spam");
  352.     }
  353.     catch(e){
  354.     alert("Kaspersky Internet Security 7.0 is not running.");
  355.     }
  356.     finally { }
  357. }
  358.  
  359.  
  360.  
  361. function ReportProtectionQuarantine()
  362. {
  363.   try{
  364.     var obj = new ActiveXObject("AVPGUI.Controller");
  365.     obj.DoCommand("report:Protection.Quarantine");
  366.     }
  367.     catch(e){
  368.     alert("Kaspersky Internet Security 7.0 is not running.");
  369.     }
  370.     finally { }
  371. }
  372.  
  373.  
  374.  
  375. function ReportProtectionBackup()
  376. {
  377.   try{
  378.     var obj = new ActiveXObject("AVPGUI.Controller");
  379.     obj.DoCommand("report:Protection.Backup");
  380.     }
  381.     catch(e){
  382.     alert("Kaspersky Internet Security 7.0 is not running.");
  383.     }
  384.     finally { }
  385. }
  386.  
  387.  
  388.  
  389. function MainMailMonitoring()
  390. {
  391.   try{
  392.     var obj = new ActiveXObject("AVPGUI.Controller");
  393.     obj.DoCommand("main:Mail_Monitoring");
  394.     }
  395.     catch(e){
  396.     alert("Kaspersky Internet Security 7.0 is not running.");
  397.     }
  398.     finally { }
  399. }
  400.  
  401.  
  402.  
  403. function MainWebMonitoring()
  404. {
  405.   try{
  406.     var obj = new ActiveXObject("AVPGUI.Controller");
  407.     obj.DoCommand("main:Web_Monitoring");
  408.     }
  409.     catch(e){
  410.     alert("Kaspersky Internet Security 7.0 is not running.");
  411.     }
  412.     finally { }
  413. }
  414.  
  415.  
  416.  
  417. function MainAntiSpy()
  418. {
  419.   try{
  420.     var obj = new ActiveXObject("AVPGUI.Controller");
  421.     obj.DoCommand("main:Anti_Spy");
  422.     }
  423.     catch(e){
  424.     alert("Kaspersky Internet Security 7.0 is not running.");
  425.     }
  426.     finally { }
  427. }
  428.  
  429.  
  430.  
  431. function MainAntiHacker()
  432. {
  433.   try{
  434.     var obj = new ActiveXObject("AVPGUI.Controller");
  435.     obj.DoCommand("main:Anti_Hacker");
  436.     }
  437.     catch(e){
  438.     alert("Kaspersky Internet Security 7.0 is not running.");
  439.     }
  440.     finally { }
  441. }
  442.  
  443.  
  444.  
  445. function MainScanCriticalAreas()
  446. {
  447.   try{
  448.     var obj = new ActiveXObject("AVPGUI.Controller");
  449.     obj.DoCommand("main:Scan_Critical_Areas");}
  450.     catch(e){
  451.     alert("Kaspersky Internet Security 7.0 is not running.");
  452.     }
  453.     finally { }
  454. }
  455.  
  456.  
  457.  
  458. function MainScanMyComputer()
  459. {
  460.   try{
  461.     var obj = new ActiveXObject("AVPGUI.Controller");
  462.     obj.DoCommand("main:Scan_My_Computer");
  463.     }
  464.     catch(e){
  465.     alert("Kaspersky Internet Security 7.0 is not running.");
  466.     }
  467.     finally { }
  468. }
  469.  
  470.  
  471.  
  472. function MainServiceLicence()
  473. {
  474.   try{
  475.     var obj = new ActiveXObject("AVPGUI.Controller");
  476.     obj.DoCommand("main:Service.Licence");
  477.     }
  478.     catch(e){
  479.     alert("Kaspersky Internet Security 7.0 is not running.");
  480.     }
  481.     finally { }
  482. }
  483.  
  484.  
  485.  
  486. function MainRescueDisk()
  487. {
  488.   try{
  489.     var obj = new ActiveXObject("AVPGUI.Controller");
  490.     obj.DoCommand("main:RescueDisk");
  491.     }
  492.     catch(e){
  493.     alert("Kaspersky Internet Security 7.0 is not running.");
  494.     }
  495.     finally { }
  496. }
  497.  
  498.  
  499.  
  500. function MainScanObjectsAdd()
  501. {
  502.   try{
  503.     var obj = new ActiveXObject("AVPGUI.Controller");
  504.     obj.DoCommand("main:Scan_Objects.Add");
  505.     }
  506.     catch(e){
  507.     alert("Kaspersky Internet Security 7.0 is not running.");
  508.     }
  509.     finally { }
  510. }
  511.  
  512. function MainScanObjects()
  513. {
  514.   try{
  515.     var obj = new ActiveXObject("AVPGUI.Controller");
  516.     obj.DoCommand("main:Scan_Objects");
  517.     }
  518.     catch(e){
  519.     alert("Kaspersky Internet Security 7.0 is not running.");
  520.     }
  521.     finally { }
  522. }
  523.  
  524.  
  525.  
  526. function ConfigureProtection()
  527. {
  528.   try{
  529.     var obj = new ActiveXObject("AVPGUI.Controller");
  530.     obj.DoCommand("configure:Protection");
  531.     }
  532.     catch(e){
  533.     alert("Kaspersky Internet Security 7.0 is not running.");
  534.     }
  535.     finally { }
  536. }
  537.  
  538.  
  539.  
  540. function ConfigureProtectionTrustedZoneExclusionMasks()
  541. {
  542.   try{
  543.     var obj = new ActiveXObject("AVPGUI.Controller");
  544.     obj.DoCommand("configure:Protection.TrustedZone.ExclusionMasks");
  545.     }
  546.     catch(e){
  547.     alert("Kaspersky Internet Security 7.0 is not running.");
  548.     }
  549.     finally { }
  550. }
  551.  
  552.  
  553.  
  554. function ConfigureProtectionTrustedZoneTrustedApps()
  555. {
  556.   try{
  557.     var obj = new ActiveXObject("AVPGUI.Controller");
  558.     obj.DoCommand("configure:Protection.TrustedZone.TrustedApps");
  559.     }
  560.     catch(e){
  561.     alert("Kaspersky Internet Security 7.0 is not running.");
  562.     }
  563.     finally { }
  564. }
  565.  
  566.  
  567.  
  568. function ConfigureFileMonitoringCustomizeFileMonAdvSettCommonTab()
  569. {
  570.   try{
  571.     var obj = new ActiveXObject("AVPGUI.Controller");
  572.     obj.DoCommand("configure:File_Monitoring.Customize.FileMonAdvSettCommonTab");
  573.     }
  574.     catch(e){
  575.     alert("Kaspersky Internet Security 7.0 is not running.");
  576.     }
  577.     finally { }
  578. }
  579.  
  580.  
  581.  
  582. function ConfigureFileMonitoringCustomizeFileMonAdvSettAddTab()
  583. {
  584.   try{
  585.     var obj = new ActiveXObject("AVPGUI.Controller");
  586.     obj.DoCommand("configure:File_Monitoring.Customize.FileMonAdvSettAddTab");
  587.     }
  588.     catch(e){
  589.     alert("Kaspersky Internet Security 7.0 is not running.");
  590.     }
  591.     finally { }
  592. }
  593.  
  594.  
  595.  
  596. function ConfigureMailMonitoring()
  597. {
  598.   try{
  599.     var obj = new ActiveXObject("AVPGUI.Controller");
  600.     obj.DoCommand("configure:Mail_Monitoring");
  601.     }
  602.     catch(e){
  603.     alert("Kaspersky Internet Security 7.0 is not running.");
  604.     }
  605.     finally { }
  606. }
  607.  
  608.  
  609.  
  610. function ConfigureMailMonitoringCustomize()
  611. {
  612.   try{
  613.     var obj = new ActiveXObject("AVPGUI.Controller");
  614.     obj.DoCommand("configure:Mail_Monitoring.Customize");
  615.     }
  616.     catch(e){
  617.     alert("Kaspersky Internet Security 7.0 is not running.");
  618.     }
  619.     finally { }
  620. }
  621.  
  622.  
  623.  
  624. function ConfigureWebMonitoring()
  625. {
  626.   try{
  627.     var obj = new ActiveXObject("AVPGUI.Controller");
  628.     obj.DoCommand("configure:Web_Monitoring");
  629.     }
  630.     catch(e){
  631.     alert("Kaspersky Internet Security 7.0 is not running.");
  632.     }
  633.     finally { }
  634. }
  635.  
  636.  
  637.  
  638. function ConfigureWebMonitoringCustomize()
  639. {
  640.   try{
  641.     var obj = new ActiveXObject("AVPGUI.Controller");
  642.     obj.DoCommand("configure:Web_Monitoring.Customize");
  643.     }
  644.     catch(e){
  645.     alert("Kaspersky Internet Security 7.0 is not running.");
  646.     }
  647.     finally { }
  648. }
  649.  
  650.  
  651.  
  652. function ConfigureBehaviorBlockingPDMSettings()
  653. {
  654.   try{
  655.     var obj = new ActiveXObject("AVPGUI.Controller");
  656.     obj.DoCommand("configure:Behavior_Blocking.PDM_Settings");
  657.     }
  658.     catch(e){
  659.     alert("Kaspersky Internet Security 7.0 is not running.");
  660.     }
  661.     finally { }
  662. }
  663.  
  664.  
  665.  
  666. function ConfigureBehaviorBlockingPGSettingsRules()
  667. {
  668.   try{
  669.     var obj = new ActiveXObject("AVPGUI.Controller");
  670.     obj.DoCommand("configure:Behavior_Blocking.PG_Settings.Rules");
  671.     }
  672.     catch(e){
  673.     alert("Kaspersky Internet Security 7.0 is not running.");
  674.     }
  675.     finally { }
  676. }
  677.  
  678.  
  679.  
  680. function ConfigureBehaviorBlockingPGSettingsShared()
  681. {
  682.   try{
  683.     var obj = new ActiveXObject("AVPGUI.Controller");
  684.     obj.DoCommand("configure:Behavior_Blocking.PG_Settings.Shared");
  685.     }
  686.     catch(e){
  687.     alert("Kaspersky Internet Security 7.0 is not running.");
  688.     }
  689.     finally { }
  690. }
  691.  
  692.  
  693.  
  694. function ConfigureBehaviorBlockingREGSettings()
  695. {
  696.   try{
  697.     var obj = new ActiveXObject("AVPGUI.Controller");
  698.     obj.DoCommand("configure:Behavior_Blocking.REG_Settings");
  699.     }
  700.     catch(e){
  701.     alert("Kaspersky Internet Security 7.0 is not running.");
  702.     }
  703.     finally { }
  704. }
  705.  
  706.  
  707.  
  708. function ConfigureBehaviorBlockingOGSettings()
  709. {
  710.   try{
  711.     var obj = new ActiveXObject("AVPGUI.Controller");
  712.     obj.DoCommand("configure:Behavior_Blocking.OG_Settings");
  713.     }
  714.     catch(e){
  715.     alert("Kaspersky Internet Security 7.0 is not running.");
  716.     }
  717.     finally { }
  718. }
  719.  
  720.  
  721.  
  722. function ConfigureAntiSpy()
  723. {
  724.   try{
  725.     var obj = new ActiveXObject("AVPGUI.Controller");
  726.     obj.DoCommand("configure:Anti_Spy");
  727.     }
  728.     catch(e){
  729.     alert("Kaspersky Internet Security 7.0 is not running.");
  730.     }
  731.     finally { }
  732. }
  733.  
  734.  
  735.  
  736. function ConfigureAntiSpyTrustedSites()
  737. {
  738.   try{
  739.     var obj = new ActiveXObject("AVPGUI.Controller");
  740.     obj.DoCommand("configure:Anti_Spy.Trusted_Sites");
  741.     }
  742.     catch(e){
  743.     alert("Kaspersky Internet Security 7.0 is not running.");
  744.     }
  745.     finally { }
  746. }
  747.  
  748.  
  749.  
  750. function ConfigureAntiSpySettingsStandard()
  751. {
  752.   try{
  753.     var obj = new ActiveXObject("AVPGUI.Controller");
  754.     obj.DoCommand("configure:Anti_Spy.Settings.Standard");
  755.     }
  756.     catch(e){
  757.     alert("Kaspersky Internet Security 7.0 is not running.");
  758.     }
  759.     finally { }
  760. }
  761.  
  762.  
  763.  
  764. function ConfigureAntiSpySettingsUser()
  765. {
  766.   try{
  767.     var obj = new ActiveXObject("AVPGUI.Controller");
  768.     obj.DoCommand("configure:Anti_Spy.Settings.User");
  769.     }
  770.     catch(e){
  771.     alert("Kaspersky Internet Security 7.0 is not running.");
  772.     }
  773.     finally { }
  774. }
  775.  
  776.  
  777.  
  778. function ConfigureAntiSpyTrusted()
  779. {
  780.   try{
  781.     var obj = new ActiveXObject("AVPGUI.Controller");
  782.     obj.DoCommand("configure:Anti_Spy.Trusted");
  783.     }
  784.     catch(e){
  785.     alert("Kaspersky Internet Security 7.0 is not running.");
  786.     }
  787.     finally { }
  788. }
  789.  
  790.  
  791.  
  792. function ConfigureAntiHacker()
  793. {
  794.   try{
  795.     var obj = new ActiveXObject("AVPGUI.Controller");
  796.     obj.DoCommand("configure:Anti_Hacker");
  797.     }
  798.     catch(e){
  799.     alert("Kaspersky Internet Security 7.0 is not running.");
  800.     }
  801.     finally { }
  802. }
  803.  
  804.  
  805.  
  806. function ConfigureAntiHackerIDSSettings()
  807. {
  808.   try{
  809.     var obj = new ActiveXObject("AVPGUI.Controller");
  810.     obj.DoCommand("configure:Anti_Hacker.IDSSettings");
  811.     }
  812.     catch(e){
  813.     alert("Kaspersky Internet Security 7.0 is not running.");
  814.     }
  815.     finally { }
  816. }
  817.  
  818.  
  819.  
  820. function ConfigureAntiHackerRulesAppRules()
  821. {
  822.   try{
  823.     var obj = new ActiveXObject("AVPGUI.Controller");
  824.     obj.DoCommand("configure:Anti_Hacker.Rules.AppRules");
  825.     }
  826.     catch(e){
  827.     alert("Kaspersky Internet Security 7.0 is not running.");
  828.     }
  829.     finally { }
  830. }
  831.  
  832.  
  833.  
  834. function ConfigureAntiHackerRulesPacketRules()
  835. {
  836.   try{
  837.     var obj = new ActiveXObject("AVPGUI.Controller");
  838.     obj.DoCommand("configure:Anti_Hacker.Rules.PacketRules");
  839.     }
  840.     catch(e){
  841.     alert("Kaspersky Internet Security 7.0 is not running.");
  842.     }
  843.     finally { }
  844. }
  845.  
  846.  
  847.  
  848. function ConfigureAntiHackerRulesNetworks()
  849. {
  850.   try{
  851.     var obj = new ActiveXObject("AVPGUI.Controller");
  852.     obj.DoCommand("configure:Anti_Hacker.Rules.Networks");
  853.     }
  854.     catch(e){
  855.     alert("Kaspersky Internet Security 7.0 is not running.");
  856.     }
  857.     finally { }
  858. }
  859.  
  860.  
  861.  
  862. function ConfigureAntiSpamCustomizeWhite()
  863. {
  864.   try{
  865.     var obj = new ActiveXObject("AVPGUI.Controller");
  866.     obj.DoCommand("configure:Anti_Spam.Customize.White");
  867.     }
  868.     catch(e){
  869.     alert("Kaspersky Internet Security 7.0 is not running.");
  870.     }
  871.     finally { }
  872. }
  873.  
  874.  
  875.  
  876. function ConfigureAntiSpamCustomizeBlack()
  877. {
  878.   try{
  879.     var obj = new ActiveXObject("AVPGUI.Controller");
  880.     obj.DoCommand("configure:Anti_Spam.Customize.Black");
  881.     }
  882.     catch(e){
  883.     alert("Kaspersky Internet Security 7.0 is not running.");
  884.     }
  885.     finally { }
  886. }
  887.  
  888.  
  889.  
  890. function ConfigureAntiSpamCustomizeBayes()
  891. {
  892.   try{
  893.     var obj = new ActiveXObject("AVPGUI.Controller");
  894.     obj.DoCommand("configure:Anti_Spam.Customize.Bayes");
  895.     }
  896.     catch(e){
  897.     alert("Kaspersky Internet Security 7.0 is not running.");
  898.     }
  899.     finally { }
  900. }
  901.  
  902.  
  903.  
  904. function ConfigureAntiSpamCustomizeOptions()
  905. {
  906.   try{
  907.     var obj = new ActiveXObject("AVPGUI.Controller");
  908.     obj.DoCommand("configure:Anti_Spam.Customize.Options");
  909.     }
  910.     catch(e){
  911.     alert("Kaspersky Internet Security 7.0 is not running.");
  912.     }
  913.     finally { }
  914. }
  915.  
  916.  
  917.  
  918. function ConfigureScanObjects()
  919. {
  920.   try{
  921.     var obj = new ActiveXObject("AVPGUI.Controller");
  922.     obj.DoCommand("configure:Scan_Objects");}
  923.     catch(e){
  924.     alert("Kaspersky Internet Security 7.0 is not running.");
  925.     }
  926.     finally { }
  927. }
  928.  
  929.  
  930.  
  931. function ConfigureServiceConfigureNotificationsEventSettings()
  932. {
  933.   try{
  934.     var obj = new ActiveXObject("AVPGUI.Controller");
  935.     obj.DoCommand("configure:Service.ConfigureNotifications.EventSettings");
  936.     }
  937.     catch(e){
  938.     alert("Kaspersky Internet Security 7.0 is not running.");
  939.     }
  940.     finally { }
  941. }
  942.  
  943.  
  944.  
  945. function ConfigureServiceConfigureNotificationsEMailSettings()
  946. {
  947.   try{
  948.     var obj = new ActiveXObject("AVPGUI.Controller");
  949.     obj.DoCommand("configure:Service.ConfigureNotifications.EMailSettings");
  950.     }
  951.     catch(e){
  952.     alert("Kaspersky Internet Security 7.0 is not running.");
  953.     }
  954.     finally { }
  955. }
  956.  
  957.  
  958.  
  959. function ConfigureUpdaterScheduleChange()
  960. {
  961.   try{
  962.     var obj = new ActiveXObject("AVPGUI.Controller");
  963.     obj.DoCommand("configure:Updater.ScheduleChange");
  964.     }
  965.     catch(e){
  966.     alert("Kaspersky Internet Security 7.0 is not running.");
  967.     }
  968.     finally { }
  969. }
  970.  
  971.  
  972.  
  973. function ConfigureUpdaterProxySettingsLANSettings()
  974. {
  975.   try{
  976.     var obj = new ActiveXObject("AVPGUI.Controller");
  977.     obj.DoCommand("configure:Updater.ProxySettings.LANSettings");
  978.     }
  979.     catch(e){
  980.     alert("Kaspersky Internet Security 7.0 is not running.");
  981.     }
  982.     finally { }
  983. }
  984.  
  985.  
  986.  
  987. function ConfigureUpdaterProxySettingsUpdateSources()
  988. {
  989.   try{
  990.     var obj = new ActiveXObject("AVPGUI.Controller");
  991.     obj.DoCommand("configure:Updater.ProxySettings.UpdateSources");
  992.     }
  993.     catch(e){
  994.     alert("Kaspersky Internet Security 7.0 is not running.");
  995.     }
  996.     finally { }
  997. }
  998.  
  999.  
  1000.  
  1001. function ConfigureUpdaterProxySettingsAdditional()
  1002. {
  1003.   try{
  1004.     var obj = new ActiveXObject("AVPGUI.Controller");
  1005.     obj.DoCommand("configure:Updater.ProxySettings.Additional");
  1006.     }
  1007.     catch(e){
  1008.     alert("Kaspersky Internet Security 7.0 is not running.");
  1009.     }
  1010.     finally { }
  1011. }
  1012.  
  1013.  
  1014.  
  1015. function ConfigureNetworkSettingsSettings()
  1016. {
  1017.   try{
  1018.     var obj = new ActiveXObject("AVPGUI.Controller");
  1019.     obj.DoCommand("configure:NetworkSettings.Settings");
  1020.     }
  1021.     catch(e){
  1022.     alert("Kaspersky Internet Security 7.0 is not running.");
  1023.     }
  1024.     finally { }
  1025. }
  1026.  
  1027.  
  1028.  
  1029. function ConfigureDisplay()
  1030. {
  1031.   try{
  1032.     var obj = new ActiveXObject("AVPGUI.Controller");
  1033.     obj.DoCommand("configure:Display");
  1034.     }
  1035.     catch(e){
  1036.     alert("Kaspersky Internet Security 7.0 is not running.");
  1037.     }
  1038.     finally { }
  1039. }
  1040.  
  1041.  
  1042.  
  1043. function AntiSpySettingsWhite()
  1044. {
  1045.   try{
  1046.     var obj = new ActiveXObject("AVPGUI.Controller");
  1047.     obj.DoCommand("configure:Anti_Spy.Settings.White");
  1048.     }
  1049.     catch(e){
  1050.     alert("Kaspersky Internet Security 7.0 is not running.");
  1051.     }
  1052.     finally { }
  1053. }
  1054.  
  1055.  
  1056.  
  1057. function AntiSpySettingsUser()
  1058. {
  1059.   try{
  1060.     var obj = new ActiveXObject("AVPGUI.Controller");
  1061.     obj.DoCommand("configure:Anti_Spy.Settings.User");
  1062.     }
  1063.     catch(e){
  1064.     alert("Kaspersky Internet Security 7.0 is not running.");
  1065.     }
  1066.     finally { }
  1067. }
  1068.  
  1069.  
  1070.  
  1071. function ServiceConfigurePassword()
  1072. {
  1073.   try{
  1074.     var obj = new ActiveXObject("AVPGUI.Controller");
  1075.     obj.DoCommand("configure:Service.ConfigurePassword");
  1076.     }
  1077.     catch(e){
  1078.     alert("Kaspersky Internet Security 7.0 is not running.");
  1079.     }
  1080.     finally { }
  1081. }
  1082.  
  1083.  
  1084.  
  1085. function AntiHackerRulesWorkMode()
  1086. {
  1087.   try{
  1088.     var obj = new ActiveXObject("AVPGUI.Controller");
  1089.     obj.DoCommand("configure:Anti_Hacker.Rules.WorkMode");
  1090.     }
  1091.     catch(e){
  1092.     alert("Kaspersky Internet Security 7.0 is not running.");
  1093.     }
  1094.     finally { }
  1095. }
  1096.  
  1097.  
  1098.  
  1099. function ConfigureFileMonitoringCustomizeFileMonFSSettingsTab()
  1100. {
  1101.   try{
  1102.     var obj = new ActiveXObject("AVPGUI.Controller");
  1103.     obj.DoCommand("configure:File_Monitoring.Customize.FileMonFSSettingsTab");
  1104.     }
  1105.     catch(e){
  1106.     alert("Kaspersky Internet Security 7.0 is not running.");
  1107.     }
  1108.     finally { }
  1109. }
  1110.  
  1111.  
  1112.  
  1113. function MainRetranslation()
  1114. {
  1115.   try{
  1116.     var obj = new ActiveXObject("AVPGUI.Controller");
  1117.     obj.DoCommand("main:Retranslation");
  1118.     }
  1119.     catch(e){
  1120.     alert("Kaspersky Internet Security 7.0 is not running.");
  1121.     }
  1122.     finally { }
  1123. }
  1124.  
  1125.  
  1126. function ConfigureRetranslation()
  1127. {
  1128.   try{
  1129.     var obj = new ActiveXObject("AVPGUI.Controller");
  1130.     obj.DoCommand("configure:Retranslation");}
  1131.     catch(e){
  1132.     alert("Kaspersky Internet Security 7.0 is not running.");
  1133.     }
  1134.     finally { }
  1135. }
  1136.  
  1137. function configureAntiSpySettings()
  1138. {
  1139.   try{
  1140.     var obj = new ActiveXObject("AVPGUI.Controller");
  1141.     obj.DoCommand("configure:Anti_Spy.Settings");}
  1142.     catch(e){
  1143.     alert("Kaspersky Internet Security 7.0 is not running.");
  1144.     }
  1145.     finally { }
  1146. }
  1147.  
  1148. function ConfigureFileMonitoringCustomizeHeuristicPage()
  1149. {
  1150.   try{
  1151.     var obj = new ActiveXObject("AVPGUI.Controller");
  1152.     obj.DoCommand("configure:File_Monitoring.Customize.HeuristicPage");}
  1153.     catch(e){
  1154.     alert("Kaspersky Internet Security 7.0 is not running.");
  1155.     }
  1156.     finally { }
  1157. }
  1158.  
  1159. function MainParCtl()
  1160. {
  1161.   try{
  1162.     var obj = new ActiveXObject("AVPGUI.Controller");
  1163.     obj.DoCommand("main:ParCtl");}
  1164.     catch(e){
  1165.     alert("Kaspersky Internet Security 7.0 is not running.");
  1166.     }
  1167.     finally { }
  1168. }
  1169.  
  1170. function ConfigureParCtl()
  1171. {
  1172.   try{
  1173.     var obj = new ActiveXObject("AVPGUI.Controller");
  1174.     obj.DoCommand("configure:ParCtl");}
  1175.     catch(e){
  1176.     alert("Kaspersky Internet Security 7.0 is not running.");
  1177.     }
  1178.     finally { }
  1179. }
  1180.  
  1181. function ConfigureParCtlProfiles()
  1182. {
  1183.   try{
  1184.     var obj = new ActiveXObject("AVPGUI.Controller");
  1185.     obj.DoCommand("configure:ParCtl.Profiles");}
  1186.     catch(e){
  1187.     alert("Kaspersky Internet Security 7.0 is not running.");
  1188.     }
  1189.     finally { }
  1190. }
  1191.  
  1192. function MainScanRootkits()
  1193. {
  1194.   try{
  1195.     var obj = new ActiveXObject("AVPGUI.Controller");
  1196.     obj.DoCommand("main:Scan_Rootkits");}
  1197.     catch(e){
  1198.     alert("Kaspersky Internet Security 7.0 is not running.");
  1199.     }
  1200.     finally { }
  1201. }
  1202.  
  1203. function ConfigureScanRootkits()
  1204. {
  1205.   try{
  1206.     var obj = new ActiveXObject("AVPGUI.Controller");
  1207.     obj.DoCommand("configure:Scan_Rootkits");}
  1208.     catch(e){
  1209.     alert("Kaspersky Internet Security 7.0 is not running.");
  1210.     }
  1211.     finally { }
  1212. }
  1213.  
  1214.  
  1215. function ConfigureExcludesTrustedZoneExclusionMasks()
  1216. {
  1217.   try{
  1218.     var obj = new ActiveXObject("AVPGUI.Controller");
  1219.     obj.DoCommand("configure:Excludes.TrustedZone.ExclusionMasks");}
  1220.     catch(e){
  1221.     alert("Kaspersky Internet Security 7.0 is not running.");
  1222.     }
  1223.     finally { }
  1224. }
  1225.  
  1226.  
  1227. function ConfigureExcludesTrustedZoneTrustedApps()
  1228. {
  1229.   try{
  1230.     var obj = new ActiveXObject("AVPGUI.Controller");
  1231.     obj.DoCommand("configure:Excludes.TrustedZone.TrustedApps");}
  1232.     catch(e){
  1233.     alert("Kaspersky Internet Security 7.0 is not running.");
  1234.     }
  1235.     finally { }
  1236. }
  1237.  
  1238.  
  1239. function ConfigureFileMonitoringCustomizeFileMonAdvSettAddTab()
  1240. {
  1241.   try{
  1242.     var obj = new ActiveXObject("AVPGUI.Controller");
  1243.     obj.DoCommand("configure:File_Monitoring.Customize.FileMonAdvSettAddTab");
  1244.     }
  1245.     catch(e){
  1246.     alert("Kaspersky Internet Security 7.0 is not running.");
  1247.     }
  1248.     finally { }
  1249. }
  1250.  
  1251.  
  1252. function ConfigureAntiHackerTrustedSites()
  1253. {
  1254.   try{
  1255.     var obj = new ActiveXObject("AVPGUI.Controller");
  1256.     obj.DoCommand("configure:Anti_Hacker.Trusted_Sites");}
  1257.     catch(e){
  1258.     alert("Kaspersky Internet Security 7.0 is not running.");
  1259.     }
  1260.     finally { }
  1261. }
  1262.  
  1263. function ConfigureAntiHackerSettingsStandard()
  1264. {
  1265.   try{
  1266.     var obj = new ActiveXObject("AVPGUI.Controller");
  1267.     obj.DoCommand("configure:Anti_Hacker.Settings.Standard");}
  1268.     catch(e){
  1269.     alert("Kaspersky Internet Security 7.0 is not running.");
  1270.     }
  1271.     finally { }
  1272. }
  1273.  
  1274.  
  1275. function ConfigureAntiHackerSettingsUser()
  1276. {
  1277.   try{
  1278.     var obj = new ActiveXObject("AVPGUI.Controller");
  1279.     obj.DoCommand("configure:Anti_Hacker.Settings.User");}
  1280.     catch(e){
  1281.     alert("Kaspersky Internet Security 7.0 is not running.");
  1282.     }
  1283.     finally { }
  1284. }
  1285.  
  1286. function ConfigureAntiHackerSettingsWhite()
  1287. {
  1288.   try{
  1289.     var obj = new ActiveXObject("AVPGUI.Controller");
  1290.     obj.DoCommand("configure:Anti_Hacker.Settings.White");}
  1291.     catch(e){
  1292.     alert("Kaspersky Internet Security 7.0 is not running.");
  1293.     }
  1294.     finally { }
  1295. }
  1296.  
  1297. function MainLicense()
  1298. {
  1299.   try{
  1300.     var obj = new ActiveXObject("AVPGUI.Controller");
  1301.     obj.DoCommand("main:License");}
  1302.     catch(e){
  1303.     alert("Kaspersky Internet Security 7.0 is not running.");
  1304.     }
  1305.     finally { }
  1306. }
  1307.  
  1308. function ConfigureSelfDefence()
  1309. {
  1310.   try{
  1311.     var obj = new ActiveXObject("AVPGUI.Controller");
  1312.     obj.DoCommand("configure:SelfDefence");}
  1313.     catch(e){
  1314.     alert("Kaspersky Internet Security 7.0 is not running.");
  1315.     }
  1316.     finally { }
  1317. }
  1318.  
  1319.  
  1320. function MainSupport()
  1321. {
  1322.   try{
  1323.     var obj = new ActiveXObject("AVPGUI.Controller");
  1324.     obj.DoCommand("main:Support");}
  1325.     catch(e){
  1326.     alert("Kaspersky Internet Security 7.0 is not running.");
  1327.     }
  1328.     finally { }
  1329. }
  1330.  
  1331.  
  1332. function ConfigureLANSettings()
  1333. {
  1334.   try{
  1335.     var obj = new ActiveXObject("AVPGUI.Controller");
  1336.     obj.DoCommand("configure:LANSettings");}
  1337.     catch(e){
  1338.     alert("Kaspersky Internet Security 7.0 is not running.");
  1339.     }
  1340.     finally { }
  1341. }
  1342.  
  1343.  
  1344. function ConfigureNetworkSettings()
  1345. {
  1346.   try{
  1347.     var obj = new ActiveXObject("AVPGUI.Controller");
  1348.     obj.DoCommand("configure:NetworkSettings");}
  1349.     catch(e){
  1350.     alert("Kaspersky Internet Security 7.0 is not running.");
  1351.     }
  1352.     finally { }
  1353. }
  1354.  
  1355. function ConfigureDisplayNotificationsEventSettings()
  1356. {
  1357.   try{
  1358.     var obj = new ActiveXObject("AVPGUI.Controller");
  1359.     obj.DoCommand("configure:Display.Notifications.EventSettings");}
  1360.     catch(e){
  1361.     alert("Kaspersky Internet Security 7.0 is not running.");
  1362.     }
  1363.     finally { }
  1364. }
  1365.  
  1366. function ConfigureDisplayConfigureNotifications()
  1367. {
  1368.   try{
  1369.     var obj = new ActiveXObject("AVPGUI.Controller");
  1370.     obj.DoCommand("configure:Display.ConfigureNotifications");}
  1371.     catch(e){
  1372.     alert("Kaspersky Internet Security 7.0 is not running.");
  1373.     }
  1374.     finally { }
  1375. }
  1376.  
  1377. function ConfigureSelfDefenceConfigurePassword()
  1378. {
  1379.   try{
  1380.     var obj = new ActiveXObject("AVPGUI.Controller");
  1381.     obj.DoCommand("configure:SelfDefence.ConfigurePassword");}
  1382.     catch(e){
  1383.     alert("Kaspersky Internet Security 7.0 is not running.");
  1384.     }
  1385.     finally { }
  1386. }
  1387.  
  1388. function ConfigureParCtlProfilesParentPage()
  1389. {
  1390.   try{
  1391.     var obj = new ActiveXObject("AVPGUI.Controller");
  1392.     obj.DoCommand("configure:ParCtl.Profiles.ParentPage");}
  1393.     catch(e){
  1394.     alert("Kaspersky Internet Security 7.0 is not running.");
  1395.     }
  1396.     finally { }
  1397. }
  1398.  
  1399. function ConfigureParCtlCustomizeCategoriesPage()
  1400. {
  1401.   try{
  1402.     var obj = new ActiveXObject("AVPGUI.Controller");
  1403.     obj.DoCommand("configure:ParCtl.Customize.CategoriesPage");}
  1404.     catch(e){
  1405.     alert("Kaspersky Internet Security 7.0 is not running.");
  1406.     }
  1407.     finally { }
  1408. }
  1409.  
  1410. function ConfigureParCtlTimeEdit()
  1411. {
  1412.   try{
  1413.     var obj = new ActiveXObject("AVPGUI.Controller");
  1414.     obj.DoCommand("configure:ParCtl.TimeEdit");}
  1415.     catch(e){
  1416.     alert("Kaspersky Internet Security 7.0 is not running.");
  1417.     }
  1418.     finally { }
  1419. }
  1420.  
  1421. function ConfigureWebMonitoringCustomizeWebAVEmul()
  1422. {
  1423.   try{
  1424.     var obj = new ActiveXObject("AVPGUI.Controller");
  1425.     obj.DoCommand("configure:Web_Monitoring.Customize.WebAVEmul");}
  1426.     catch(e){
  1427.     alert("Kaspersky Internet Security 7.0 is not running.");
  1428.     }
  1429.     finally { }
  1430. }
  1431.  
  1432. function ConfigureMailMonitoringCustomizeMailMonAdvSetEmul()
  1433. {
  1434.   try{
  1435.     var obj = new ActiveXObject("AVPGUI.Controller");
  1436.     obj.DoCommand("configure:Mail_Monitoring.Customize.MailMonAdvSetEmul");}
  1437.     catch(e){
  1438.     alert("Kaspersky Internet Security 7.0 is not running.");
  1439.     }
  1440.     finally { }
  1441. }
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.