﻿function NewWinOpen(url, x, y) {
    var options = "location=yes,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=" + x + ",height=" + y;
    msgWindow=window.open(url,"NewWinOpen",options);
}