
/********************************************************************************************/
/*	Pour appeler la fonction:							    */
/*ur('centre_appels.htm', 'centreAppels', '340', '485','scrollbars=No,menubar=No,toolbar=No'*/
/********************************************************************************************/
function ur(url,nom,w,h,features)
{ 
t=(screen.height - h)/2;
l=(screen.width - w)/2;
center=("top="+t+",left="+l+",width="+w+",height="+h+","+features);
window.open(url,nom,center);
}

