function newWindow(popLocation, popTitle, popFeatures) {
	var commentsWindow = window.open(popLocation, popTitle, popFeatures);
	return 0;
}