function PopArticle(path,name) {
	features = "width=503,height=400,toolbar=no,location=no,status=no,menubar=no,scrollbars=1,resizeable=no"
	name = "Instructor"
	popWindow = window.open(path,name,features).focus();
}