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: 10px;'>");
}
else 
{
document.write ("<select name='select1' onChange='surfto(this.form)' size=1 style='background-color: #FFCC00; font-family: verdana; font-size: 10px;'>");
}
document.write ("  <option value='0' selected>Acc&egrave;s rapide...</option>");
document.write ("  <option value='../actualite/b_index.html'>L\'actualit&eacute; de votre argent</option>");
document.write ("  <option value='../infos/home_bourse.html'>La Bourse</option>");
document.write ("  <option value='../dossiers/b_index.html'>Les dossiers patrimoine.com</option>");
document.write ("</select>");





