function printWindow() {
	if (window.print) {
		window.print();
	} else {
		alert("Your browser doesn't support this funtion. Please select \"File > Print\" from your browser's menu to print this page.");
	}
}

function MM_openBrWindow(theURL,winName,features){
window.open(theURL,winName,features);
}

var urlAddress = "http://www.haematology.com.au";
var pageName = "Microscopic Haematology";

function addToFavorites()
{
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName)
  }
  else
  { 
   alert("Sorry! Your browser doesn't support this function.");
  }
}