

	
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_findObj(n, d) { //v4.0
  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 && document.getElementById) x=document.getElementById(n); return x;
}

function MM_jumpMenuGo(selName,targ,restore){ //v3.0
  var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);
}



	
function selection(an)
   {
	if (an == annee_bul)
		return (', selected');
	else
		return ('');
   }

   
document.write('<form name="form1" method="post" action="">');
document.write('<select name="menu1" onChange="MM_jumpMenu(\'self\',this,0)">');
document.write('<option value="bulletin-bce-2010.htm"', (selection("2010")), '>Année 2010</option>');
document.write('<option value="bulletin-bce-2009.htm"', (selection("2009")), '>Année 2009</option>');
document.write('<option value="bulletin-bce-2008.htm"', (selection("2008")), '>Année 2008</option>');
document.write('<option value="/archipel/bce/bce_bm.html" target="_blank"', (selection("2007")), '>Années antérieures</option>');
document.write('</select>');
document.write('<input type="button" name="Button1" value="Ouvrir" onClick="MM_jumpMenuGo(\'menu1\',\'self\',0)">');
document.write('</form>');

/*
document.write('<form name="form1" method="post" action="">');
document.write('<select name="menu1" onChange="MM_jumpMenu(\'self\',this,0)">');
document.write('<option value="2.htm"', (selection("2009")), '>Année 2009</option>');
document.write('<option value="bul2008.htm"', (selection("2008")), '>Année 2008</option>');
document.write('<option value="bul2007.htm"', (selection("2007")), '>Année 2007</option>');
document.write('<option value="bul2006.htm"', (selection("2006")), '>Année 2006</option>');
document.write('<option value="bul2005.htm"', (selection("2005")), '>Année 2005</option>');
document.write('<option value="bul2004.htm"', (selection("2004")), '>Année 2004</option>');
document.write('<option value="bul2003.htm"', (selection("2003")), '>Année 2003</option>');
document.write('<option value="bul2002.htm"', (selection("2002")), '>Année 2002</option>');
document.write('<option value="bul2001.htm"', (selection("2001")), '>Année 2001</option>');
document.write('<option value="bul2000.htm"', (selection("2000")), '>Année 2000</option>');
document.write('<option value="bul1999.htm"', (selection("1999")), '>Année 1999</option>');
document.write('</select>');
document.write('<input type="button" name="Button1" value="Ouvrir" onClick="MM_jumpMenuGo(\'menu1\',\'self\',0)">');
document.write('</form>');
*/