var winQuizz;
var winIdeesRecues;

function quiz()
{
	var width = 610;
	var height = 457;
	var left = (screen.availWidth - width) / 2;
	var top = (screen.availHeight - height) / 2;
	winQuizz = window.open('quiz.asp', 'winQuizz', 'width=' + width + ',height=' + height + ',top=' + top + ',left=' + left);
}

function idrecu()
{
	var width = 610;
	var height = 457;
	var left = (screen.availWidth - width) / 2;
	var top = (screen.availHeight - height) / 2;
	winIdeesRecues = window.open('idrecu.asp', 'winIdeesRecues', 'width=' + width + ',height=' + height + ',top=' + top + ',left=' + left);
}
function offres()
{
	var width = 740;
	var height = 612;
	var left = (screen.availWidth - width) / 2;
	var top = (screen.availHeight - height) / 2;
	winIdeesRecues = window.open('offresM4.asp')
	//winIdeesRecues = window.open('rech_result.asp', 'winIdeesRecues', 'width=' + width + ',height=' + height + ',top=' + top + ',left=' + left);
}
function candidatures()
{
	//META4
	//var width = 740;
	//var height = 612;
	//var left = (screen.availWidth - width) / 2;
	//var top = (screen.availHeight - height) / 2;
	winIdeesRecues = window.open('deposez_cand_spont.asp');//, 'winIdeesRecues', 'width=' + width + ',height=' + height + ',top=' + top + ',left=' + left);
}