home *** CD-ROM | disk | FTP | other *** search
/ One Click 14 / OneClick14.iso / interface / it.dig / scripts / DefineSprite_331 / frame_1 / DoAction.as
Encoding:
Text File  |  2004-08-04  |  26.3 KB  |  730 lines

  1. stop();
  2. bt_1.onRelease = function()
  3. {
  4.    fscommand("Browser.SetPos","1,77");
  5.    fscommand("Browser.SetSize","790,453");
  6.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\1 - Introducao.pdf");
  7.    fscommand("Browser.Open");
  8. };
  9. bt_2.onRelease = function()
  10. {
  11.    fscommand("Browser.SetPos","1,77");
  12.    fscommand("Browser.SetSize","790,453");
  13.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\2 - Conhecendo o Excel.pdf");
  14.    fscommand("Browser.Open");
  15. };
  16. bt_3.onRelease = function()
  17. {
  18.    fscommand("Browser.SetPos","1,77");
  19.    fscommand("Browser.SetSize","790,453");
  20.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\3 - Iniciando o Excel.pdf");
  21.    fscommand("Browser.Open");
  22. };
  23. bt_4.onRelease = function()
  24. {
  25.    fscommand("Browser.SetPos","1,77");
  26.    fscommand("Browser.SetSize","790,453");
  27.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\4 - A Interface.pdf");
  28.    fscommand("Browser.Open");
  29. };
  30. bt_5.onRelease = function()
  31. {
  32.    fscommand("Browser.SetPos","1,77");
  33.    fscommand("Browser.SetSize","790,453");
  34.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\5 - Barra de Ferramentas.pdf");
  35.    fscommand("Browser.Open");
  36. };
  37. bt_6.onRelease = function()
  38. {
  39.    fscommand("Browser.SetPos","1,77");
  40.    fscommand("Browser.SetSize","790,453");
  41.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\6 - Barra de Formatacao.pdf");
  42.    fscommand("Browser.Open");
  43. };
  44. bt_7.onRelease = function()
  45. {
  46.    fscommand("Browser.SetPos","1,77");
  47.    fscommand("Browser.SetSize","790,453");
  48.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\7 - Barra de Formulas.pdf");
  49.    fscommand("Browser.Open");
  50. };
  51. bt_8.onRelease = function()
  52. {
  53.    fscommand("Browser.SetPos","1,77");
  54.    fscommand("Browser.SetSize","790,453");
  55.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\8 - Saindo do Excel.pdf");
  56.    fscommand("Browser.Open");
  57. };
  58. bt_9.onRelease = function()
  59. {
  60.    fscommand("Browser.SetPos","1,77");
  61.    fscommand("Browser.SetSize","790,453");
  62.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\9 - Ajuda do Excel.pdf");
  63.    fscommand("Browser.Open");
  64. };
  65. bt_10.onRelease = function()
  66. {
  67.    fscommand("Browser.SetPos","1,77");
  68.    fscommand("Browser.SetSize","790,453");
  69.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\10 - Planilha Eletronica.pdf");
  70.    fscommand("Browser.Open");
  71. };
  72. bt_11.onRelease = function()
  73. {
  74.    fscommand("Browser.SetPos","1,77");
  75.    fscommand("Browser.SetSize","790,453");
  76.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\11 - Pastas de Trabalho.pdf");
  77.    fscommand("Browser.Open");
  78. };
  79. bt_12.onRelease = function()
  80. {
  81.    fscommand("Browser.SetPos","1,77");
  82.    fscommand("Browser.SetSize","790,453");
  83.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\12 - Interpretacao de Dados.pdf");
  84.    fscommand("Browser.Open");
  85. };
  86. bt_13.onRelease = function()
  87. {
  88.    fscommand("Browser.SetPos","1,77");
  89.    fscommand("Browser.SetSize","790,453");
  90.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\13 - Tipos de Entrada de Dados.pdf");
  91.    fscommand("Browser.Open");
  92. };
  93. bt_14.onRelease = function()
  94. {
  95.    fscommand("Browser.SetPos","1,77");
  96.    fscommand("Browser.SetSize","790,453");
  97.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\14 - Entrando Dados.pdf");
  98.    fscommand("Browser.Open");
  99. };
  100. bt_15.onRelease = function()
  101. {
  102.    fscommand("Browser.SetPos","1,77");
  103.    fscommand("Browser.SetSize","790,453");
  104.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\15 - Entrando Com Textos.pdf");
  105.    fscommand("Browser.Open");
  106. };
  107. bt_16.onRelease = function()
  108. {
  109.    fscommand("Browser.SetPos","1,77");
  110.    fscommand("Browser.SetSize","790,453");
  111.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\16 - Entrando Com Numeros.pdf");
  112.    fscommand("Browser.Open");
  113. };
  114. bt_17.onRelease = function()
  115. {
  116.    fscommand("Browser.SetPos","1,77");
  117.    fscommand("Browser.SetSize","790,453");
  118.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\17 - Corrigindo Erros na Entrada e Dados.pdf");
  119.    fscommand("Browser.Open");
  120. };
  121. bt_18.onRelease = function()
  122. {
  123.    fscommand("Browser.SetPos","1,77");
  124.    fscommand("Browser.SetSize","790,453");
  125.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\18 - Correcao Ortografica.pdf");
  126.    fscommand("Browser.Open");
  127. };
  128. bt_19.onRelease = function()
  129. {
  130.    fscommand("Browser.SetPos","1,77");
  131.    fscommand("Browser.SetSize","790,453");
  132.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\19 - Desfazer Operacao.pdf");
  133.    fscommand("Browser.Open");
  134. };
  135. bt_20.onRelease = function()
  136. {
  137.    fscommand("Browser.SetPos","1,77");
  138.    fscommand("Browser.SetSize","790,453");
  139.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\20 - Refazer Operacao.pdf");
  140.    fscommand("Browser.Open");
  141. };
  142. bt_21.onRelease = function()
  143. {
  144.    fscommand("Browser.SetPos","1,77");
  145.    fscommand("Browser.SetSize","790,453");
  146.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\22 - Aletrando a Largura das Colunas.pdf");
  147.    fscommand("Browser.Open");
  148. };
  149. bt_22.onRelease = function()
  150. {
  151.    fscommand("Browser.SetPos","1,77");
  152.    fscommand("Browser.SetSize","790,453");
  153.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\21 - Editando Planilha.pdf");
  154.    fscommand("Browser.Open");
  155. };
  156. bt_23.onRelease = function()
  157. {
  158.    fscommand("Browser.SetPos","1,77");
  159.    fscommand("Browser.SetSize","790,453");
  160.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\23 - Alterando a Altura das Linhas.pdf");
  161.    fscommand("Browser.Open");
  162. };
  163. bt_24.onRelease = function()
  164. {
  165.    fscommand("Browser.SetPos","1,77");
  166.    fscommand("Browser.SetSize","790,453");
  167.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\25 - Inserindo ou Excluindo Linhas.pdf");
  168.    fscommand("Browser.Open");
  169. };
  170. bt_25.onRelease = function()
  171. {
  172.    fscommand("Browser.SetPos","1,77");
  173.    fscommand("Browser.SetSize","790,453");
  174.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\24 - Inserindo ou Excluindo Colunas.pdf");
  175.    fscommand("Browser.Open");
  176. };
  177. bt_26.onRelease = function()
  178. {
  179.    fscommand("Browser.SetPos","1,77");
  180.    fscommand("Browser.SetSize","790,453");
  181.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\26 - Copiando Celulas.pdf");
  182.    fscommand("Browser.Open");
  183. };
  184. bt_27.onRelease = function()
  185. {
  186.    fscommand("Browser.SetPos","1,77");
  187.    fscommand("Browser.SetSize","790,453");
  188.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\27 - Bordas.pdf");
  189.    fscommand("Browser.Open");
  190. };
  191. bt_28.onRelease = function()
  192. {
  193.    fscommand("Browser.SetPos","1,77");
  194.    fscommand("Browser.SetSize","790,453");
  195.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\28 - Recursos de Autopreenchimento.pdf");
  196.    fscommand("Browser.Open");
  197. };
  198. bt_29.onRelease = function()
  199. {
  200.    fscommand("Browser.SetPos","1,77");
  201.    fscommand("Browser.SetSize","790,453");
  202.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\29 - Movendo Conteudo de Uma Celula.pdf");
  203.    fscommand("Browser.Open");
  204. };
  205. bt_30.onRelease = function()
  206. {
  207.    fscommand("Browser.SetPos","1,77");
  208.    fscommand("Browser.SetSize","790,453");
  209.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\30 - Localizando Uma Celula.pdf");
  210.    fscommand("Browser.Open");
  211. };
  212. bt_31.onRelease = function()
  213. {
  214.    fscommand("Browser.SetPos","1,77");
  215.    fscommand("Browser.SetSize","790,453");
  216.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\31 - Substituindo Uma Celula.pdf");
  217.    fscommand("Browser.Open");
  218. };
  219. bt_32.onRelease = function()
  220. {
  221.    fscommand("Browser.SetPos","1,77");
  222.    fscommand("Browser.SetSize","790,453");
  223.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\32 - Varias Linhas de Texto em Uma Celula.pdf");
  224.    fscommand("Browser.Open");
  225. };
  226. bt_33.onRelease = function()
  227. {
  228.    fscommand("Browser.SetPos","1,77");
  229.    fscommand("Browser.SetSize","790,453");
  230.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\33 - Trabalhando Com Pastas.pdf");
  231.    fscommand("Browser.Open");
  232. };
  233. bt_34.onRelease = function()
  234. {
  235.    fscommand("Browser.SetPos","1,77");
  236.    fscommand("Browser.SetSize","790,453");
  237.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\34 - Copiando Pastas de Trabalho.pdf");
  238.    fscommand("Browser.Open");
  239. };
  240. bt_35.onRelease = function()
  241. {
  242.    fscommand("Browser.SetPos","1,77");
  243.    fscommand("Browser.SetSize","790,453");
  244.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\35 - Abrindo Uma Pasta.pdf");
  245.    fscommand("Browser.Open");
  246. };
  247. bt_36.onRelease = function()
  248. {
  249.    fscommand("Browser.SetPos","1,77");
  250.    fscommand("Browser.SetSize","790,453");
  251.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\36 - Criando Uma Nova Pasta.pdf");
  252.    fscommand("Browser.Open");
  253. };
  254. bt_37.onRelease = function()
  255. {
  256.    fscommand("Browser.SetPos","1,77");
  257.    fscommand("Browser.SetSize","790,453");
  258.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\37 - Fechando Uma Pasta.pdf");
  259.    fscommand("Browser.Open");
  260. };
  261. bt_38.onRelease = function()
  262. {
  263.    fscommand("Browser.SetPos","1,77");
  264.    fscommand("Browser.SetSize","790,453");
  265.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\38 - Calculando Com Formulas.pdf");
  266.    fscommand("Browser.Open");
  267. };
  268. bt_39.onRelease = function()
  269. {
  270.    fscommand("Browser.SetPos","1,77");
  271.    fscommand("Browser.SetSize","790,453");
  272.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\39 - Copiando e Movendo Formulas.pdf");
  273.    fscommand("Browser.Open");
  274. };
  275. bt_40.onRelease = function()
  276. {
  277.    fscommand("Browser.SetPos","1,77");
  278.    fscommand("Browser.SetSize","790,453");
  279.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\40 - Usando Funcoes.pdf");
  280.    fscommand("Browser.Open");
  281. };
  282. bt_41.onRelease = function()
  283. {
  284.    fscommand("Browser.SetPos","1,77");
  285.    fscommand("Browser.SetSize","790,453");
  286.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\41 - Funcao Condicional SE.pdf");
  287.    fscommand("Browser.Open");
  288. };
  289. bt_42.onRelease = function()
  290. {
  291.    fscommand("Browser.SetPos","1,77");
  292.    fscommand("Browser.SetSize","790,453");
  293.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\42 - Formatando a Planilha.pdf");
  294.    fscommand("Browser.Open");
  295. };
  296. bt_43.onRelease = function()
  297. {
  298.    fscommand("Browser.SetPos","1,77");
  299.    fscommand("Browser.SetSize","790,453");
  300.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\43 - Formatando Numeros.pdf");
  301.    fscommand("Browser.Open");
  302. };
  303. bt_44.onRelease = function()
  304. {
  305.    fscommand("Browser.SetPos","1,77");
  306.    fscommand("Browser.SetSize","790,453");
  307.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\44 - Formatos e Efeitos na Planilha.pdf");
  308.    fscommand("Browser.Open");
  309. };
  310. bt_45.onRelease = function()
  311. {
  312.    fscommand("Browser.SetPos","1,77");
  313.    fscommand("Browser.SetSize","790,453");
  314.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\45 - Formatando a Fonte.pdf");
  315.    fscommand("Browser.Open");
  316. };
  317. bt_46.onRelease = function()
  318. {
  319.    fscommand("Browser.SetPos","1,77");
  320.    fscommand("Browser.SetSize","790,453");
  321.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\46 - Autoformatacao.pdf");
  322.    fscommand("Browser.Open");
  323. };
  324. bt_47.onRelease = function()
  325. {
  326.    fscommand("Browser.SetPos","1,77");
  327.    fscommand("Browser.SetSize","790,453");
  328.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\47 - Inserindo Comentarios.pdf");
  329.    fscommand("Browser.Open");
  330. };
  331. bt_48.onRelease = function()
  332. {
  333.    fscommand("Browser.SetPos","1,77");
  334.    fscommand("Browser.SetSize","790,453");
  335.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\48 - Inserindo e Removendo Qebra de Pagina.pdf");
  336.    fscommand("Browser.Open");
  337. };
  338. bt_49.onRelease = function()
  339. {
  340.    fscommand("Browser.SetPos","1,77");
  341.    fscommand("Browser.SetSize","790,453");
  342.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\49 - Classificando Lista de Dados.pdf");
  343.    fscommand("Browser.Open");
  344. };
  345. bt_50.onRelease = function()
  346. {
  347.    fscommand("Browser.SetPos","1,77");
  348.    fscommand("Browser.SetSize","790,453");
  349.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\50 - Criacao de Graficos.pdf");
  350.    fscommand("Browser.Open");
  351. };
  352. bt_51.onRelease = function()
  353. {
  354.    fscommand("Browser.SetPos","1,77");
  355.    fscommand("Browser.SetSize","790,453");
  356.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\51 - Configurando e Imprimindo Planilhas.pdf");
  357.    fscommand("Browser.Open");
  358. };
  359. bt_52.onRelease = function()
  360. {
  361.    fscommand("Browser.SetPos","1,77");
  362.    fscommand("Browser.SetSize","790,453");
  363.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\52 - Definindo as Margens.pdf");
  364.    fscommand("Browser.Open");
  365. };
  366. bt_53.onRelease = function()
  367. {
  368.    fscommand("Browser.SetPos","1,77");
  369.    fscommand("Browser.SetSize","790,453");
  370.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CURSO\\53 - Imprimindo.pdf");
  371.    fscommand("Browser.Open");
  372. };
  373. bt_54.onRelease = function()
  374. {
  375.    fscommand("Browser.SetPos","1,77");
  376.    fscommand("Browser.SetSize","790,453");
  377.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Apostila de Excel 2000.pdf");
  378.    fscommand("Browser.Open");
  379. };
  380. bt_55.onRelease = function()
  381. {
  382.    fscommand("Browser.SetPos","1,77");
  383.    fscommand("Browser.SetSize","790,453");
  384.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Apostila de Excel I.pdf");
  385.    fscommand("Browser.Open");
  386. };
  387. bt_56.onRelease = function()
  388. {
  389.    fscommand("Browser.SetPos","1,77");
  390.    fscommand("Browser.SetSize","790,453");
  391.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Apostila de Excel II.pdf");
  392.    fscommand("Browser.Open");
  393. };
  394. bt_57.onRelease = function()
  395. {
  396.    fscommand("Browser.SetPos","1,77");
  397.    fscommand("Browser.SetSize","790,453");
  398.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Apostila de Excel III.pdf");
  399.    fscommand("Browser.Open");
  400. };
  401. bt_58.onRelease = function()
  402. {
  403.    fscommand("Browser.SetPos","1,77");
  404.    fscommand("Browser.SetSize","790,453");
  405.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Apostila de Excel IV.pdf");
  406.    fscommand("Browser.Open");
  407. };
  408. bt_59.onRelease = function()
  409. {
  410.    fscommand("Browser.SetPos","1,77");
  411.    fscommand("Browser.SetSize","790,453");
  412.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Apostila Excel 2000.pdf");
  413.    fscommand("Browser.Open");
  414. };
  415. bt_60.onRelease = function()
  416. {
  417.    fscommand("Browser.SetPos","1,77");
  418.    fscommand("Browser.SetSize","790,453");
  419.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Apostila Excel 7.pdf");
  420.    fscommand("Browser.Open");
  421. };
  422. bt_61.onRelease = function()
  423. {
  424.    fscommand("Browser.SetPos","1,77");
  425.    fscommand("Browser.SetSize","790,453");
  426.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Apostila Excel 7 - Parte 1.pdf");
  427.    fscommand("Browser.Open");
  428. };
  429. bt_62.onRelease = function()
  430. {
  431.    fscommand("Browser.SetPos","1,77");
  432.    fscommand("Browser.SetSize","790,453");
  433.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Apostila Excel 7 - Parte 2.pdf");
  434.    fscommand("Browser.Open");
  435. };
  436. bt_63.onRelease = function()
  437. {
  438.    fscommand("Browser.SetPos","1,77");
  439.    fscommand("Browser.SetSize","790,453");
  440.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Apostila Excel Basica.pdf");
  441.    fscommand("Browser.Open");
  442. };
  443. bt_64.onRelease = function()
  444. {
  445.    fscommand("Browser.SetPos","1,77");
  446.    fscommand("Browser.SetSize","790,453");
  447.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Apostila Excel Estatistica Basica.pdf");
  448.    fscommand("Browser.Open");
  449. };
  450. bt_65.onRelease = function()
  451. {
  452.    fscommand("Browser.SetPos","1,77");
  453.    fscommand("Browser.SetSize","790,453");
  454.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Apostila Excel XP.pdf");
  455.    fscommand("Browser.Open");
  456. };
  457. bt_66.onRelease = function()
  458. {
  459.    fscommand("Browser.SetPos","1,77");
  460.    fscommand("Browser.SetSize","790,453");
  461.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Application no Excel.pdf");
  462.    fscommand("Browser.Open");
  463. };
  464. bt_67.onRelease = function()
  465. {
  466.    fscommand("Browser.SetPos","1,77");
  467.    fscommand("Browser.SetSize","790,453");
  468.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Aprenda Excel I.pdf");
  469.    fscommand("Browser.Open");
  470. };
  471. bt_68.onRelease = function()
  472. {
  473.    fscommand("Browser.SetPos","1,77");
  474.    fscommand("Browser.SetSize","790,453");
  475.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Aprenda Excel II.pdf");
  476.    fscommand("Browser.Open");
  477. };
  478. bt_69.onRelease = function()
  479. {
  480.    fscommand("Browser.SetPos","1,77");
  481.    fscommand("Browser.SetSize","790,453");
  482.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Aprenda Excel III.pdf");
  483.    fscommand("Browser.Open");
  484. };
  485. bt_70.onRelease = function()
  486. {
  487.    fscommand("Browser.SetPos","1,77");
  488.    fscommand("Browser.SetSize","790,453");
  489.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Aprenda Excel IV.pdf");
  490.    fscommand("Browser.Open");
  491. };
  492. bt_71.onRelease = function()
  493. {
  494.    fscommand("Browser.SetPos","1,77");
  495.    fscommand("Browser.SetSize","790,453");
  496.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Aprenda Excel V.pdf");
  497.    fscommand("Browser.Open");
  498. };
  499. bt_72.onRelease = function()
  500. {
  501.    fscommand("Browser.SetPos","1,77");
  502.    fscommand("Browser.SetSize","790,453");
  503.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Aprenda Excel VI.pdf");
  504.    fscommand("Browser.Open");
  505. };
  506. bt_73.onRelease = function()
  507. {
  508.    fscommand("Browser.SetPos","1,77");
  509.    fscommand("Browser.SetSize","790,453");
  510.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Aprenda Excel VII.pdf");
  511.    fscommand("Browser.Open");
  512. };
  513. bt_74.onRelease = function()
  514. {
  515.    fscommand("Browser.SetPos","1,77");
  516.    fscommand("Browser.SetSize","790,453");
  517.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Automatizando Tarefas.pdf");
  518.    fscommand("Browser.Open");
  519. };
  520. bt_75.onRelease = function()
  521. {
  522.    fscommand("Browser.SetPos","1,77");
  523.    fscommand("Browser.SetSize","790,453");
  524.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Colecao Range.pdf");
  525.    fscommand("Browser.Open");
  526. };
  527. bt_76.onRelease = function()
  528. {
  529.    fscommand("Browser.SetPos","1,77");
  530.    fscommand("Browser.SetSize","790,453");
  531.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\CommandBar no Excel.pdf");
  532.    fscommand("Browser.Open");
  533. };
  534. bt_77.onRelease = function()
  535. {
  536.    fscommand("Browser.SetPos","1,77");
  537.    fscommand("Browser.SetSize","790,453");
  538.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Criando Macros.pdf");
  539.    fscommand("Browser.Open");
  540. };
  541. bt_78.onRelease = function()
  542. {
  543.    fscommand("Browser.SetPos","1,77");
  544.    fscommand("Browser.SetSize","790,453");
  545.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Eventos no Excel.pdf");
  546.    fscommand("Browser.Open");
  547. };
  548. bt_79.onRelease = function()
  549. {
  550.    fscommand("Browser.SetPos","1,77");
  551.    fscommand("Browser.SetSize","790,453");
  552.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Formulas.pdf");
  553.    fscommand("Browser.Open");
  554. };
  555. bt_80.onRelease = function()
  556. {
  557.    fscommand("Browser.SetPos","1,77");
  558.    fscommand("Browser.SetSize","790,453");
  559.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Formulas do Excel.pdf");
  560.    fscommand("Browser.Open");
  561. };
  562. bt_81.onRelease = function()
  563. {
  564.    fscommand("Browser.SetPos","1,77");
  565.    fscommand("Browser.SetSize","790,453");
  566.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Formulas e Funcoes.pdf");
  567.    fscommand("Browser.Open");
  568. };
  569. bt_82.onRelease = function()
  570. {
  571.    fscommand("Browser.SetPos","1,77");
  572.    fscommand("Browser.SetSize","790,453");
  573.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Funcoes Comuns.pdf");
  574.    fscommand("Browser.Open");
  575. };
  576. bt_83.onRelease = function()
  577. {
  578.    fscommand("Browser.SetPos","1,77");
  579.    fscommand("Browser.SetSize","790,453");
  580.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Funcoes Financeira.pdf");
  581.    fscommand("Browser.Open");
  582. };
  583. bt_84.onRelease = function()
  584. {
  585.    fscommand("Browser.SetPos","1,77");
  586.    fscommand("Browser.SetSize","790,453");
  587.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Funcoes no Excel.pdf");
  588.    fscommand("Browser.Open");
  589. };
  590. bt_85.onRelease = function()
  591. {
  592.    fscommand("Browser.SetPos","1,77");
  593.    fscommand("Browser.SetSize","790,453");
  594.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Graficos do Excel.pdf");
  595.    fscommand("Browser.Open");
  596. };
  597. bt_86.onRelease = function()
  598. {
  599.    fscommand("Browser.SetPos","1,77");
  600.    fscommand("Browser.SetSize","790,453");
  601.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Hyperlink.pdf");
  602.    fscommand("Browser.Open");
  603. };
  604. bt_87.onRelease = function()
  605. {
  606.    fscommand("Browser.SetPos","1,77");
  607.    fscommand("Browser.SetSize","790,453");
  608.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Impressao de Planilhas.pdf");
  609.    fscommand("Browser.Open");
  610. };
  611. bt_88.onRelease = function()
  612. {
  613.    fscommand("Browser.SetPos","1,77");
  614.    fscommand("Browser.SetSize","790,453");
  615.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Introducao.pdf");
  616.    fscommand("Browser.Open");
  617. };
  618. bt_89.onRelease = function()
  619. {
  620.    fscommand("Browser.SetPos","1,77");
  621.    fscommand("Browser.SetSize","790,453");
  622.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Limites do Excel.pdf");
  623.    fscommand("Browser.Open");
  624. };
  625. bt_90.onRelease = function()
  626. {
  627.    fscommand("Browser.SetPos","1,77");
  628.    fscommand("Browser.SetSize","790,453");
  629.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Manipulacao de Dados.pdf");
  630.    fscommand("Browser.Open");
  631. };
  632. bt_91.onRelease = function()
  633. {
  634.    fscommand("Browser.SetPos","1,77");
  635.    fscommand("Browser.SetSize","790,453");
  636.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Manipulando e Construindo Graficos.pdf");
  637.    fscommand("Browser.Open");
  638. };
  639. bt_92.onRelease = function()
  640. {
  641.    fscommand("Browser.SetPos","1,77");
  642.    fscommand("Browser.SetSize","790,453");
  643.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Manipulando Pastas e Planilhas.pdf");
  644.    fscommand("Browser.Open");
  645. };
  646. bt_93.onRelease = function()
  647. {
  648.    fscommand("Browser.SetPos","1,77");
  649.    fscommand("Browser.SetSize","790,453");
  650.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Metodos.pdf");
  651.    fscommand("Browser.Open");
  652. };
  653. bt_94.onRelease = function()
  654. {
  655.    fscommand("Browser.SetPos","1,77");
  656.    fscommand("Browser.SetSize","790,453");
  657.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Pol├¡grafo Excel.pdf");
  658.    fscommand("Browser.Open");
  659. };
  660. bt_95.onRelease = function()
  661. {
  662.    fscommand("Browser.SetPos","1,77");
  663.    fscommand("Browser.SetSize","790,453");
  664.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Propriedades.pdf");
  665.    fscommand("Browser.Open");
  666. };
  667. bt_96.onRelease = function()
  668. {
  669.    fscommand("Browser.SetPos","1,77");
  670.    fscommand("Browser.SetSize","790,453");
  671.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Recursos Automatizados.pdf");
  672.    fscommand("Browser.Open");
  673. };
  674. bt_97.onRelease = function()
  675. {
  676.    fscommand("Browser.SetPos","1,77");
  677.    fscommand("Browser.SetSize","790,453");
  678.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Resumo Excel 7.pdf");
  679.    fscommand("Browser.Open");
  680. };
  681. bt_98.onRelease = function()
  682. {
  683.    fscommand("Browser.SetPos","1,77");
  684.    fscommand("Browser.SetSize","790,453");
  685.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Teclas de Atalho I.pdf");
  686.    fscommand("Browser.Open");
  687. };
  688. bt_99.onRelease = function()
  689. {
  690.    fscommand("Browser.SetPos","1,77");
  691.    fscommand("Browser.SetSize","790,453");
  692.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Teclas de Atalho II.pdf");
  693.    fscommand("Browser.Open");
  694. };
  695. bt_100.onRelease = function()
  696. {
  697.    fscommand("Browser.SetPos","1,77");
  698.    fscommand("Browser.SetSize","790,453");
  699.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Teclas de Atalho III.pdf");
  700.    fscommand("Browser.Open");
  701. };
  702. bt_101.onRelease = function()
  703. {
  704.    fscommand("Browser.SetPos","1,77");
  705.    fscommand("Browser.SetSize","790,453");
  706.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Tela Basica.pdf");
  707.    fscommand("Browser.Open");
  708. };
  709. bt_102.onRelease = function()
  710. {
  711.    fscommand("Browser.SetPos","1,77");
  712.    fscommand("Browser.SetSize","790,453");
  713.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Tutorial Excel 2000.pdf");
  714.    fscommand("Browser.Open");
  715. };
  716. bt_103.onRelease = function()
  717. {
  718.    fscommand("Browser.SetPos","1,77");
  719.    fscommand("Browser.SetSize","790,453");
  720.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Usando o Excel.pdf");
  721.    fscommand("Browser.Open");
  722. };
  723. bt_104.onRelease = function()
  724. {
  725.    fscommand("Browser.SetPos","1,77");
  726.    fscommand("Browser.SetSize","790,453");
  727.    fscommand("Browser.SetURL",_level0.startdir + "\\Cursos e Apostilas\\Utilizando Formulas.pdf");
  728.    fscommand("Browser.Open");
  729. };
  730.