	<!--

function resizeWin(newLoc, newHeight, newWidth) {
  alert("You are leaving perinatology.com");
	newWin = open("",newLoc,",menubar=yes,scrollbars=yes,resizable=yes,toolbar=yes,location=yes,left=0,top=0,height=" + newHeight + ",width=" + newWidth);

}

function openWindow(url, name) {
  alert("You are leaving perinatology.com");

  popupWin = window.open(url, name, 'menubar,toolbar,location,status,scrollbars,resizable,width=640,height=400,left=0,top=0')


}



//-->
