function OpenPopUp(path) {

	window.open (path, "mywindow", "location=0,status=1,scrollbars=1,width=1060,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");

}


