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