function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
document.write('<table width="100%" height="40"  border="0" align="center" cellpadding="0" cellspacing="0">');
document.write('	<tr valign="middle">');
document.write('    	<td valign="middle">');
document.write('        	<form name="form1" method="post" action="">');
document.write('            	<select name="satellite" onChange="MM_jumpMenu(\'self\',this,0)">');
document.write('    			<option selected>- Choisissez une page - </option>');
document.write('        		<option value="anciens_cjb.htm">01 - CJB (1974-1978)</option>');
document.write('        		<option value="anciens_fsc.htm">02 - FSC (1999-2000)</option>');
document.write('				</select>');
document.write('			</form>');
document.write('		</td>');
document.write('	</tr>');
document.write('</table> ');
