function badr_openLink(linkURL)
{
	newWindow = window.open(linkURL);
	newWindow.focus();
	return true;
}