function popUpXLarge(url) {
	var popWindow = window.open(url,'pop','width=950,height=650,top=200,left=165,scrollbars,resizable=yes');
	popWindow.focus();
}

