function popupChat(link) {
	newwindow=window.open(link.href,'Brew City Tools Live Chat','height=600,width=600');
	if (window.focus) {newwindow.focus()}
	return false;
}

