//This script is for adjusting the text-align of a main content area.

function openWin(theURL,winName,features) {
	var newWin = window.open(theURL,winName,features);
	newWin.focus();
}
