function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function outsidelink(){
	alert('The link you have clicked is opening a new window and will show a web site which is not part of The American College of Gastroenterology site. If you have a problem opening the window, you may need to turn off your pop-up blocker.');
}