
var vBodhimindPOP_primary=''
var vBodhimindPOP_secondary=''

popWidth=screen.width-300
popHeight=screen.height-30
popLeft=(screen.width-popWidth-20)

 /*
pop_url="../@class/newActivity.htm";
wPop=window.open(pop_url,"newActivity","width=600,height="+BoardHeight+
              "\",left="+BoardLeft+"\",top=10,status,scrollbars")
wPop.focus()
*/

function pop(lnk){
vBodhimindPOP_primary=window.open(lnk,
  "Enlightment_PRI","width="+popWidth+",height="+popHeight+
  ",left="+popLeft+",top=0,scrollbars,resizable")
vBodhimindPOP_primary.focus()
}
function clearPopUp(){
if (!vBodhimindPOP_primary=='') vBodhimindPOP_primary.close()
if (!vBodhimindPOP_secondary=='') vBodhimindPOP_secondary.close()
}

