function confirmation(loc) {
	var answer = confirm("You are about to leave this Intendis, Inc. website by opening a new Web page. The site you are linking to is not controlled or endorsed by Intendis, Inc., and Intendis, Inc. is not responsible for its content.")
	if (answer==true){
		newwink= window.open(loc,'NewWindow','toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,left=0,top=0');
		//window.location = loc;
	}
}
