function openFeedback(url) {
	window.open(url, 'feedbackWindow', 'directories=no,hotkeys=no,height=320,width=370,location=no,menubar=no,personalbar=no,resizable=yes,scrollbars=yes,status=yes,toolbar=no');
	return false;
}
