﻿function toggleSub(nr, aa) {
	for (var n = 1; n <= aa; n++) {
		$("#m_"+nr+"s"+n).toggle();
	}
}

function toonContent(d) {
	$("#"+d).show();
	$("#"+d+"_link").hide();

	if (d == "video") {
		$("#video_holder").css({
			height: 229,
			width: 390
		});
		setTimeout(function() {
			var so = new SWFObject("../flash/flvplayer.swf", "well_video", "390", "229", "6", "#003c50");
				so.addVariable("film", "imagevideo_390x209.flv");
				so.write("video_holder");
		}, 250);
	}
}
function sluitContent(d) {
	$("#"+d).hide();
	$("#"+d+"_link").show();
}
$(function() {
	toggleSub('04', 3);
});




  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-5620643-27']);
  _gaq.push(['_gat._anonymizeIp']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
