function playerVideo(vars)
{
	var w=500;
	var h=525;
	var x=(screen.width-w)/2;
	var y=(screen.height-h)/2;
	window.open("./?p=playerVideo&"+vars, "", "top="+y+", left="+x+", width="+w+", height="+h+", toolbar=0, location=0, directories=0, status=0, copyhistory=0, menubar=0, scrollbars=0, resizable=0");
}

function playerAudio(vars)
{
	var w=230;
	var h=75;
	var x=(screen.width-w)/2;
	var y=(screen.height-h)/2;
	window.open("./?p=playerAudio&"+vars, "", "top="+y+", left="+x+", width="+w+", height="+h+", toolbar=0, location=0, directories=0, status=0, copyhistory=0, menubar=0, scrollbars=0, resizable=1");
}

function ouvrirPhoto(id)
{
	var w=470;
	var h=470;
	var x=(screen.width-w)/2;
	var y=(screen.height-h)/2;
	window.open("./?p=photo&photo="+id, "", "top="+y+", left="+x+", width="+w+", height="+h+", toolbar=0, location=0, directories=0, status=0, copyhistory=0, menubar=0, scrollbars=0, resizable=0");
}

function detailsDate(id)
{
	var w=450;
	var h=300;
	var x=(screen.width-w)/2;
	var y=(screen.height-h)/2;
	window.open("./?p=date&date="+id, "", "top="+y+", left="+x+", width="+w+", height="+h+", toolbar=0, location=0, directories=0, status=0, copyhistory=0, menubar=0, scrollbars=1, resizable=1");
}

function demandeInvit(id)
{
	var w=480;
	var h=480;
	var x=(screen.width-w)/2;
	var y=(screen.height-h)/2;
	window.open("./?p=dateInvitation&date="+id, "", "top="+y+", left="+x+", width="+w+", height="+h+", toolbar=0, location=0, directories=0, status=0, copyhistory=0, menubar=0, scrollbars=1, resizable=1");
}

