swfobject.embedSWF("i/presentation.swf", "presentation_swf", "469", "144", "10.0.0", "http://js.leader-group.info/swfobject/expressInstall.swf");
swfobject.embedSWF("i/player.swf", "anthem", "189", "55", "10.0.0", "http://js.leader-group.info/swfobject/expressInstall.swf");

function open_player(flv, w, h) {
	wn = window.open('flv_player.php?file=' + flv + '&width=' + w + '&height=' + h, '', 'width=' + w + ', height=' + h + ', scrollbars=0');
	wn.focus();
  return false;
}

function equal_columns() {
	var cl = $("#menu-left").height();
	var cc = $("#content").height();
	var cr = $("#menu-right").height();
	var maxH = cl+50;
	if ( maxH < cc ) maxH = cc;
	if ( maxH < cr ) maxH = cr;
	$("#menu-left").height(maxH);
	$("#menu-right").height(maxH);
	$("#wrapper").height(maxH);
	$("#content").height(maxH);
}

(function($){
	$(function() {
	  //build FAQ headlines 
	  $('#answers>dt').each(function(){
		$('<li>').html('<a href="#'+this.id+'">' + this.innerHTML + '</a>').appendTo('#questions');  
	  });
	  equal_columns();
	});
})(jQuery);