<!-- 
function dic1(page) { 
window.open(page,"news","width=750, height=400, scrollbars=1, toolbar=0, resizable=0"); 
//window.focus(); 
return; 
} 

function dic(page) { 
window.open(page,"news","width=502, height=444, scrollbars=0, toolbar=0, resizable=0"); 
//window.focus(); 
return; 
} 
// -->