function popup(ele) {
    var wProp = "menubar=1,toolbar=1,location=1,resizable=1,scrollbars=1,status=1,height=460,width=430,left=0,top=0"
    var reiWin = window.open(ele.href, ele.target, wProp)
    reiWin.focus()
}