function xlink(ahref) {
	window.open(ahref.href);
	return false;
}