function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openArticle(lContentID,lCurrentSection) {
	MM_openBrWindow('Article.asp?ID=' + lContentID + '&Sec=' + lCurrentSection,'Article','width=540, height=400, scrollbars=1,resizable=1')
}

