function popUp(tURL) {

window.open(tURL, "articleWin", "width=380,height=500,scrollbars=auto");

}
