<!--
function CPW_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function replacer(str,replaceme,withme)
{
	var re = new RegExp (replaceme, 'gi') ;
	str = str.replace(re, withme);
	return str;
}
// -->
