function OpenPopUp(path) {
	window.open (path, "mywindow", "location=0,status=1,scrollbars=1,width=800,height=500, top=250, left=0");
}

function MentionsPopUp(path) {
	window.open (path, "mentionswindow", "location=0,status=0,scrollbars=1,width=500,height=500, top=250, left=250");
}
