/* auteur: RADIMBY */
/* Date de création: 16/05/2003 */

function MM_openBrWindow(theURL,winName,features) { //v2.0
  theURL = theURL + '?file=pop_promo.htm&idpromo=' + listId[numImg]; 
  if (listId[numImg] != 0) {  		
   	pop = window.open(theURL,winName,features);
	var windowX = (screen.width/2)-(600/2);
	pop.moveTo(windowX,0);
	pop.focus();
  }
}

function openBrWindow(theURL,winName,features) { //v2.0
  pop = window.open(theURL,winName,features);
	var windowX = (screen.width/2)-(600/2);
	pop.moveTo(windowX,0);
	pop.focus();
}
