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