// JavaScript Document

<!--
function PU_openBrWindow(theURL) {
	var features = 'scrollbars=yes,resizable=yes,width=328,height=295';
	var noteWin = window.open(theURL, 'map', features);
	noteWin.focus();
}
//-->
