﻿<!--
function confirmpg(pgaddr) {
	var answer = confirm('You are about to leave a secure area. \nIf you click \"OK\" you will be asked to log in again. ');
	if (answer){
		window.location = pgaddr;
	}	
}
//-->
