self.name = 'mainsite';

var newwindow = '';
 function openBrWindow(url,name,features){
 		newwindow=window.open(url,name,features);
 		if (!newwindow.opener) newwindow.opener = self;
 		if (window.focus) {
 		newwindow.focus()
 	}
}
