function printResult(requete, chanson, auteur, theme, forme, nbvoix, caractere, niveau, type, params){
	prop="location=0,width=300,height=200,top=0,left=0,resizable=yes,scrollbars=1,menubar=0";
	page="printResult.php?query="+requete+"&chanson="+chanson+"&auteur="+auteur+"&theme="+theme+"&forme="+forme+"&type="+type+"&nbvoix="+nbvoix+"&caractere="+caractere+"&niveau="+niveau+"&params="+params;
	window.open(page,"print", prop);
}
function printDisc(query,livret,pochette){
	prop="location=0,width=300,height=200,top=0,left=0,resizable=yes,scrollbars=1,menubar=0";
	page="printDisc.php?query="+query+"&livret="+livret+"&pochette="+pochette;
	window.open(page,"print", prop);
}