/************************************************
* Créer le 15.02.03, © Tony Martinez 			*
*   WWWind Internet Development for PME         *
*   http://www.wwwind.ch - contact@wwwind.ch    *
*   PopUp pour les bannières pubiblicitaires    *
*   sur Citylinks: Heli-Sky, Bernard L.         *
*   modifiée le 20.04.03                        *
*************************************************/

function open_windowc(url) {
  email = window.open(url,"info",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=1,width=550,height=300');
  }


function popupcentree(page,largeur,hauteur,options)
{
var top=(screen.height-hauteur)/2;
var left=(screen.width-largeur)/2;
window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}