	<!--

function resizeWin(newLoc, newHeight, newWidth) {

  alert("You are leaving perinatology.com");

	newWin = open("",newLoc,",menubar=yes,toolbar=yes,stauts=yes,scrollbars=yes,location=yes,resizable=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')


}



//-->
