ÿþ<!-- saved from url=(0013)about:internet --> <html lang="en"> <head> <meta name="description" content=" Chemistry experiment videos for learning and just for fun. 111 keemia katset õppimiseks ja meelelahutuseks"> <meta name="keywords" content="Chemicum, chemistry, chemistry videos, 100 + experiments in chemistry, keemikum, keemia, keemiavideod, 100 katset keemias, 100+ katset keemias, keemiakatsed, mittemetallid, hapnik, vesinik, süsinik, lämmastik, kloor, süsinikdioksiid, süsihappegaas, ammoniaak, põlemine, redutseerumine, oksüdeerumine, pH, tasakaal, reaktsiooni kiirus, segude lahutamine, reaktsioonitunnused, orgaanilised ained, elektrokeemia, leekreaktsioonid"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-4" /> <title>Chemicum - 100+ experiments in chemistry - 100+ katset keemias</title> <script language="JavaScript" type="text/javascript"> <!-- //v1.7 // Flash Player Version Detection // Detect Client Browser type // Copyright 2005-2008 Adobe Systems Incorporated. All rights reserved. var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false; var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false; var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false; if (document.location.href.match('http://keemiavideod.ut.ee')){ try { var str = document.location.href; if(document.location.href.match('=')){ window.location = str.replace("keemiavideod.ut.ee", "www.chemicum.com"); } else{ window.location = str.replace("keemiavideod.ut.ee", "www.chemicum.com/ava"); } } catch (e) { document.write("mingi jombe"); } } function ControlVersion() { var version; var axo; var e; // NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't in the registry try { // version will be set for 7.X or greater players axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7"); version = axo.GetVariable("$version"); } catch (e) { } if (!version) { try { // version will be set for 6.X players only axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6"); // installed player is some revision of 6.0 // GetVariable("$version") crashes for versions 6.0.22 through 6.0.29, // so we have to be careful. // default to the first public version version = "WIN 6,0,21,0"; // throws if AllowScripAccess does not exist (introduced in 6.0r47) axo.AllowScriptAccess = "always"; // safe to call for 6.0r47 or greater version = axo.GetVariable("$version"); } catch (e) { } } if (!version) { try { // version will be set for 4.X or 5.X player axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3"); version = axo.GetVariable("$version"); } catch (e) { } } if (!version) { try { // version will be set for 3.X player axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3"); version = "WIN 3,0,18,0"; } catch (e) { } } if (!version) { try { // version will be set for 2.X player axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash"); version = "WIN 2,0,0,11"; } catch (e) { version = -1; } } return version; } // JavaScript helper required to detect Flash Player PlugIn version information function GetSwfVer(){ // NS/Opera version >= 3 check for Flash plugin in plugin array var flashVer = -1; if (navigator.plugins != null && navigator.plugins.length > 0) { if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) { var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : ""; var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description; var descArray = flashDescription.split(" "); var tempArrayMajor = descArray[2].split("."); var versionMajor = tempArrayMajor[0]; var versionMinor = tempArrayMajor[1]; var versionRevision = descArray[3]; if (versionRevision == "") { versionRevision = descArray[4]; } if (versionRevision[0] == "d") { versionRevision = versionRevision.substring(1); } else if (versionRevision[0] == "r") { versionRevision = versionRevision.substring(1); if (versionRevision.indexOf("d") > 0) { versionRevision = versionRevision.substring(0, versionRevision.indexOf("d")); } } var flashVer = versionMajor + "." + versionMinor + "." + versionRevision; } } // MSN/WebTV 2.6 supports Flash 4 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4; // WebTV 2.5 supports Flash 3 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3; // older WebTV supports Flash 2 else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2; else if ( isIE && isWin && !isOpera ) { flashVer = ControlVersion(); } return flashVer; } // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision) { versionStr = GetSwfVer(); if (versionStr == -1 ) { return false; } else if (versionStr != 0) { if(isIE && isWin && !isOpera) { // Given "WIN 2,0,0,11" tempArray = versionStr.split(" "); // ["WIN", "2,0,0,11"] tempString = tempArray[1]; // "2,0,0,11" versionArray = tempString.split(","); // ['2', '0', '0', '11'] } else { versionArray = versionStr.split("."); } var versionMajor = versionArray[0]; var versionMinor = versionArray[1]; var versionRevision = versionArray[2]; // is the major.revision >= requested major.revision AND the minor version >= requested minor if (versionMajor > parseFloat(reqMajorVer)) { return true; } else if (versionMajor == parseFloat(reqMajorVer)) { if (versionMinor > parseFloat(reqMinorVer)) return true; else if (versionMinor == parseFloat(reqMinorVer)) { if (versionRevision >= parseFloat(reqRevision)) return true; } } return false; } } function AC_AddExtension(src, ext) { if (src.indexOf('?') != -1) return src.replace(/\?/, ext+'?'); else return src + ext; } function AC_Generateobj(objAttrs, params, embedAttrs) { var str = ''; if (isIE && isWin && !isOpera) { str += '<object '; for (var i in objAttrs) { str += i + '="' + objAttrs[i] + '" '; } str += '>'; for (var i in params) { str += '<param name="' + i + '" value="' + params[i] + '" /> '; } str += '</object>'; } else { str += '<embed '; for (var i in embedAttrs) { str += i + '="' + embedAttrs[i] + '" '; } str += '> </embed>'; } document.write(str); } function AC_FL_RunContent(){ var ret = AC_GetArgs ( arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" , "application/x-shockwave-flash" ); AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs); } function AC_SW_RunContent(){ var ret = AC_GetArgs ( arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000" , null ); AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs); } function AC_GetArgs(args, ext, srcParamName, classid, mimeType){ var ret = new Object(); ret.embedAttrs = new Object(); ret.params = new Object(); ret.objAttrs = new Object(); for (var i=0; i < args.length; i=i+2){ var currArg = args[i].toLowerCase(); switch (currArg){ case "classid": break; case "pluginspage": ret.embedAttrs[args[i]] = args[i+1]; break; case "src": case "movie": args[i+1] = AC_AddExtension(args[i+1], ext); ret.embedAttrs["src"] = args[i+1]; ret.params[srcParamName] = args[i+1]; break; case "onafterupdate": case "onbeforeupdate": case "onblur": case "oncellchange": case "onclick": case "ondblclick": case "ondrag": case "ondragend": case "ondragenter": case "ondragleave": case "ondragover": case "ondrop": case "onfinish": case "onfocus": case "onhelp": case "onmousedown": case "onmouseup": case "onmouseover": case "onmousemove": case "onmouseout": case "onkeypress": case "onkeydown": case "onkeyup": case "onload": case "onlosecapture": case "onpropertychange": case "onreadystatechange": case "onrowsdelete": case "onrowenter": case "onrowexit": case "onrowsinserted": case "onstart": case "onscroll": case "onbeforeeditfocus": case "onactivate": case "onbeforedeactivate": case "ondeactivate": case "type": case "codebase": case "id": ret.objAttrs[args[i]] = args[i+1]; break; case "width": case "height": case "align": case "vspace": case "hspace": case "class": case "title": case "accesskey": case "name": case "tabindex": ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1]; break; default: ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1]; } } ret.objAttrs["classid"] = classid; if (mimeType) ret.embedAttrs["type"] = mimeType; return ret; } // --> </script> <script language="JavaScript" type="text/javascript"> <!-- // ----------------------------------------------------------------------------- // Globals // Major version of Flash required var requiredMajorVersion = 9; // Minor version of Flash required var requiredMinorVersion = 0; // Revision of Flash required var requiredRevision = 124; // ----------------------------------------------------------------------------- // --> </script> </head> <body bgcolor="#000000"> <center> <!--url's used in the movie--> <!--text used in the movie--> <!-- <p align="center" style="margin-top: 12; margin-bottom: 12"><span lang="et"> <b> <font face="Arial" color="#000066"> <a href="http://www.chemicum.com/?meny=Non-metals&lan=EN"><font color="#000066">Non-metals</font></a> | <a href="http://www.chemicum.com/?meny=Reactions_with_oxygen&lan=EN"> <font color="#000066">Reactions with oxygen</font></a><font face="Arial"> | </font> <a href="http://www.chemicum.com/?meny=Reactions_with_hydrogen&lan=EN"> <font color="#000066">Reactions with hydrogen</font></a><font face="Arial"> | </font> <a href="http://www.chemicum.com/?meny=Reactions_with_carbon_dioxide&lan=EN"> <font color="#000066">Reactions with carbon dioxide</font></a><font face="Arial"> | </font> <a href="http://www.chemicum.com/?meny=Reactions_with_nitrogen_and_ammonia&lan=EN"> <font color="#000066">Reactions with nitrogen and ammonia</font></a><font face="Arial"> | </font><a href="http://www.chemicum.com/?meny=Reactions_with_chlorine&lan=EN"> <font color="#000066">Reactions with chlorine</font></a><font face="Arial"> | </font> <a href="http://www.chemicum.com/?meny=Metals&lan=EN"><font color="#000066">Metals</font></a><font face="Arial"> | </font> <a href="http://www.chemicum.com/?meny=s-metals&lan=EN"><font color="#000066">s_metals</font></a><font face="Arial"> | </font> <a href="http://www.chemicum.com/?meny=p,d-metals&lan=EN"><font color="#000066">p,d_metals</font></a><font face="Arial"> | </font> <a href="http://www.chemicum.com/?meny=Flame_tests&lan=EN"> <font color="#000066">Flame tests</font></a><font face="Arial"> | </font> <a href="http://www.chemicum.com/?meny=Characteristics_of_reactions&lan=EN"> <font color="#000066">Characteristics of reactions</font></a><font face="Arial"> | </font> <a href="http://www.chemicum.com/?meny=Separation_of_mixtures&lan=EN"> <font color="#000066">Separation of mixtures</font></a><font face="Arial"> | </font> <a href="http://www.chemicum.com/?meny=Reaction_rate,_equilibrium&lan=EN"> <font color="#000066">Reaction rate, equilibrium</font></a><font face="Arial"> | </font> <a href="http://www.chemicum.com/?meny=Solutions,_pH&lan=EN"> <font color="#000066">Solutions, pH</font></a><font face="Arial"> | </font> <a href="http://www.chemicum.com/?meny=Experiments_with_organic_compounds&lan=EN"> <font color="#000066">Experiments with organic compounds</font></a><font face="Arial"> | </font><a href="http://www.chemicum.com/?meny=Electrochemistry&lan=EN"> <font color="#000066">Electrochemistry</font></a><font face="Arial"> | </font> <a href="http://www.chemicum.com/?meny=Demonstration_videos&lan=EN"> <font color="#000066">Demonstration videos</font></a><font face="Arial"> | </font> <a href="http://www.chemicum.com/?meny=Authors_and_sponsors&lan=EN"> <font color="#000066">Authors and sponsors</font></a><font face="Arial"> | </font> <a href="http://www.chemicum.com/?meny=Introduction&lan=EN"> <font color="#000066">Introduction</font></a><font face="Arial"> | </font><a href="http://www.chemicum.com/?meny=News&lan=EN"> <font color="#000066">News</font></a></font></b></span></p> <a href="http://www.chemicum.com/?video=1&lan=EN"> 1. Preparation and verification of oxygen</a><br> <a href="http://www.chemicum.com/?vid=2&lan=EN"> 2. Combustion of coal in melted potassium nitrate</a><br> <a href="http://www.chemicum.com/?vid=3&lan=EN"> 3. Combustion of sulphur in melted potassium nitrate</a><br> <a href="http://www.chemicum.com/?vid=4&lan=EN"> 4. Combustion of coal in air and oxygen</a><br> <a href="http://www.chemicum.com/?vid=5&lan=EN"> 5. Combustion of sulphur in air and oxygen</a><br> <a href="http://www.chemicum.com/?vid=6&lan=EN"> 6. Combustion of red phosphorus in air and oxygen</a><br> <a href="http://www.chemicum.com/?vid=7&lan=EN"> 7. Self-ignition of white phosphorus in air</a><br> <a href="http://www.chemicum.com/?vid=8&lan=EN"> 8. Electrolysis of water</a><br> <a href="http://www.chemicum.com/?vid=9&lan=EN"> 9. Changes in pH during water electrolysis</a><br> <a href="http://www.chemicum.com/?vid=10&lan=EN">10. Preparation and combustion of hydrogen</a><br> <a href="http://www.chemicum.com/?vid=11&lan=EN">11. Lightness of hydrogen</a><br> <a href="http://www.chemicum.com/?vid=12&lan=EN">12. Reduction of copper(II)oxide with hydrogen</a><br> <a href="http://www.chemicum.com/?vid=13&lan=EN">13. Carbon dioxide as heavier gas than air</a><br> <a href="http://www.chemicum.com/?vid=14&lan=EN">14. Preparation of CO2 from copper- hydroxidecarbonate</a><br> <a href="http://www.chemicum.com/?vid=15&lan=EN">15. Carbon dioxide as a fire-extinguisher</a><br> <a href="http://www.chemicum.com/?vid=16&lan=EN">16. Carbon dioxide in exhalation air</a><br> <a href="http://www.chemicum.com/?vid=17&lan=EN">17. Preparation of carbon dioxide from a vitamine pill</a><br> <a href="http://www.chemicum.com/?vid=18&lan=EN">18. Preparation of CO2 from lime scale and acetic acid</a><br> <a href="http://www.chemicum.com/?vid=19&lan=EN">19. Preparation of carbon dioxide from carbonated water</a><br> <a href="http://www.chemicum.com/?vid=20&lan=EN">20. Carbon dioxide reaction with alkali</a><br> <a href="http://www.chemicum.com/?vid=21&lan=EN">21. pH change in the dissolution of carbon dioxide</a><br> <a href="http://www.chemicum.com/?vid=22&lan=EN">22. Experiments with solid carbon dioxide</a><br> <a href="http://www.chemicum.com/?vid=23&lan=EN">23. Combustion of magnesium in carbon dioxide</a><br> <a href="http://www.chemicum.com/?vid=24&lan=EN">24. Nitrogen as a fire-extinguisher</a><br> <a href="http://www.chemicum.com/?vid=25&lan=EN">25. Preparation of ammonia and dissolution in water</a><br> <a href="http://www.chemicum.com/?video=26&lan=EN">25. pH change in the dissolution of ammonia</a><br> <a href="http://www.chemicum.com/?vid=27&lan=EN">27. Reaction between ammonia and hydrogen chloride</a><br> <a href="http://www.chemicum.com/?vid=28&lan=EN">28. Preparation and verification of chlorine</a><br> <a href="http://www.chemicum.com/?vid=29&lan=EN">29. Reaction of chlorine and iodide</a><br> <a href="http://www.chemicum.com/?vid=30&lan=EN">30. Photochemical reaction: chlorine and hydrogen</a><br> <a href="http://www.chemicum.com/?vid=31&lan=EN">31. Combustion of sodium in chlorine</a><br> <a href="http://www.chemicum.com/?vid=32&lan=EN">32. Reaction of chlorine and copper</a><br> <a href="http://www.chemicum.com/?vid=33&lan=EN">33. Combustion of antimony in chlorine</a><br> <a href="http://www.chemicum.com/?vid=34&lan=EN">34. Reaction of chlorine and iron</a><br> <a href="http://www.chemicum.com/?vid=35&lan=EN">35. Reaction of sodium and water</a><br> <a href="http://www.chemicum.com/?vid=36&lan=EN">36. Reaction of lithium and water</a><br> <a href="http://www.chemicum.com/?vid=37&lan=EN">37. Reaction of potassium and water</a><br> <a href="http://www.chemicum.com/?vid=38&lan=EN">38. Reaction of calcium and water</a><br> <a href="http://www.chemicum.com/?vid=39&lan=EN">39. Reaction of sodium and sulphur</a><br> <a href="http://www.chemicum.com/?vid=40&lan=EN">40. Burning of magnesium</a><br> <a href="http://www.chemicum.com/?vid=41&lan=EN">41. Burning of iron powder</a><br> <a href="http://www.chemicum.com/?vid=42&lan=EN">42. Burning of zinc powder</a><br> <a href="http://www.chemicum.com/?vid=43&lan=EN">43. Aluminothermy</a><br> <a href="http://www.chemicum.com/?vid=44&lan=EN">44. Reaction of aluminium and alkali</a><br> <a href="http://www.chemicum.com/?vid=45&lan=EN">45. Reaction of iron and sulphur</a><br> <a href="http://www.chemicum.com/?vid=46&lan=EN">46. Reaction of zinc and iodine</a><br> <a href="http://www.chemicum.com/?vid=47&lan=EN">47. Reaction of zinc and acids</a><br> <a href="http://www.chemicum.com/?vid=48&lan=EN">48. Reaction of copper and nitric acid</a><br> <a href="http://www.chemicum.com/?vid=49&lan=EN">49. Deposition of copper on iron</a><br> <a href="http://www.chemicum.com/?vid=50&lan=EN">50. Deposition of mercury on copper</a><br> <a href="http://www.chemicum.com/?vid=51&lan=EN">51. Flame-test of a sodium salt</a><br> <a href="http://www.chemicum.com/?vid=52&lan=EN">52. Flame-test of a potassium salt</a><br> <a href="http://www.chemicum.com/?video=53&lan=EN">53. Flame-test of a lithium salt</a><br> <a href="http://www.chemicum.com/?vid=54&lan=EN">54. Flame-test of a barium salt</a><br> <a href="http://www.chemicum.com/?vid=55&lan=EN">55. Flame-test of a strontium salt</a><br> <a href="http://www.chemicum.com/?vid=56&lan=EN">56. Flame-test of copper</a><br> <a href="http://www.chemicum.com/?vid=57&lan=EN">57. Charateristics of a chemical reaction</a><br> <a href="http://www.chemicum.com/?vid=58&lan=EN">58. Color changes</a><br> <a href="http://www.chemicum.com/?vid=59&lan=EN">59. Evolution of gas</a><br> <a href="http://www.chemicum.com/?vid=60&lan=EN">60. Formation of insoluble compound</a><br> <a href="http://www.chemicum.com/?vid=61&lan=EN">61. Generation of light</a><br> <a href="http://www.chemicum.com/?vid=62&lan=EN">62. Sound effect</a><br> <a href="http://www.chemicum.com/?vid=63&lan=EN">63. Release of heat</a><br> <a href="http://www.chemicum.com/?vid=64&lan=EN">64. Absorption of heat</a><br> <a href="http://www.chemicum.com/?video=65&lan=EN">65. The Pharaoh's Serpent</a><br> <a href="http://www.chemicum.com/?vid=66&lan=EN">66. Filtration</a><br> <a href="http://www.chemicum.com/?vid=67&lan=EN">67. Vacuum filtration</a><br> <a href="http://www.chemicum.com/?vid=68&lan=EN">68. Separation of immiscible liquids</a><br> <a href="http://www.chemicum.com/?vid=69&lan=EN">69. Sublimation</a><br> <a href="http://www.chemicum.com/?vid=70&lan=EN">70. Destillation</a><br> <a href="http://www.chemicum.com/?vid=71&lan=EN">71. Centrifugation</a><br> <a href="http://www.chemicum.com/?vid=72&lan=EN">72. Chemical purification of gasses</a><br> <a href="http://www.chemicum.com/?vid=73&lan=EN">73. The effect of concentration on rate of reaction</a><br> <a href="http://www.chemicum.com/?vid=74&lan=EN">74. Dependence of reaction rate on primary substance</a><br> <a href="http://www.chemicum.com/?vid=75&lan=EN">75. Temperature influence on chemical equilibrium</a><br> <a href="http://www.chemicum.com/?vid=76&lan=EN">76. Chromium(III)oxide as a catalyst</a><br> <a href="http://www.chemicum.com/?vid=77&lan=EN">77. Water ignites fire</a><br> <a href="http://www.chemicum.com/?vid=78&lan=EN">78. Influence of mixing on the speed of dissolution</a><br> <a href="http://www.chemicum.com/?vid=79&lan=EN">79. Temperature dependence of salt solubility</a><br> <a href="http://www.chemicum.com/?vid=80&lan=EN">80. Solubility of a gas</a><br> <a href="http://www.chemicum.com/?vid=81&lan=EN">81. The color scale of universal indicator</a><br> <a href="http://www.chemicum.com/?vid=82&lan=EN">82. Strong and weak acids and bases</a><br> <a href="http://www.chemicum.com/?vid=83&lan=EN">83. Determination of pH for consumer goods</a><br> <a href="http://www.chemicum.com/?vid=84&lan=EN">84. pH of salt solutions, hydrolysis</a><br> <a href="http://www.chemicum.com/?vid=85&lan=EN">85. Basic oxide reaction with water</a><br> <a href="http://www.chemicum.com/?video=86&lan=EN">86. Magical color changes</a><br> <a href="http://www.chemicum.com/?vid=87&lan=EN">87. Burning of carbohydrates</a><br> <a href="http://www.chemicum.com/?vid=88&lan=EN">88. Burning of alcohols</a><br> <a href="http://www.chemicum.com/?vid=89&lan=EN">89. Reaction of sodium and ethanol</a><br> <a href="http://www.chemicum.com/?vid=90&lan=EN">90. Reaction of sulphuric acid and carbohydrates</a><br> <a href="http://www.chemicum.com/?video=91&lan=EN">91. Combustion of nitrocellulose</a><br> <a href="http://www.chemicum.com/?video=92&lan=EN">92. Combustion of boric acid ethyl ester</a><br> <a href="http://www.chemicum.com/?video=93&lan=EN">93. Chemiluminescence</a><br> <a href="http://www.chemicum.com/?video=94&lan=EN">94. Time fuse</a><br> <a href="http://www.chemicum.com/?video=95&lan=EN">95. Chemical current source</a><br> <a href="http://www.chemicum.com/?vid=96&lan=EN">96. Hydrogen-oxygen fuel cell</a><br> <a href="http://www.chemicum.com/?vid=97&lan=EN">97. Storing wind energy in hydrogen</a><br> <a href="http://www.chemicum.com/?vid=98&lan=EN">98. Storing solar energy in hydrogen</a><br> <a href="http://www.chemicum.com/?vid=99&lan=EN">99. Tic-Tac supercapacitor</a><br> <a href="http://www.chemicum.com/?vid=100&lan=EN">100. Electrochemical deposition of copper</a><br> <a href="http://www.chemicum.com/?video=101&lan=EN">101. Reaction of rubidium and water</a><br> <a href="http://www.chemicum.com/?video=102&lan=EN">102. Reaction of caesium and water</a><br> <a href="http://www.chemicum.com/?video=103&lan=EN">103. Thermoreactive compounds</a><br> <a href="http://www.chemicum.com/?vid=104&lan=EN">104. Volcano</a><br> <a href="http://www.chemicum.com/?vid=105&lan=EN">105. Oxidizing properties of manganese(VII) oxide</a><br> <a href="http://www.chemicum.com/?vid=106&lan=EN">106. Preparation and combustion of silane</a><br> <a href="http://www.chemicum.com/?video=107&lan=EN">107. Chemical clock</a><br> <a href="http://www.chemicum.com/?vid=108&lan=EN">108. Fire as an artist</a><br> <a href="http://www.chemicum.com/?vid=109&lan=EN">109. Silicate garden</a><br> <a href="http://www.chemicum.com/?video=110&lan=EN">110. Pyrophoric iron</a><br> <a href="http://www.chemicum.com/?vid=111&lan=EN">111. Combustion in potassium chlorate</a><br> --> <script language="JavaScript" type="text/javascript"> <!-- var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision); if(hasRightVersion) { // if we've detected an acceptable version // embed the flash movie AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0', 'width', '835', 'height', '623', 'src', '100kk', 'quality', 'high', 'pluginspage', 'http://www.adobe.com/go/getflashplayer', 'align', 'middle', 'play', 'true', 'loop', 'true', 'scale', 'noscale', 'wmode', 'transparent', 'devicefont', 'false', 'id', '100kk', 'bgcolor', '#000000', 'name', '100kk', 'menu', 'true', 'allowFullScreen', 'true', 'allowScriptAccess','sameDomain', 'movie', '100kk', 'salign', '' ); //end AC code } else { // flash is too old or we can't detect the plugin var alternateContent = ' ' + '<p align="center"><font color="#83B52F"><a href="http://www.chemicum.com/chemistry-videos">100+ experiments in chemistry</a> | ' + '<a href="http://www.chemicum.com/ava.htm">100+ katset keemias</a> | ' + '<a href="http://www.chemicum.com/ru">100+ M:A?5@8<5=B>2 ?> E8<88</a></font></p>' + '<p align="center"><font size="6" color="#009933" face="Verdana">Chemistry videos</font></p>' + '<p align="center"><font color="#FFFFFF">To watch 111 chemistry videos you need to install <a href="http://www.adobe.com/go/getflashplayer/">Flash player</a>. If you have html5 browser only, then proceed to <a href="http://www.youtube.com/chemicum/">youtube.com/chemicum</a>. </font></p> ' + '<iframe width="241" height="180" src="http://www.youtube.com/embed/BEsKMaIiu6M" frameborder="0" allowfullscreen></iframe>' + '<iframe width="241" height="180" src="http://www.youtube.com/embed/On2jbcMXhtY" frameborder="0" allowfullscreen></iframe>' + '<a href="http://www.chemicum.com/?video=102&lan=EN"><img width="241",height="180", src="http://www.chemicum.com/img/Reaction_of_caesium_and_water.jpg"/></a>'; document.write(alternateContent); // insert non-flash content } // --> </script> <noscript> // 111 awesome experiment videos from chemicum: explosions, burning, color changes, electrochemistry, labware. //Plahvatused, sähvakad, värvilised leegid, elektrokeemia ja muud ägedad keemiavideod. <p align="center"><font color="#83B52F"><a href="http://www.chemicum.com/chemistry-videos">100+ experiments in chemistry</a> | <a href="http://www.chemicum.com/ava.htm">100+ katset keemias</a> | <a href="http://www.chemicum.com/ru">100+ M:A?5@8<5=B>2 ?> E8<88</a></font> </p> <p align="center"> <font size="6" color="#009933" face="Verdana">Chemistry videos - <a href="http://www.chemicum.com/?&lan=EN">chemicum.com</a></font></p> <p align="center">To watch 111 chemistry videos you need to install <a href="http://www.adobe.com/go/getflashplayer/">Flash player</a>. If you have html5 browser only, then proceed to <a href="http://www.youtube.com/chemicum/">youtube.com/chemicum</a>. </p> <p align="center"> <iframe width="241" height="180" src="http://www.youtube.com/embed/BEsKMaIiu6M" frameborder="0" allowfullscreen></iframe> <iframe width="241" height="180" src="http://www.youtube.com/embed/On2jbcMXhtY" frameborder="0" allowfullscreen></iframe> <img width="241",height="180", src="http://www.chemicum.com/img/Reaction_of_caesium_and_water.jpg"/></a> </p> </noscript> </center> </body> </html>