// JavaScript Document

function alertCopy() {
		msg = ("The following copyright material is provided by the publisher at no charge for promotional and advertising purposes. It is for the sole use of the recipient and is not to be sold, bartered, or traded without the copyright holder's written permission. \n \n Watson Publishing International LLC")
	    alert(msg)
	    }
		
function openReview() {
	windowStuff = "screenX=0,screenY=0,left=0,top=0,scrollbars=1,resizable=0,toolbar=0,location=0,menubar=0,titlebar=0,status=0,width=462,height=450";
	owin = window.open('henry-reviews.html','reviews',windowStuff);
	owin.focus();
}