static void aboutDialog(HINSTANCE hInstance) {
	AboutDialog dlg;
	dlg.showModal(hInstance, IDD_ABOUT);
}