﻿function modalWin(pageName, wdth, hight) {
//if (window.showModalDialog) {
//window.showModalDialog("xpopupex.htm","name",
//"dialogWidth:255px;dialogHeight:250px");
//} else {
    window.showModalDialog(pageName, 'name', 'dialogHeight:' + hight + 'px;dialogWidth:' + wdth + 'px');
}
//} 


