﻿function YhfPopup(w, h, p) {
var wnd;
wnd = window.open(p, 'MoneyBox5', 'width='+w+', height='+h+',top=50,left=100,resizable=yes,scrollbars=yes');
wnd.focus();
}
