<!--
function logs(file, w, h) 
{ 
    var dati = 'menubar=no,width='+w+',height='+h+',scrollbars=no,resizeable=no,top=188,left=30'; 
    window.open(file, 'Bilde', dati); 
}

//-->
