﻿function ShowPopup(WizType, AppPath)
{
    var Profile = AppPath + 'Profil.aspx?w=' + WizType;
    window.open(Profile , 'WizWindow','width=800, height=600, scrollbars=yes,status=no,location=no,menubar=no,resizable=yes,directories=no');
}
