﻿function confirmation(url) {
	var answer = confirm("You are now leaving the Terumo Medical Corporation website.")
	if (answer) {
		window.open(url);
	}
}