function OF(url,nom,detail) 
{
    window.open(url,nom,detail)     
}
