function newWindow01a() {
	window.open('/includes/popup_email_jpius.html','emailwin','width=217,height=250,left=1,top=1,toolbar=no,scrollbars=no,resizable=no');
}
function newWindow01b() {
	window.open('/includes/popup_email_kdavis23.html','emailwin','width=350,height=150,left=1,top=1,toolbar=no,scrollbars=no,resizable=no');
}
function newWindow02() {
	window.open('/includes/popup_resume.html','resumewin','width=515,height=350,left=1,top=1,toolbar=no,scrollbars=no,resizable=no');
}
function newWindow03(url) {
	window.open('/includes/popup_externalSite.html','externalwin','width=520,height=400,left=1,top=1,toolbar=no,scrollbars=no,resizable=no');
}

function leavesite(id)
	{
	question = confirm("You are leaving DePuy Spine and visiting an external website where our Privacy Policy and Legal Notice do not apply.  You are solely responsible for your interactions with this website.  Do you wish to continue?");
	if (question !="0"){
		window.open(id)
		}
	}
	
function secure()
{
var answer = confirm ( 'You are now leaving the DePuySpine.com website and entering a secure website for form processing.  Click OK to continue.' )
	if (answer)
		window.open('https://www.allaboutbackandneckpain.com/charitedev/domestic/infokit.asp','secure','width=777,height=500,menubar=no,scrollbars=yes')	
	else
		return false;
}