function peep(tintinUrl) {
	this.totoUrl=tintinUrl;
	fenetre=window.open(totoUrl,'NomDeMaFenetre','scrollbars=yes,menubar=yes,status=yes,resizable=yes,width=600,height=280,top=100,left=100');
	fenetre.focus()
}