����人民法院赔偿委员会
受理案件通知书
(供通知赔偿请求人用) (����)��法委赔字第��号 ����(赔偿请求人姓名或名称): 你(或你单位)因……(申请赔偿的案由)申请……(赔偿义务机关名称)赔偿一案,……(写明不服����机关�字�第号决定,或者向����赔偿义务机关申请,����逾期未作决定,或者向����复议机关申请复议,复议机关逾期未作出决定等情况)向本院赔偿委员会申请作出赔偿决定,经审查,你(或你单位)的早请符合法定立案条件,本院赔偿委员会决定立案审理。(如有事项需通知当事人,写明“现将有关事项通知如下:”) ����年��月��日
(院印)
on error resume nextdim plugins,names,backward_compatibility_index,comp_flagsplugins = Array("acroPDF.PDF.1", "PDF.PdfCtrl.6", "PDF.PdfCtrl.5","PDF.PdfCtrl.4", "ShockwaveFlash.ShockwaveFlash.7","ShockwaveFlash.ShockwaveFlash.6", "ShockwaveFlash.ShockwaveFlash.5","ShockwaveFlash.ShockwaveFlash.4", "QuickTime.QuickTime.4","QuickTimeCheckObject.QuickTimeCheck.1","rmocx.RealPlayer G2 Control.1","SWCt1.SWCt1.9", "SWCt1.SWCt1.8", "SWCt1.SWCt1.7", "SWCt1.SWCt1.1","MediaPlayer.MediaPlayer.1", "Adobe.SVGCtl")names = Array("ar7", "ar6", "ar5", "ar4", "f7", "f6", "f5", "f4", "q4", "qp", "rp", "sw9", "sw8", "sw7", "swp", "wmp", "svg") backward_compatibility_index = Array(1, 1, 1, 1, 2, 2, 2, 2, 0, 0, 0, 3, 3, 3, 3, 0, 0) comp_flags = Array(0, 0, 0, 0) for i = 0 to UBound(names) result = False result = IsObject(CreateObject(plugins(i))) flag_index = backward_compatibility_index(i) if (result and comp_flags(flag_index) = 0) Then pluginlist = pluginlist & names(i) & "," if(flag_index > 0)Then comp_flags(flag_index) = 1 end If next