function openPopup(anchor)
{
	window.open(anchor.href, "brewcoach", "menu=no,width=1024,height=720");
	return false;
}
