﻿function openpopupwin(reff,prop){
nwwin=window.open(reff, "ppwin", prop);
nwwin.focus();
}
