//popup
function PopWin(pg,nm,wi,he,sc,rz) {
window.open(''+pg+'',''+nm+'','width='+wi+',height='+he+',scrollbars='+sc+',resizable='+rz+'');
}