function MM_jumpMenu(targ,selObj,restore)
{
// Rustines pour IE... ;-)
	if (selObj.options[selObj.selectedIndex].value!=-1)
	{
		if (selObj.options[selObj.selectedIndex].value.substring(0,11)=="javascript:")
		{
		Instruction = selObj.options[selObj.selectedIndex].value.substring(11,selObj.options[selObj.selectedIndex].value.length);
		eval(Instruction);
		}
	 else 
	 	eval(targ+".location=\""+selObj.options[selObj.selectedIndex].value+"\"");
	}
  	if (restore) 
  	selObj.selectedIndex=0;
}

document.writeln('			<select name="menu1" onChange="MM_jumpMenu(\'self\',this,0)" class="champBleu">	');
document.writeln('				<option value="office.htm" selected>office</option>							');
document.writeln('				<option value="office_1.htm">Poches t-office</option>						');
document.writeln('				<option value="office_2.htm">Kit Pupitre + extension</option>				');
// document.writeln('				<option value="office_3.htm">Colour collection</option>						');
document.writeln('				<option value="office_4.htm">Kit Mural</option>								');
document.writeln('				<option value="office_5.htm">Bras articul&eacute;</option>					');
document.writeln('				<option value="office_6.htm">Infostand</option>								');
document.writeln('				<option value="office_7.htm">Orbital Nature</option>						');
document.writeln('			</select>																		');