function newWindow(linkName) {
	window.open(linkName.href, '_blank');
}