function OpenRatingsWindow(strAnchor) {
	window.open("../Info/Ratings.aspx#"+strAnchor, "mgt_Ratings", "height=500,width=640,status=yes,menubar=yes,location=yes,resizable=yes,scrollbars=yes,toolbar=yes");
}

function closeWindow() {
	window.close();
}

