function openBrWindow(url,name,width,height) {
	features = 'width=' + width + ',height=' + height + ',toolbar=no,menubar=no,scrollbars=no,resizable=no,status=no,marginwidth=0,marginheight=0';
	window.open(url,name,features);
}
