offBC = "#aad8f1";
onBC  = "#FF5201";

function BigPrivateWindow(theURL) {
	if (!window.Big_window||Big_window.closed) { 
		Big_window = window.open(theURL,"BigW","resizable,scrollbars,width=550,height=450");		
	}else{
		var whosthere = Big_window.location;
		if (whosthere != theURL) {
			Big_window.location = theURL;
		}
		Big_window.focus(); 
	}	
	Big_window.camefrom=self;
}

