function showNotes(nFixtureID)
{
	var newWin = window.open("notesPopup.asp?fxt=" + nFixtureID, "FixtureNotes", "height=200, width=200, history=no, status=yes, scrollbars=yes");
}