<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


function MM_jumpMenuGo(selName,targ,restore){ //v3.0
  var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);
}

function emoticon(text) { var txtarea =
document.formulaire.texte; text = ' ' + text + ' '; if
(txtarea.createTextRange && txtarea.caretPos) { var caretPos =
txtarea.caretPos; caretPos.text =
caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? caretPos.text +
text + ' ' : caretPos.text + text; txtarea.focus(); } else {
txtarea.value += text; txtarea.focus(); } }




function popup(mon_url, nom_de_la_pop, hauteur, largeur, haut, gauche, place) { 
   window.open(mon_url, nom_de_la_pop, hauteur, largeur, haut, gauche, place);
}

function pop_texte(article) {
var url='page.php?fond=popup&id_article='+article;

fen = window.open(url,"fenetre","width=500,height=350,scrollbars=1,toolbar=0,menubar=0,location=0,resizable=yes,status=0");

}

function openwin(ow) {
url = '/pop.htm?' + ow;
fen = window.open(url,"fenetre","width=350,height=350,scrollbars=1,toolbar=0,menubar=0,location=0,resizable=yes,status=0");
}


<!-- ouverture du pop up Player audio -->

function image(img,larg,haut)
{
ImgWindow=open(img,'images','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width='+larg+',height='+haut+'')

ImgWindow=open(img,'images','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width='+larg+',height='+haut+'')

}

function xpro_toggle(direction)
		{
			var oXpro_cnt_1 = document.getElementById('xpro_cnt_1');

			var oXpro_open_txt = document.getElementById('xpro_open_txt');
			
			if( direction == 'open' )
			{
				oXpro_cnt_1.style.display = 'block';

				oXpro_open_txt.innerHTML = "<a  href=javascript:xpro_toggle('close')  onmouseover=xpro_toggle('close')  class='oBt o_'><img border='0'  src='http://cdn.channel.aol.com/channels/xpro_arr_up' alt/>&nbsp;Close</a>";
			}
			else
			{
				oXpro_cnt_1.style.display = 'none';

				oXpro_open_txt.innerHTML = "<a  href=javascript:xpro_toggle('open')  onmouseover=xpro_toggle('open')  class='oBt o_'><img border='0'  src='http://cdn.channel.aol.com/channels/xpro_arr_dn' alt/>&nbsp;More</a>";
			}
		}

function phpads_deliverActiveX(content)
{
	document.write(content);	
}

var newWin = null;
function closeWin(){
if (newWin != null){
if(!newWin.closed)
newWin.close();
}
}

function hover(obj){
  if(document.all){
    UL = obj.getElementsByTagName('ul');
    if(UL.length > 0){
      sousMenu = UL[0].style;
      if(sousMenu.display == 'none' || sousMenu.display == ''){
        sousMenu.display = 'block';
      }else{
        sousMenu.display = 'none';
      }
    }
  }
}

function setHover(){
  LI = document.getElementById('menu').getElementsByTagName('li');
  nLI = LI.length;
  for(i=0; i < nLI; i++){
    LI[i].onmouseover = function(){
      hover(this);
    }
    LI[i].onmouseout = function(){
      hover(this);
    }
  }
}