// JavaScript Document

var win = null;
function MM_openBrWindow(theURL,winName,features) { //v2.0
	LeftPosition = (screen.width) ? (screen.width - 420) / 2 : 0;
	TopPosition = (screen.height) ? (screen.height - 470) / 2 : 0;
	features+=',top='+TopPosition+',left='+LeftPosition
	win = window.open(theURL,winName,features);
	if(win.window.focus) {
		win.window.focus();
	}
}


//----------


