<!-- 
function dic(page) { 
window.open(page,"_blank","width=320, height=240, scrollbars=0, toolbar=0, resizable=0"); 
//window.focus(); 
return; 
} 
// -->