

function newWin(page, winName, props) {
OpenWin = this.open(page, winName, props);
}

