// ouvre un fenetre a taille/url souhaités
function openWindow(url,name,parametres){
	var sporWin=window.open(url,name,parametres);
}
