function popArticle(path) {
	var name = "PopResearchStarter";
	var features = "width=700,height=600,scrollbars=yes,toolbar=yes";
	openWin = window.open(path,name,features);
	openWin.focus();
}
