function popURL(u,n,o) {

	u += "/?popup=true";

	window.open(u,n,o);
	return false;
}