

function subNav(){
	var covlogo = document.getElementById("subNav");
	covlogo.innerHTML = "<a href='http://www.greenehealth.org/events/cov'><img src='http://www.greenehealth.org/events/cov/files/covLogo.gif' /></a>";
}

function pageLoad(){

}

window.onload =  pageLoad;

function CreateBookmarkLink() {
	window.external.AddFavorite(location.href, document.title);
}

function resizeText(multiplier) {   
  if (document.getElementById("body_contents").style.fontSize == "") {   
    document.getElementById("body_contents").style.fontSize = "1.0em";   
  }   
  document.getElementById("body_contents").style.fontSize = parseFloat(document.getElementById("body_contents").style.fontSize) + (multiplier * 0.2) + "em";   
}  

function Clickheretoprint()
{ 
	window.print();
}
