function bAugConfirm() {
	var answer = confirm("WARNING - This area of the www.JayCalvertMD.com website contains nudity. It is intended only for mature adults age 18 or older who are researching their plastic surgery options. If you are not 18 years of age or are offended in anyway by the nature of these photos, click the CANCEL button now.")
	if (answer){
		window.location = "photo-gallery/breast-augmentation/gal01.html";
	}
	else {
		window.location = "#";
	}
}

function bLiftConfirm() {
	var answer = confirm("WARNING - This area of the www.JayCalvertMD.com website contains nudity. It is intended only for mature adults age 18 or older who are researching their plastic surgery options. If you are not 18 years of age or are offended in anyway by the nature of these photos, click the CANCEL button now.")
	if (answer){
		window.location = "photo-gallery/breast-lift/gal01.html";
	}
	else {
		window.location = "#";
	}
}
function bRecConfirm() {
	var answer = confirm("WARNING - This area of the www.JayCalvertMD.com website contains nudity. It is intended only for mature adults age 18 or older who are researching their plastic surgery options. If you are not 18 years of age or are offended in anyway by the nature of these photos, click the CANCEL button now.")
	if (answer){
		window.location = "photo-gallery/brst-reconstruction/gal01.html";
	}
	else {
		window.location = "#";
	}
}
function bRedConfirm() {
	var answer = confirm("WARNING - This area of the www.JayCalvertMD.com website contains nudity. It is intended only for mature adults age 18 or older who are researching their plastic surgery options. If you are not 18 years of age or are offended in anyway by the nature of these photos, click the CANCEL button now.")
	if (answer){
		window.location = "photo-gallery/brst-reduction/gal01.html";
	}
}
function iExchgConfirm() {
	var answer = confirm("WARNING - This area of the www.JayCalvertMD.com website contains nudity. It is intended only for mature adults age 18 or older who are researching their plastic surgery options. If you are not 18 years of age or are offended in anyway by the nature of these photos, click the CANCEL button now.")
	if (answer){
		window.location = "photo-gallery/implant-xchng/gal01.html";
	}
}
function tTuckConfirm() {
	var answer = confirm("WARNING - This area of the www.JayCalvertMD.com website contains nudity. It is intended only for mature adults age 18 or older who are researching their plastic surgery options. If you are not 18 years of age or are offended in anyway by the nature of these photos, click the CANCEL button now.")
	if (answer){
		window.location = "photo-gallery/tummy-tck/gal01.html";
	}
}
function lipoConfirm() {
	var answer = confirm("WARNING - This area of the www.JayCalvertMD.com website contains nudity. It is intended only for mature adults age 18 or older who are researching their plastic surgery options. If you are not 18 years of age or are offended in anyway by the nature of these photos, click the CANCEL button now.")
	if (answer){
		window.location = "photo-gallery/liposuction/gal01.html";
	}
}
function pBarConfirm() {
	var answer = confirm("WARNING - This area of the www.JayCalvertMD.com website contains nudity. It is intended only for mature adults age 18 or older who are researching their plastic surgery options. If you are not 18 years of age or are offended in anyway by the nature of these photos, click the CANCEL button now.")
	if (answer){
		window.location = "photo-gallery/post-bariatric-bdy/gal01.html";
	}
}
function confirmation() {
            var answer = confirm("WARNING - This area of the www.JayCalvertMD.com website contains nudity. It is intended only for mature adults age 18 or older who are researching their plastic surgery options. If you are not 18 years of age or are offended in anyway by the nature of these photos, click the CANCEL button now.")
            if (answer){
                window.location = "PhotoGallery.html";
            }
			else {
		        window.location = "#";
		    }
        }
