var browser = ""

function pop(src,name,w,h)
	{
	size=",width="+w+",height="+h
	browser = window.open(src, name,"scrollbars=no,resizable=no,toolbar=no,status=no,menubar=no,location=no,directories=no"+size)
	return browser
	}

function coopt() {browser = pop("../coopt.asp?site=" + popStyle.site + "&h=" + popStyle.marginHeight, "coopt", popStyle.largeur, popStyle.hauteur)}
function actu() {browser = pop("actualites.asp?h=50", "coopt", 650, 360)}