var myName = navigator.appName;
if (myName == "Microsoft Internet Explorer") 

document.write ('<select name="select1" onChange="surfto(this.form)" size=1 style="background-color: #FFCC00; font-family: verdana; font-size: 12px;">');
else
document.write ("<select name='select1' onChange='surfto(this.form)' size=1>");
document.write (' <option value="url" selected>S&eacute;lectionnez...</option> ');	
document.write (' <option value="liqu_pat84.html">Livrets d\'&eacute;pargne</option> ');
document.write (' <option value="liqu_pat75.html">Epargne-logement : PEL et CEL</option> ');
document.write (' <option value="liqu_pat86.html">Comptes &agrave; terme</option> ');
document.write (' <option value="liqu_pat102.html">Bons de caisse et bons d\'&eacute;pargne</option> ');
document.write (' <option value="liqu_div4.html">SICAV mon&eacute;taires</option>	');
document.write ('</select>');
