﻿function QWizardShowQWiz(popup) {
    popup.Show();
    return false;
}

