<!--

function detail(url, NOVE, w, h) 
{
    Fokus = window.open(url, NOVE, 'resizable=1,top=20,left=20,menubar=0,width=' + 520 + ',height=' + 420);
    Fokus.focus()
}

// -->