function openUrl(url, params)
      { 
       window.location='http://www.lido.fr/index.html',
       window.open(url,'_blank', params);
      }