<!--
function popArticle (page,menu){

var sProperties = "";
sProperties += "scrollbars=0,resizable=1,width=340,height=325,";
sProperties += "status=0,menubar=0"+menu+",location=0,toolbar=0"+menu+",left=20,top=20";

SendWindow = window.open(page,"SendWindow",sProperties);
SendWindow.focus(); 
}
//-->