function popup(url,width,height,nom,x,y) {
	if (!nom) {	for (i=0;i<8;i++)		nom+=String.fromCharCode((Math.random()*26)+65);	}
	window.open(url,nom,'toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+width+',height='+height+',top='+y+',left='+x);
}
