function brokenLink(link) {
	window.open(link.href, "disclaimer", "width=320,height=180,resizable,scrollbars");
}
