<!-- 
function news(page) { 
window.open(page,"_blank","width=505, height=390, scrollbars=1, toolbar=0, resizable=0"); 
//window.focus(); 
return; 
} 
// -->