function showComments(commentsPage)
{
	commentsWindow = window.open(commentsPage, "commentsWin", "width=575,height=450,scrollbars,resizable")
}
