function openWindow(opener) {	thisWindow = window.open(opener,'popup','toolbar=no,location=yes,scrollbars=yes,resizable=yes');	}	function validate(thisForm) {	commentString = thisForm.requirements.value	thisString = commentString.substring(0,26)	if (thisString == "Put your own comments here" || commentString == "")		{		alert('Please add your own comment or question')		return false		}	}