function popUp(id) {
props=window.open('../showUnionNum.asp?houseid='+id+'', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=600, height=500');
}
function popUpHouse(id) {
props=window.open('showUnionNum.asp?houseid='+id+'', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=600, height=500');
}


  


