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