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

document.write('<form name="form1" method="post" action="">');
document.write('	<select name="satellite" onchange="MM_jumpMenu(\'self\',this,0)">');
document.write('    	<option selected>-- Choisissez un Making Of -- </option>');
document.write('    	<option value="makingof_01.htm">1 - Baleines publiques Carlsen</option>');
document.write('    	<option value="makingof_02.htm">2 - Un faune sur l\'épaule</option>');
document.write('    	<option value="makingof_03.htm">3 - Affiche festival Laval 2005</option>');
document.write('    	<option value="makingof_04.htm">4 - Sérigraphie expo Mahé 2005</option>');
document.write('	</select>');
document.write('</form>');
