function woolfy(doc,nom,largeur,hauteur)
	{
	window.open(doc,nom,"width="+largeur+",height="+hauteur+",dependent=yes,scrollbars=yes,location=no,directories=no,toolsbar=no,resizable=no")
	}