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>");
document.write (' <option value="url" selected>Autres cat&eacute;gories de frais --></option> ');	
document.write (' <option value="b_produits_tarifs_recrelev.html">Frais pour relev&eacute; de compte courant</option> '); 
document.write (' <option value="b_produits_tarifs_recinac.html">Frais de tenue de compte inactif</option> '); 
document.write (' <option value="b_produits_tarifs_reccart3.html">Carte de retrait</option> '); 
document.write (' <option value="b_produits_tarifs_recvir1.html">Ordre de virement occasionnel</option> '); 
document.write (' <option value="b_produits_tarifs_recvir2.html">Ordre de virement permanent</option> ');
document.write (' <option value="b_produits_tarifs_reccheq.html">Ch&egrave;que de banque</option> ');  
document.write (' <option value="b_produits_tarifs_reccart2.html">Cartes internationales</option> '); 
document.write (' <option value="b_produits_tarifs_reccart4.html">Cartes de prestige</option> '); 
document.write (' <option value="b_produits_tarifs_reccart5.html">Cartes bancaires affect&eacute;es d\'une r&eacute;serve d\'argent</option> '); 
document.write (' <option value="b_produits_tarifs_recopp.html">Frais d\'opposition sur ch&egrave;que et carte bancaire</option> '); 
document.write (' <option value="b_produits_tarifs_recinc.html">Incident de paiement</option> '); 
document.write ('</select>');
