function feedBack(URL){
	var imgWin = window.open(URL,'_feedback','scrollbars=no,resizable=1,width=640,height=485');
	if( !imgWin ) { return true; } //popup blockers should not cause errors
	return false;
}