/**
 * @author Mattes
 */
$(document).ready(function(){
	$("#right_frame").toggle(function() {
		$(this).animate({top: "0px"}) 
	}, function() {
		$(this).animate({top: "-50px"}) 
	}
	)
	$("#bbl").click(function() {
		$("#releasePlayer_box").html("<script type='text/javascript'>$(document).ready(function(){var FO = { movie:'data/releasePlayer.swf', width:'520', height:'400', majorversion:'8', build:'40', wmode:'transparent', flashvars:'xmlPlaylist=data/data_bbl.xml' };UFO.create(FO, 'player');})</script>")
	})
	$("#thunderbloodheart").click(function() {
		$("#releasePlayer_box").html("<script type='text/javascript'>$(document).ready(function(){var FO = { movie:'data/releasePlayer.swf', width:'520', height:'400', majorversion:'8', build:'40', wmode:'transparent', flashvars:'xmlPlaylist=data/data_thunderblood.xml' };UFO.create(FO, 'player');})</script>")
	})
	$("#weaponry").click(function() {
		$("#releasePlayer_box").html("<script type='text/javascript'>$(document).ready(function(){var FO = { movie:'data/releasePlayer.swf', width:'520', height:'400', majorversion:'8', build:'40', wmode:'transparent', flashvars:'xmlPlaylist=data/data_weaponry.xml' };UFO.create(FO, 'player');})</script>")
	})
	$("#apocalypse").click(function() {
		$("#releasePlayer_box").html("<script type='text/javascript'>$(document).ready(function(){var FO = { movie:'data/releasePlayer.swf', width:'520', height:'400', majorversion:'8', build:'40', wmode:'transparent', flashvars:'xmlPlaylist=data/data_apocalypse.xml' };UFO.create(FO, 'player');})</script>")
	})
	$("#breathing").click(function() {
		$("#releasePlayer_box").html("<script type='text/javascript'>$(document).ready(function(){var FO = { movie:'data/releasePlayer.swf', width:'520', height:'400', majorversion:'8', build:'40', wmode:'transparent', flashvars:'xmlPlaylist=data/data_breathing.xml' };UFO.create(FO, 'player');})</script>")
	})
	
})
