$(document).ready(function(){		
	go_live();
	init();
});
function init(){
	
	$(".presse #presse").tabs("#presse div.pane", {tabs: 'h3', effect: 'slide', initialIndex: null});
	$("#presse .album").overlay({
		target:'#article',fixed:false,top:90,expose:'#000',opacity:0.8,
		onBeforeLoad:function(){
			$('#article .content').html(this.getTrigger().html());
		}
	});
}

function go_live()
{
  if(loadPlayer==1)
    newWindow =window.open(url+'/themes/dusaillant/includes/player.php','popup',
	'toolbar=no, menubar=no, resizable=no, location=no, directories=no, status=no, scrollbars=no, copyhistory=no, width=305, height=380, top=200, left=50');
}
