﻿function PopupFeedback()
{
	window.open(/*URL*/"/feedback_popup.html", 
		"",
		"width=500,height=400,left=200,top=150,screenX=200,screenY=150,status=no,scrollbars=yes,menubar=no,toolbar=no;locationbar=no,personalbar=no,resizable=yes");
}
