function OpenCommentWindow()
{
	newWindow = window.open('blank.htm', 'fraComment', 'width=400,height=270');
}
