// JavaScript Document
<script language="JavaScript">
<!--
var newwin;

function openBrWindow(theURL,winFeatures) { //v2.0
  	newwin = window.open(theURL,'siteformat',winFeatures);
  	setTimeout('newwin.focus();',250);
 }

function AT_nameThisWin() {
	self.name="commplan"
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
