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