JJ.imgLoad("go");

JJ.addEvent([window], "load",
	function() {
		var str;
		init();
		JJ.flash = JJ.flashVersion >= 8;
		if (JJ.flashVersion == 0) {
			str = '<p>The Flash Player is not installed.</p><p>Click <a href="http://get.adobe.com/flashplayer/" target="_blank">here</a> to install it from Adobe&rsquo;s website.</p>';
		}
		else if (JJ.flashVersion < 8) {
			str = '<p>Your Flash Player is version ' + JJ.flashVersion + '.</p><p>You must <a href="http://get.adobe.com/flashplayer/" target="_blank">upgrade</a> to a newer version to watch the videos.</p>';
		}
		else {
			str = "<p>Choose a video below.</p>";
		}
		g("video").innerHTML = str;
		JJ.addEvent(gt(g("selectors"), "span"), ["mouseover", "mouseout", "click"], [
			function() {
				this.style.textDecoration = "underline";
			},
			function() {
				this.style.textDecoration = "none";
			},
			function() {
				if (JJ.flash) {
					g("video").innerHTML = '<embed src="/flash/video/' + this.id + '.swf" menu="false" quality="high" bgcolor="#550000" width="400" height="300" type="application/x-shockwave-flash" />';
				}
			}
		]);
	}
);
