<!--
gFlashVars = "";
function openBrWindow(theURL,winName,features){
	winRef = window.open(theURL,winName,features);
	winRef.focus();
}
function closeBrWindow(){
	window.close();
}
// -->
