<!--
var rw = null;
function wspawn(u,n,w,h) {
rw = window.open(u, n, 'width=' + w + ',height=' + h +',toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,status=yes');
if (rw != null) {
if (rw.opener == null)
rw.opener = self;
window.name = 'BHRARoot';
rw.location.href = u;
}
}
//-->
