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); 
}
		


function popMenu(selObj,largeur,hauteur,options){
	page = selObj.options[selObj.selectedIndex].value;
	var top=(screen.height-hauteur)/2;     
	var left=(screen.width-largeur)/2;     
	window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options); 
	selObj.selectedIndex=0;
}

function publierPage(idPage){
	window.alert("cochée");
	var url = "liste.php?pubPageId="+idPage;	
	window.location.href=url
}

function verifForm()
{
	document.getElementById('frmList').submit();
}

function favoritos() { 
  window.external.AddFavorite(location.href, 'DEFI Informatique');
}

function accueillos() { 
if(document.all)
  document.body.style.behavior='url(#default#homepage)';
  document.body.setHomePage('http://www.defi-informatique.fr');
}


